PureBytes Links
Trading Reference Links
|
On Wednesday, 23 of March 2005 15:22, ddpn wrote:
> Is there any way to specify a specific database be used when Amibroker is
> started? For example, by use of a command line specification?
>
> Now that I am using both EOD data by way of Quotes Plus, as well as
> intraday data via the IB.dll & TWS, it would be convenient to have separate
> WinXP shortcuts already defined that specify what "database" should be
> utilized with AB.
>
> Any hints or suggestions are welcome and thanks for listening!
Please find attached the script that imports data into a specific database
(DataDir). You can modify it to load appropriate database and start
amibroker, just see:
Amibroker.LoadDatabase ( DataDir );
Regards,
--
Marek Chlopek
mchlopek@xxxxxxx
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
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/
Attachment:
xx.js
Description: JavaScript source
|