PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "jdupcak" <jdupcak@xxxx> wrote:
> Is there a way to delete these blank symbols.
> Thanks
> Joe
>
Joe,
Rename WatchList 63 to 63-StockstoDelete (I make it a habit to
always have the reference number in the category name).
Load and run this formula in explore(code not tested).
Run against all stocks and use N = 1.
Filter = Close <= .01// Change the filter as you need.
CategoryAddSymbol("",categoryWatchlist,63);
AddColumn(Close,"Close",1.4);
Go to Symbols>Organize Assignments>WatchLists and call up
WatchList 63-StockstoDelete. Click and drag to highlight
all symbols and hit delete.
You CANNOT recover if you make any errors using this process.
Regards,
Tony
------------------------ 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/
|