Does any know how I can apply the moving averages to an indicator?
-
I know it is not one of the options on the condition blocks, but I thought I would flush this possiblity out with any one of you first before I conclude it is not possible.
Thank you all!
Len
-
@len-1 not possible in a sensible way.
Of course you can always create a data array, store all indicator values into that array, and calculate your own moving average based on the data. And then you have to figure out visualizing it as well. Its clumsy. -
Thanks @roar, Maybe I could pick 5 points and do it that way. I appreciate your help!
