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::

Code
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

Attached Files
Screenshot_1.png (45 downloads)
Last edited by juergen_wue; 09/23/24 12:46.