Hi,

I got a problem with Zorro S and IG index that can't execute any script, despite I am getting message that I am connected to IG.
Also I see that Zorro is controlling MT.

For instance, simple script like this:

function run()
{
BarPeriod = 1;
LookBack = 0;

printf("\n%02i-%02i-%04i %02i:%02i %s %.5f, %.5f, %.5f, %.5f",
day(), month(), year(), hour(), minute(), Asset, priceOpen(), priceHigh(), priceLow(), priceClose());
}

takes some long time to execute and also giving me following error:


00-00-0000 00:00 EUR/USD 0.00000, 0.00000, 0.00000, 0.00000
Error 053: EUR/USD unavailable at this time
Error 055: No EUR/USD prices
Logout.. ok


Download script is also waiting for a long, when I am starting it in trade mode.
I can see that I am creating assets.csv in log folder.


I would be thankful for any hint ?

Thanks,

Neb

Attached Files MTscr.PNG
Last edited by Neb; 09/07/20 21:24.