PureBytes Links
Trading Reference Links
|
I'm stumped on this simple code. I am trying
to use AFL to empty a watchlist before putting new symbols in. Would
appreciate it if someone would tell me why the following two examples
do not remove the symbols in the first four watchlists (numbers 0-3)?
TIA.
Bill
----------------------------------------------------------------------------
for (i =
0; i
< 4;
i++)
{
CategoryRemoveSymbol(" ", categoryWatchlist, i);
}
----------------------------------------------
for (i = 0; i < 4; i++)
{
CategoryRemoveSymbol(Name(),
categoryWatchlist, i);
}
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
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
|