Hi,
my problem: If I click File/Import ASCII and then just put into the
name of the file http://akcie.vasweb.eu/data/spad-vse.php it works
great, but I made a script file which contains:
AmiBroker = new ActiveXObject( "Broker.Application" );
AmiBroker.Import(0,"http://akcie.vasweb.eu/data/spad-vse.php", "als-
moje web stranka.format");
AmiBroker.RefreshAll();
AmiBroker.SaveDatabase();
I added this script into the tools, but problem is that this script
does nothing(u can see that the AmiBroker was refreshed, but Tickers
are not updated). Could someone help me please??