Thread: CCI Arrows
View Single Post
  #34 (permalink)  
Old 18th March 2010, 10:43
Enivid's Avatar
Enivid Enivid is online now
Administrator
 
Join Date: Nov 2008
Posts: 1,446
Thanks: 6
Thanked 8 Times in 7 Posts
Default

Quote:
Originally Posted by AderFx View Post
Hello Guys,

Thanks for sharing this excellent indicator !

I tried to change the value for the cross signal... default is "0" but... what I need to change if I want an arrow when it cross value of "70" ?

Thanks to you all !

Bye
You need to change "0" to "70" in the lines below in .mq4 file and then recompile:

MQL5 Code:
 if(myCCInow>0 && myCCI2<0) //did it cross from below 50

MQL5 Code:
 if(myCCInow<0 && myCCI2>0) //did it cross from above 50
__________________
Please, read the Forum Rules and the Signature Rules to avoid termination of your account.
Reply With Quote