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 -----
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