Hi ...
I would like to plot the moving average values of Open, High, Low and Close in the Candlestick format.
For Example, I want the following data to be plotted in the candlestick format:
NewOpen:=Mov(O,15,E)
NewClose:=Mov(C,15,E)
NewHigh:=Mov(H,15,E)
NewLow:=Mov(L,15,E)
Is there a way to do it using Metastock Formula Language? Can somebody help me on this?
Thanks in advance.
Regards,
sensho
I would like to plot the moving average values of Open, High, Low and Close in the Candlestick format.
For Example, I want the following data to be plotted in the candlestick format:
NewOpen:=Mov(O,15,E)
NewClose:=Mov(C,15,E)
NewHigh:=Mov(H,15,E)
NewLow:=Mov(L,15,E)
Is there a way to do it using Metastock Formula Language? Can somebody help me on this?
Thanks in advance.
Regards,
sensho