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

(no subject)



PureBytes Links

Trading Reference Links

I am playing with the ROC calculation and want to apply some smothing. Is it 
better to smooth before or after the calculation?

ROC(EMA(Close,5),28);
or 
EMA(ROC(Close,28),5);

I think I understand why the results are different mathmatically but am 
wordering what is the prefered approach when looking at stocks.