PureBytes Links
Trading Reference Links
|
Below is a Trading System formula I found on a Website. How do I
convert this to either an Explorer or an Expert Advisor?
Enter Long:
When(Mov( Mid(C,opt1),opt1,E), > ,Mov(Mid(C,opt1),opt2,E)) AND
When(Ref(Mov(Mid(C,opt1),opt1,E),-1), <=
,(Ref(Mov((Mid(C,opt1)),opt2,E),-1))) AND
When(Mov(Abs((Mo(opt3))),opt4,E), > ,Ref(Mov(Abs((Mo(opt3))),opt4,E),-1))
Enter Short:
When(Mov( Mid(C,opt1),opt1,E) , < ,Mov(Mid(C,opt1),opt2,E)) AND
When(Ref(Mov(Mid(C,opt1),opt1,E),-1), >=
,(Ref(Mov((Mid(C,opt1)),opt2,E),-1))) AND
When(Mov(Abs((Mo(opt3))),opt4,E), > ,Ref(Mov(Abs((Mo(opt3))),opt4,E),-1))
OPT1: 5 to 20 step 1
OPT2: 10 to 16 step 1
OPT3: 5 to 15 step 1
OPT4: 20 to 29 step 1
--
Thanks a lot.
Rajiv
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|