PureBytes Links
Trading Reference Links
|
How will the updated signal scores be processed? Aren't, the signals
already sorted by score upon entry to the custom backtester?
--- In amibroker@xxxxxxxxxxxxxxx, "Mike" <sfclimbers@xxx> wrote:
>
> Have a look at the file "AmiBroker Custom Backtester Interface.pdf
> " posted by gp_sydney in the Files section of this group.
>
> Within your own custom backtest code, you can iterate through your
> open positions on a bar by bar basis. Gather the necessary
> statistics, then iterate through the signals for that bar and adjust
> the positon score property as needed.
>
> Mike
>
> --- In amibroker@xxxxxxxxxxxxxxx, "olivier_molongo"
> <olivier_molongo@> wrote:
> >
> > Hello,
> >
> > How can I get "total net position value" in backtester?
> >
> > My system gives buy and sell signal with positionScore but I would
> like
> > to backtest a market neutral system. One idea I have is to adjust
> > position score to favor long trades when I am net short and short
> > trades when I am net long.
> >
> > But how can I get the net position in AB? which is the sum of
> position
> > value of open trades.
> >
> > Regards,
> > Olivier
> >
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL 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/
|