PureBytes Links
Trading Reference Links
|
Re: Intra day exits
1. The end of day exits below suggests if either condition is met
then exit on the open of the next day - I have delayed bars ExtFml
set and this seems to be working OK.
LongExitTrigger:= ExtFml("TradeSim.TrailingStop",Trigger,long, 3*ATR
(15),H,C) OR C<=Ref(ExtFml("TradeSim.TrailingStop",band,long,0,LLV
(L,6),C),-1);
LongExitPrice := O;
2. My problem is I wish to convert this code to intra day exits
based on the low rather than the close. The tricky bit is the code
needs to also allow for gap downs and where this occurs the exit is
the open on the next day.
Any ideas?
Regards Graeme
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hu0l8m3/M=362343.6886682.7839641.1493532/D=groups/S=1705375617:TM/Y=YAHOO/EXP=1124208723/A=2894350/R=0/SIG=10tj5mr8v/*http://www.globalgiving.com">Make a difference. Find and fund world-changing projects at GlobalGiving</a>.</font>
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|