ChangeLog:sal wrote: Wed Dec 10, 2025 4:25 pm dear expert /mr.tools
can you please update this indicator as below
1. the lines H/L are not update on current chart price (in setting its true, but not active)
2. the lines needs to start only from H/L wick point onwards of HTF selected.
Code: Select all
KEY CHANGES FROM ORIGINAL:
1. New GetHighLowTime() function finds exact timestamps of price extremes
2. Separated object creation (CreateTrendLine) from updates (UpdateTrendLineTime, UpdateLines)
3. UpdateMostRecentHTFBar() handles forming bar with object updates instead of recreation
4. UpdateLines() runs every tick to maintain extend_lines functionality
5. High/Low lines now start at their actual occurrence time, not bar open time
6. Middle lines unchanged - still start at bar open time