Recent content by sensho

  1. S

    Candles

    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...
Top