PureBytes Links
Trading Reference Links
|
sequence of events goes something like this --
start Amibroker executable
wait a second or two, then create the Amibroker COM reference --
oAB = CreateObject("broker.application")
more script....then when finished, clos AB and destroy the reference --
oAB.Quit()
set oAB = nothing
script ends
no broker.exe should be running at this point. Above is vbscript syntax.
I put a little WMI (thanks to dingo) at the beginning of every run to
kill all broker.exe, quote.exe, javaw.eve and twsstart.exe executables
so I have a clean start.
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/
|