Richard
In the I&S thread, Ed Morrison showed the following WOW formulation for BNS. Have you made the coversion to MS, if so, would you display it.
WOW Version:
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/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)
Enter:
fml("BNS Binary Indicator")>ref(fml("BNS Binary Indicator"),-1) and ref(fml("BNS Binary Indicator"),1)=6
Exit:
fml("BNS Binary Indicator")<ref(fml("BNS Binary Indicator"),-1) and ref(fml("BNS Binary Indicator"),1)=1
Thank you for your continued guidance.
Regards
Jim |