Hello,
I try to plot the midpoint (difference between high & low) of bars on a chart and wrote the following code:
Plot1((h + l)/2, "MidPoint");
However, the plotted line looks strange (sometimes even far above or below the current bar ). Can anyone help a beginner ?
Thanks in advance for your help.
Lebowski
I try to plot the midpoint (difference between high & low) of bars on a chart and wrote the following code:
Plot1((h + l)/2, "MidPoint");
However, the plotted line looks strange (sometimes even far above or below the current bar ). Can anyone help a beginner ?
Thanks in advance for your help.
Lebowski