For those familiar with Bill Sandusky's system, the following is an initial attempt to automate the signals in a WOW binary. I may try another format that requires CCI buy signal, then confirming factors add later.
If((ref(cci(13),-1)<-100) and (cci(13)>=-100),1,0) + If((ref(mov(c,5,e),-1)) - (ref(mov(c,35,e),-1)<mov((ref(mov(c,5,e),-1)) - (ref(mov(c,35,e),-1)),4,e)),1,0) + If((mov(c,5,e) - mov(c,35,e)>mov(mov(c,5,e) - mov(c,35,e),4,e)),1,0)+ If(mdi(3) > ref(mdi(3),-1),1,0)
Enter >2 Exit cci(13) < -150
Still working on optimal entry, exit. |