Gamestudio Links
Zorro Links
Newest Posts
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
Release 2.68 replacement of the .par format
by Martin_HH. 09/23/25 20:48
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 17,150 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 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,022
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,022
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,806
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,806
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