PureBytes Links
Trading Reference Links
|
Hi,
Thanks Yuki to ask the question about Ranking and I ask to Tomasz :
if we can call GetCategorySymbols( categoryWatchlist, listnum );
and StrExtract( list, i )
how can I translate this loop in Cpp:
for( i = 0; ( sym = StrExtract( list, i ) ) != ""; i++ )
{
}
Steph
> I would like to try two things in my back testing:
>
> 1) Rank the stocks in a basket so that my equity would be used
> according to that ranking. I cannot seem to discover how to do this.
>
> 2) Require that multiple signals be generated from the basket before
> any signals are taken (maybe ignore until 2, or 3 or 4 concurrent
> signals are generated). I also cannot figure out how to code this,
> even though I probably should be able to figure it out. ^_^
>
> Yuki
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs from home.
Over 14,500 titles. Free Shipping
& No Late Fees. Try Netflix for FREE!
http://us.click.yahoo.com/ArdFIC/hP.FAA/3jkFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|