Dennis,

There is a variable setting that changes the ticker.  Took me a while to
find it again, buried in a release note of a few versions ago. (It pays to
read those.)

In jscript:

AB = new ActiveXObject("Broker.Application");

AB.ActiveDocument.Name = ticker;

I'm working on a script to step through each ticker in a watchlist, or in
the list of all tickers.   Since setting this variable in the current script
will cause it to be reexecuted (but when? immediately? or after the rest of
the script finishes?) it is a bit tricky to control the stepping process
using just one script, but it can be done.  More modularity and flexibilty
will come from controlling this process via a separate script, in another
chart or otherwise.

Anyone else doing anything interesting with this new feature?

dan


On Thu, Jul 10, 2008 at 10:02 PM, Dennis Brown <[EMAIL PROTECTED]> wrote:

>   Hello,
>
> I could swear that I read that there was a new command in AFL to
> change the chart ticker. However, I don't remember what it was
> called, and all the searches I tried did not find it.
>
> Could someone just reply with the name.
>
> Thanks,
> Dennis
>
> 
>



-- 
Daniel LaLiberte
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Reply via email to