Hello,

Use "Apply to: Filter" then pick the Watch list you are interested in.

Also you need to set MaxOpenPositions to 4 and desired position size to 25%

SetOption("MaxOpenPositions", 4 );
SetPositionSize( 25, spsPercentOfEquity );


See also:
http://www.amibroker.com/video/BackTest.html

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "Walter Lepore" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, December 10, 2007 5:33 PM
Subject: [amibroker] Portfolio Backtester


> Hi Members
> 
> I am trying to backtest a portfolio of 4 stocks. Where/How do I set up
> my portfolio of 4 stocks so when I click Portfolio Backtest it will
> recognize those 4 specific stocks.
> 
> In the settings tab in AA window I do not see a setting which asks me
> what 4 stocks I want to complete a "portfolio backtest" on.
> 
> Thank you
> Walter
> 
> 
> 
> 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
> 
> 
> 
> 
>

Reply via email to