PureBytes Links
Trading Reference Links
|
Awesome, Thanks for the quick reply. I also found a couple of scripts
in the user section of the support page. But yours is much smaller.
Will try it also.
Thanks again
--- In amibroker@xxxxxxxxxxxxxxx, "Prashanth" <prash454@xxxx> wrote:
> Hello,
>
> Write a small JavaScript program which you can run for Importing of
ASCII files.
>
> Sample Script;
>
> AmiBroker = new ActiveXObject( "Broker.Application" );
>
> if( ! AmiBroker.Import(
0, "F:\\Intra5min\\ACC.txt", "DMYIntra.format" ))
>
> AmiBroker.RefreshAll();
>
> Change the Path and Format as per your requirements. Save a .js
file and Run.
>
> Cheers
>
> Prashanth
> ----- Original Message -----
> From: kandrstocks
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Wednesday, September 28, 2005 6:54 AM
> Subject: [amibroker] ASCII Files
>
>
> When I import an ascii file it works great the time I import it,
but is
> there any way to automatically update without importing every
time?
> Normally AmiQuote goes out and gets data from yahoo when I
update, but
> I also have some ascii files that are updated another way and I
need to
> update them automatically.
>
> Thanks
>
>
>
>
>
> 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
>
> a.. Visit your group "amibroker" on the web.
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms
of Service.
>
>
> --------------------------------------------------------------------
----------
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/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/
|