Hello,

http://www.amibroker.com/f?enablerotationaltrading


Assuming that your criteria give values from -100 to 100:

CriterionA =..
CriterionB  =
CriterionC

PositionScore = CriterionA * 10000 + CriterionB * 100  + CriterionC;

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "trustdnb" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Saturday, September 01, 2007 7:56 PM
Subject: [amibroker] Is Portfolio Trader AFL still available somewhere?


> Is the Portfolio Trader AFL somewhere?  I don't see it under the Files
> section?  I am trying to develop a rotational trading system that I
> dont believe can be accomplished with PositionScore.
> 
> Essentially, I am trying to develop a rotational trading system that
> involves ranking candidates along several criteria.
> 
> Essentially I want to take:
> 
> The Top 20 stocks according to criteria A, then
> The Top 10 stocks from the above group according to criteria B,
> Finally, The Top 5 stocks from the above group according to criteria C.
> 
> I can easily do this type of screening via an exploration to identify
> new trades, but I don't believe I can backtest it because
> PositionScore  can only be used once. 
> 
> 
> 
> 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