OPEN-SOURCE SCRIPT
Updated

Pivots Up Down with higher level trends

Pivots Up Down with higher level trends based on price action
Release Notes
# Pivots Up Down with higher level trends
* Automatic Higher Timeframe detection
* All Higher timeframe pivots connected
Release Notes
* Add the ability to show current timeframe pivots as well as the higher timeframe
* Add higher timeframe pivots distinct color if current timeframe pivots are being shown
* Add automatic and dynamic pivot calculation
* Add personalization options
Release Notes
* Added user inputs `pivotsCurrent`, `pivotsHigher`, and `pivotsWeekly` replacing the hardcoded `pivotLeft=5` and `pivotRight=5`
* Modified `autoHTF` logic for intraday timeframes to use more granular steps (5,15,30,60,D) instead of just (60,D)
* Added caching of pivot detection results with `var bool isHighPivot/isLowPivot` for performance
* Changed pivot count from hardcoded 4/5 bars to dynamic user inputs
Release Notes
Implement SMA 20

Disclaimer