importquotes();
function importquotes()
{
filename = "C:\\Program Files\\AmiBroker\\Data Downloader\\gData\\_NSEBANK.txt";
AmiBroker = new ActiveXObject("Broker.Application" );
AmiBroker.Import( 0, filename, "gdata.format" );
AmiBroker.RefreshAll();
}
//////////////////////////////////////////////////////////////////////////////
i m using the above js for importing the datas in amibroker ...........
how to run the above script with time interval .................
i mean the above script should run automatically with some specified time interval ..........
any body knows pls share it ............
thanks in advace ..............
function importquotes()
{
filename = "C:\\Program Files\\AmiBroker\\Data Downloader\\gData\\_NSEBANK.txt";
AmiBroker = new ActiveXObject("Broker.Application" );
AmiBroker.Import( 0, filename, "gdata.format" );
AmiBroker.RefreshAll();
}
//////////////////////////////////////////////////////////////////////////////
i m using the above js for importing the datas in amibroker ...........
how to run the above script with time interval .................
i mean the above script should run automatically with some specified time interval ..........
any body knows pls share it ............
thanks in advace ..............