[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

%Candle-Chart



PureBytes Links

Trading Reference Links

Hi,
I want to realize a candle-chart, that shows the Rate of Change to 
yesterdays values (c,o,h,l).
I want instead c: roc(c,-1)
instead o: roc(o,-1)
instead H: roc(H,-1)
instead L: roc(L,-1)

Is it possible to realize this?

Thanks to your help

Tom Supera