PureBytes Links
Trading Reference Links
|
I think I found my problem.
My ApplyStop instruction only had 5 parameters instead of 6 and since
ReEntryDelay is the 6th parameter it was not being set.
--- In amibroker@xxxxxxxxxxxxxxx, "Ron Rowland" <rowland@xxx> wrote:
>
> I am having unexpected results using ReEntryDelay in
BacktestRotational
> mode.
>
> I am using a trailingstop with ReEntryDelay = 10.
> However, after being stopped out, the backtester buys the same
symbol
> again on the same day if that symbol has the largest
PositionScore.
> This is an apparent override of the ReEntryDelay parameter.
>
> I am using BacktestRotational mode with TradeDelay (1,1,1,1);
> Changing ActivateStopsImmediately between True and False causes the
buy
> to be delayed one day, but is still 9 bars sooner than I wanted.
>
> I was hoping that being stopped out would force the purchase of a
> different symbol for at least 10 bars, but it appears that the
> ReEntryDelay parameter is being ignored or overridden.
>
> Is this how it is supposed to work? Or are there some other
settings I
> need to be aware of?
>
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|