Herman, that's something relatively easy to achieve.
Here is a piece of code to add a new ticker to database.
(It has no effect if the ticker already exists)

    AB = CreateObject("Broker.Application");
    Stocks_ = AB.Stocks;
    Stock_ = Stocks_.Add(symol);
    // AddToComposite won't work if datasource is not local
    Stock_.DataSource = 1;

- Mark


On Fri, Oct 2, 2009 at 5:21 AM, Herman <[email protected]> wrote:

>
>
> Is there anyway to load a Watchlists from a .tls file (using inline afl)
> so that tickers that are not yet in the DB are automatically added?
>
> This would simplify a lot of my operations...
>
> Many thanks for any help you can give!
> herman
>  
>

Reply via email to