PureBytes Links
Trading Reference Links
|
Hi
Thanks all for the great example for automation of watch list. But
it seems can only for the stocks that qualify the conditions for the
current date. I setup some conditions, and no matter how I choose
the date range either last 10 dates or from 10/14/2003 to 10/24/2003
(today) the result panel gets a lot of results, which seems right,
but watch list only get the result from today, far fewer than the
list in the result panel.
I am new for the AB programming and I don't know what's logic behind
exploration dialog, so can someone shed some light onto this?
Thanks
joey
-----Original Message-----
From: DIMITRIS TSOKAKIS [mailto:TSOKAKIS@xxxxxxxxx]
Sent: Sunday, October 26, 2003 6:30 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Organize your WatchLists in Daily basis
Tomasz,
thank you for the simplified example.
BTW, how should I know this "emtpy string means current symbol" ?? I
have met this "" in your code for GetCategorySymbols( category,
index )
You write [and I use]
for( i = 0; ( sym = StrExtract( list, i ) ) != ""; i++ )
Does it mean "sym not equal to current symbol" ??
Because, in this looping, current symbol *will be included* in the
search...
What I understood from this !="" was : all symbols [no matter how
many]. Did I miss something in this [important] loop ?
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/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/
|