I want to creat an indicator that plots the following value:
The current two-period ROC + the previous day's close.
in Metastock it would look like this:
ROC(C,2,points) + Ref(C,-1)
How can I get the wizard to do that?
Thanks
The current two-period ROC + the previous day's close.
in Metastock it would look like this:
ROC(C,2,points) + Ref(C,-1)
How can I get the wizard to do that?
Thanks
Comment