View Single Post
  #5 (permalink)  
Old 04-22-2009, 05:34 PM
Kazam Kazam is offline
Junior Member
 
Join Date: Jul 2008
Posts: 24
Kazam is on a distinguished road
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)/
Reply With Quote