Brookelise,
the Binary Bollinger indicator, that I sent to Claud is no straight translation of your system posted on link:
members.aol.com
you should replace that formula by:
MetaStock Profit Testing Systems: Brookelise's Bollinger System
SIGNAL FORMULAS ---------------
Enter Long: when(C,>,fml(#2)) AND when(ref(C,-3),<,ref(fml(#2),-3))
Close Long: when(C,<,fml(#1)) AND when(ref(C,-3),>,ref(fml(#1),-3)) AND when(fml(#139),<,70) AND when(ref(fml(#139),-3),>,70)
Bollinger upper 89, fml(#1): mov(C,89,S)+2*std(C,89)
Bollinger lower 89, fml(#2): mov(C,89,S)-2*std(C,89)
StochRSI(14), fml(#139):
(mov((rsi(14)-llv(rsi(14),14))/hhv(rsi(14),14)-(llv(rsi(14),14)),14,E)*100)
Wolfgang
P.S.: these Binary indicators become quite complicated, if you want to connect conditions by a logical "and". You have to stack the bracket levels and soon you loose track, what it was all about. I have to look at that one, which I sent to Claud, another time and tell you later what it was ment to be. |