|
C'mon guys don't be stupid, those indicators are useless.
First look at the screnshoots and you'll see that those indicators repaint
Than look at the code and see that he uses future values of CCI and RSI in his algorithm. What is more what is the sens of this part:
"tt1=max(a1+...+an)
tt2=min(a1+...+an)"
it gives the same value /it should be rather tt1=max(a1,...,an), tt2=min(a1,...,an)/
|