I would like to do a comparision with moving averages in radar.
currently I look at the 200 day moving average with the following syntax
average(close,200)
I would like to do a comparison with the current MA and the MA from 20 bars ago.
I am hoping for something that looks like
average(close,200) - average(close,200,20) with the final 20 in the syntax to indicate that I want to look at the value of the MA 20 bars ago
Any idea on how to get this done?
currently I look at the 200 day moving average with the following syntax
average(close,200)
I would like to do a comparison with the current MA and the MA from 20 bars ago.
I am hoping for something that looks like
average(close,200) - average(close,200,20) with the final 20 in the syntax to indicate that I want to look at the value of the MA 20 bars ago
Any idea on how to get this done?
