PureBytes Links
Trading Reference Links
|
ApplyStop(stopTypeNBar, stopModeBars, IIF( Buy, LongExitDays, ShortExitDays ), True, False );
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "jacklweinberg" <weinberg@xxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, August 15, 2006 9:58 PM
Subject: [amibroker] ApplyStop
> Is there an easy way to use the ApplyStop for N Bars:
> ApplyStop(stopTypeNBar, stopModeBars, ExitDays, True, False );
> with ExitDays = LexitDays when in a long trade,
> and ExitDays=SexitDays when in a short trade?
> Thanks in advance.
>
>
>
>
>
> 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
>
>
>
>
>
>
>
>
|