♥ 0 |
Hello Pete,
I need help with code that highlights (show default color) of each High of day candle on a multi-day chart. Right now the current code I have only shows it for the “HIGHEST” candle on the entire chart. How can I modify this code to target the highest candle on each day? For example, the 3 day 15 min chart should have 3 HOD candle highlights
Thank you The code is below def highestHigh = HighestAll(high);
Marked as spam
|
Please log in to post questions.