PureBytes Links
Trading Reference Links
|
Buy=Cross(C,SAR());//initial condition to enter trade
Sell=0;
ApplyStop(stopTypeTrailing,stopModePoint,3*ATR(5),True,True);
Short=ApplyStop(stopTypeTrailing,stopModePoint,3*ATR(5),True,True);;//Cross(
SAR(),C);
ApplyStop(stopTypeTrailing,stopModePoint,3*ATR(5),True,True);
Cover=0;
This seems to do it...Have not spent much time with it....will look at it
later....also , will supply settings...
Anthony
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|