Thanks, I'll look at that.

--- In [email protected], "gp_sydney" <[EMAIL PROTECTED]> wrote:
>
> You could write a small piece of AFL for a scan and run it over all
> symbols, adding all with 6 characters to a watchlist. Then go to the
> Organise Symbols section and delete everything in the resulting
watchlist.
> 
> For the scan, something like:
> 
> if (strlen(Name()) == 6)
>     CategoryAddSymbol("", categoryWatchlist, 1); // For watchlist 1
> Buy=0; // So scan will run
> Sell=0;
> 
> Obviously choose an empty watchlist before running the scan.
> 
> An alternative would be to write a script similar to the cleanup
> script. That would be a bit easier to use if you wanted to do it
> regularly.
> 
> GP
> 
> 
> --- In [email protected], "alan4171" <alan4171@> wrote:
> >
> > I have converted my Metastock data to an Amibroker database.
> > I want to remove all the warrants. i.e. all 6 letter codes.
> > How do I do this automatically? It's obviously too tedious and time
> > consuming to do it manually.
> > Hopefully there is some built-in feature that I've missed !!
> > Thanks.
> > Alan
> >
>


Reply via email to