Hello,
I want to display the moving average of the last five 60 minute highs on a 5 minute chart.
I thought this would work:
vEMA = ema(5, high(0, 60));
but it doesn't. It display's nothing at all.
Help please. Thank you.
I want to display the moving average of the last five 60 minute highs on a 5 minute chart.
I thought this would work:
vEMA = ema(5, high(0, 60));
but it doesn't. It display's nothing at all.
Help please. Thank you.
Comment