Hello,
I have an easy script to update the brokers condition in my AssetsICM.csv. Connection established to my broker IC Markets via ZorroMT4.dll::
function run()
{
BarPeriod=1;
LookBack=0;
assetList("AssetsICM.csv");
while(asset(loop("EURUSD","AUDUSD", "XAUUSD")))
{
printf("\nLast close: %.5f",priceClose());
}
}
When I push the TEST (1) button its deliver me the last close prices - thats ok.
When I push the TRADE (2) button then I get the error message:
!Access denied C:userssteamuser\Temp\mt4sock0351920701.sys
!Check account type/number: 51920701
Can't connect.
Whats goes wrong here? Please see attached picture also.
Thanks! BR Jürgen