PureBytes Links
Trading Reference Links
|
One way is to right click on symbol and Remove from watchlists. It
comes up with the list of where it is located.
Here is an AFL, sorry forgot to keep who provided it, perhaps TJ
WatchLists = "";
for( i = 0; i < 64; i++ )
{
if( InWatchList( i ) )
{
WatchListNo = WriteVal(i,1) + ",";
WatchLists = WatchLists + CategoryGetName( categoryWatchlist, i ) + ",";
}
}
Filter=1;
AddTextColumn(watchlists,"WL Names");
AddTextColumn(watchlistNo,"WL Num");
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
On 12/16/05, brhelpdesk <cassianoqs@xxxxxxxxx> wrote:
> Single symbol may belongs to MANY watch lists at the same time.
> How can I identify easaly and fast these watch lists for a symbol?
>
>
------------------------ 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/
|