Вы находитесь на странице: 1из 1

importquotes();

function importquotes()
{
filename = "C:\\Program Files\\AmiBroker\\datadownloader data\\^nsei.txt";
AmiBroker = new ActiveXObject("Broker.Application" );

AmiBroker.Import( 0, filename, "yahoo.format" );


AmiBroker.RefreshAll();
}

{
filename = "C:\\Program Files\\AmiBroker\\datadownloader data\\^nsebank.txt";
AmiBroker = new ActiveXObject("Broker.Application" );

AmiBroker.Import( 0, filename, "yahoo.format" );


AmiBroker.RefreshAll();
}

Вам также может понравиться