Gamestudio Links
Zorro Links
Newest Posts
Camera always moves upwards?
by clonman. 11/13/25 14:04
brokerCommand PLOT_HLINE parameters
by M_D. 11/13/25 10:42
ZorroGPT
by TipmyPip. 11/10/25 11:04
Training with the R bridge does not work
by frutza. 11/05/25 00:46
Zorro 2.70
by opm. 10/24/25 03:44
Alpaca Plugin v1.4.0
by TipmyPip. 10/20/25 18:04
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (TipmyPip, AndrewAMD), 21,112 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sheliepaley, Blueguy, blobplayintennis, someone2, NotEBspark
19177 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Broker conditions update fails #488387
09/23/24 08:26
09/23/24 08:26
Joined: Jan 2024
Posts: 9
Würzburg
J
juergen_wue Offline OP
Newbie
juergen_wue  Offline OP
Newbie
J

Joined: Jan 2024
Posts: 9
Würzburg
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.
Re: Broker conditions update fails [Re: juergen_wue] #488388
09/23/24 18:55
09/23/24 18:55
Joined: Jan 2024
Posts: 9
Würzburg
J
juergen_wue Offline OP
Newbie
juergen_wue  Offline OP
Newbie
J

Joined: Jan 2024
Posts: 9
Würzburg
I had found the reason: ZorroMT5.zip has must be extracted and copy in MT5's ADVISOR and LIBRARIES folder. The mq5 file has to compiled. I had done it.

But now: I couldn't attach Zorro.ex5 to the MT5 chart.

In MT5 expert tab occurs the following message: "import module 'ZorroMT64.ex5' is tooold and cannot be used from 'Zorro.ex5', recompile it please."

Anybody here who knows why?

Last edited by juergen_wue; 09/24/24 08:50.
Re: Broker conditions update fails [Re: juergen_wue] #488390
09/26/24 11:12
09/26/24 11:12
Joined: Jul 2000
Posts: 28,029
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,029
Frankfurt

Re: Broker conditions update fails [Re: juergen_wue] #488393
09/26/24 14:25
09/26/24 14:25
Joined: Aug 2017
Posts: 311
Netherlands
G
Grant Offline
Senior Member
Grant  Offline
Senior Member
G

Joined: Aug 2017
Posts: 311
Netherlands
Based on the following post this message can show up after a MT5 upgrade, so you need to compile the .mq5 file again (F7 key).

https://www.mql5.com/en/forum/1746

Last edited by Grant; 09/26/24 14:27.
Re: Broker conditions update fails [Re: juergen_wue] #488395
09/26/24 15:54
09/26/24 15:54
Joined: Feb 2017
Posts: 1,809
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,809
Chicago
If you haven't already, you need to follow every single step listed in this page regarding the MT4 / MT5 bridge. It is also has specific troubleshooting steps:
https://zorro-project.com/manual/en/mt4plugin.htm


Moderated by  Petra 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1