I've added a secondary series for the period I want to plot the high and low of. And I have OnEachTick set. I'm assigning Highs[1][0] and Lows[1][0] to the plots expecting the in-progress bars high and low to be plotted, but it doesn't plot the high and low of the in-progress bar, it plots the closed bar.
What am I doing wrong here?


Comment