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

Re: RSI of MACD



PureBytes Links

Trading Reference Links

UpCl:= C * (C > Ref(C, -1);
Cum(UpCl,14);

HHP
===================

Augustin Bataille wrote:
> 
> It is easy to plot the RSI of a MACD on a chart.
> However, I don't find the way to calculate it and use it in a system.
> 
> (I have already tried to calculate it completely using the full RSI
> formula.
> But I don't know how I can cumulate the closes of the last 14 days where
> the array closed up.)
> 
> Any help welcome.
> Thanks in advance
> AB