| 
 PureBytes Links 
Trading Reference Links 
 | 
Is there a way to establish a minimum threshold level for scoring 
stocks in EnableRotationalTrading?  For example, say that you're 
scoring stocks by using something like this, where you want to own 
securities that are in strong uptrends:
PositionScore = C/HHV(C,60);
This would favor stocks closest to their recent highs, but what if 
you wouldn't want to own a stock that had dropped down below a score 
of 85%, regardless of whether it had a high score RELATIVE to the 
other stocks available?
Or should PositionScore simply be used in a "regular" system, and not 
EnableRotationalTrading?  As in:
Buy=PositionScore > .85
Sell=PositionScore < .85
PositionScore=C/HHV(C,60);
TIA for any responses.
Luck to all,
Sebastian 
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Try Online Currency Trading with GFT. Free 50K Demo. Trade 
24 Hours. Commission-Free. 
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~-> 
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 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/
<*> 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/
 
 |