Enter Long : Fml("DNNS")=11
Close Long: Mov(C,9,E)<Mov(C,21,E) AND Ref(Mov(C,9,E),-1)>Ref(Mov(C,21,E),-1)
Joe:
Thanks for the input. The entry seems to be the only one I have found. However, the following are the two exits that I have found so far, and yours will be a third, which I will test tomorrow.
Fml("MACD(8/17/9)")<0 AND Fml("StochRSI(14)")<70 AND SAR(.02,.2)>C AND LinRegSlope(SAR(.02,.2),3)<0
(Mov(C,9,E)<Mov(C,21,E)) AND (Ref(Mov(C,9,E),-2)>Ref(Mov(C,21,E),-2))
in the second formula, which is attributed to Henry Brookins, I have added the extra parenthesis to separate the two statements from the AND, I hope this does not distort the results. Any comments are appreciated. Regards,
Bijan |