PureBytes Links
Trading Reference Links
|
Thanks.
Sorry, I did not write enough detail.
I need multiple simultaneous positions per security and each position
closes independently of the others. Looks like
backtestRegularRawMulti handles the entries well but not the
independent exits ?
(As long as we're on the topic, will there be another backtester mode
in the future that supports independent trade exits? Maybe call it
backtestIndependent ?)
Best,
Whitney
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx> wrote:
>
> You don't need custom backtester at all.
>
> Just use single line of code:
> SetBacktestMode( backtestRegularRaw )
>
> http://www.amibroker.com/guide/afl/afl_view.php?setbacktestmode
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "whitneybroach" <WhitneyBroach@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Sunday, February 17, 2008 6:24 PM
> Subject: [amibroker] Mid-level backtester interface and "redundant"
signal entries?
>
>
> > Is the mid-level, or low-level, backtester interface the least complex
> > required to open trades for redundant entry signals?
> >
> > Let's assume that the entry vector's True values are converted to
> > sigScaleIn values prior to the custom backtest interface being
enabled.
> >
> > Let's also assume trade exits are based on profit in trade and number
> > of bars in trade.
> >
> > I'm guessing low-level is required, but would prefer mid-level for
> > less code if feasible.
> >
> >
> >
> > 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
> >
> >
> >
>
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/
|