PureBytes Links
Trading Reference Links
|
Hello,
You can write a script that will execute import automatically
in JScript (you can for example use Windows Scheduler to run such script)
The simples script would look like this:
AB = new ActiveXObject("Broker.Application");
AB.Import( 0, "C:\\Path To Your File\\myFIle.txt", "aqi.format" );
Hope this helps.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "zoli_j" <novizoli@xxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, January 20, 2004 5:36 PM
Subject: [amibroker] Intraday data importing from myFile.txt
> Hi group,
>
> I'm from Hungary. I have an own created script. This script dwonload
> and save the hungarian stocks into a file "myFile.txt" every fifth
> minutes. (Normal intraDay)
> My question:
> How could I import these Files into AmiBroker AUTOMATICALY every
> fifth minutes?
> At the moment I must import these Files MANUALY with Import ASCII
> option. (When I have time for it.)
>
> Best regards, Zoli.
>
> PS: "myFile.txt" Format is flexible, I can change it.
> myFile.txt:
> BUX0412;2004.01.09;13:17:15;10620;1276;13576000
> BUX0412;2004.01.09;13:19:51;10620;1286;13682000
> BUX0412;2004.01.09;13:24:18;10617;1288;13703000
>
>
>
> Send BUG REPORTS to bugs@xxxxxxxxxxxxx
> Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
>
>
>
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|