[amibroker] Re: Download and update quotes automatically in Amibroker

2010-03-02 Thread smrcek18
I found one error (URLPrefix + filename), but still doesn't working. DownloaderPrg = "URLGet.exe"; filename = "rts.aqh"; URL = "http://myserver.com/";; AmiBroker = new ActiveXObject( "Broker.Application" ); WshShell = new ActiveXObject( "WScript.Shell" ); function Download( URL, filename

[amibroker] Re: Download and update quotes automatically in Amibroker

2010-03-02 Thread smrcek18
Can someone tell me what is wrong with this javascript? URLGet doesn't start and quotes are not imported in Amibroker :( This is a modified script from: http://www.amibroker.com/newsletter/02-2001.html DownloaderPrg = "URLGet.exe"; filename = "rtc.aqh"; URLPrefix = "http://myserver.com/";; URL