| 
 PureBytes Links 
Trading Reference Links 
 | 
A while back I drew studies on a number of charts. The studies were drawn on the main price chart, custom indicators, and built-in indicators. None of the studies are named.
What I am now wanting to do is list out those symbols for which there is one or more studies drawn.
I can scan over all quotations using
buy = study("");
equity(1);
and this will list out the symbols for which studies are drawn on the main price chart, but what I want to do is generate a complete listing which includes studies on indicators as well. I'm imagining an output similar to:
Symbol   ChartID
FABO           1
LLLT           1
LLLT           3
XYZA           1
XYZA           5
XYZA           1032
Is it possible to make an output like this using the FOR loop, or some other way?
Ta
Ursula
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/CNxFAA/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/ 
 |