PureBytes Links
Trading Reference Links
|
I am trying to design a stop to exit when todays close crosses below
the lowest low in the past 5 periods and exit on open tomorrow. I have
tried using both Applystop and AFL (separately of course) but I can't
get it to work. When I manually work out the exit and check the AA
results they are different. I have sell set to open and delay set to 1
and Activ Immed turned off. The two partial formulas I have tried are
below. I would appreciate any help. Thanks Phill.
ApplyStop(2,2, Cross(Ref(LLV(Low,5),-1),Close),0);
Cross(Ref(LLV(Low,5),-1),Close);
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hj4m08i/M=362343.6886682.7839641.1493532/D=groups/S=1705632198:TM/Y=YAHOO/EXP=1124778855/A=2894352/R=0/SIG=11fdoufgv/*http://www.globalgiving.com/cb/cidi/tsun.html">Help tsunami villages rebuild at GlobalGiving. The real work starts now</a>.</font>
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|