* 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