PureBytes Links
Trading Reference Links
|
Hello,
Thank you. It's clear.
another question:
Is there possibility to import by delphi?
If Yes, then how could I see AB-component in delphi?
In delphi (Component -> Import ActiveX Control)
there is a list with ActiveX Components, but I didn't find AmiBroker.
br Zoli.
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> 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@xxxx>
> 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@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> > -----------------------------------------
> > 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/
|