I need help writing the code for an overbought/oversold indicator.
Name: ob/os
I would like to plot it under the chart mush like an RSI.
The upper band would be at .70 and above the lower at .40 and below.
The calculation is [(high - open) + (close - low)] / (range * 2)
Name: ob/os
I would like to plot it under the chart mush like an RSI.
The upper band would be at .70 and above the lower at .40 and below.
The calculation is [(high - open) + (close - low)] / (range * 2)
Comment