I see what you mean. It does get better results. I'll change it.
Enter:
fml("BNS Binary Indicator")=6
Exit: mov(c,9,e) < mov(c,21,e) and ref(mov(c,9,e),-1) > ref(mov(c,21,e),-1) and fml("Dave's New System") < 4
BNS Binary Indicator:
if(slope((((H+L+C)/3)-Mov(C,28,S))/(.015*Std(C,28)),3)>0,1,0) + if(slope((((H+L+C)/3)-Mov(C,28,S))/.015*Std(C,28),3)>0,1,0) + if(slope(cci(13),3)>0,1,0) + if(slope(fml("MACD (5/35/4)"),3)>0,1,0) + if(slope(stoch(8,5),3)>0,1,0) + if(slope(OscP(13,55,E,% ),3)>0,1,0)
The BNS Binary System doesn't do as well as the DNNS one (at least on the stocks I tested) but it gets good results, I find.
Brooke |