PureBytes Links
Trading Reference Links
|
Instead of using Applystop, you could simply sell on the following
day's Open. Something like (assuming trade delay is set to sell on the
Open with a delay = 1):
Sell = Close < Loss_Target ;
Dan
--- In amibroker@xxxxxxxxxxxxxxx, "vphilomin" <vasi@xxxx> wrote:
>
> Hi,
> If one of my positions "closes" below my loss target, I would like
to
> close out my position the following day at the open. I couldn't find
> anything in the ApplyStop reference that covers this scenario. I
only
> found parameter values that could close out the position the
following
> morning if loss targets were hit intraday -> ApplyStop(0,1,target,2)
> with delay set to 1 and trading at open.
> I would appreciate any ideas on how to implement the first scenario.
> Thanks.
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/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/
|