| 
 PureBytes Links 
Trading Reference Links 
 | 
Tom,
>>--- In amibroker@xxxxxxxxxxxxxxx, "tkoinaustin" <tkoinaustin@xxxx> 
>>wrote:
>>I have observed that if 1 or more trades are generated, 
>> the symbols traded are taken in alphabetical order, so most of my 
>> trades are in symbols starting with 'A'.
>>
If you wish to avoid the alphabetical selection of trades, add this
to  your code.
Rank = Random();
PositionScore = Rank;
It is also quite easy to rank and select trades  based on other 
technical data.
Regards,
Tony 
------------------------ Yahoo! Groups Sponsor --------------------~--> 
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~-> 
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
 
 |