PureBytes Links
Trading Reference Links
|
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 < see3d@xxxxxxxxxxx> 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 liberte@xxxxxxxxxxxxx
daniel.laliberte@xxxxxxxxx
__._,_.___
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
__,_._,___
|