Gamestudio Links
Zorro Links
Newest Posts
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, Quad, M_D), 1,217 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 4 1 2 3 4
Re: New Zorro version 1.50 [Re: Girb] #462238
09/15/16 10:27
09/15/16 10:27
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Thanks! Next step: close MT4, then go to your user folder/Appdata/Local/Temp, and look for files with the name "mt4*.sys". Delete those files if some are there. Then start MT4 and the Zorro EA so that it crashes again. Check if a new file with name "mt4*.sys" was created. Upload this file. It contains information that can help determining the problem.

Re: New Zorro version 1.50 [Re: jcl] #462239
09/15/16 10:47
09/15/16 10:47
Joined: May 2016
Posts: 4
Norway
G
Girb Offline
Guest
Girb  Offline
Guest
G

Joined: May 2016
Posts: 4
Norway
Actually, deleting the .sys-file resolved the problem - at least the particular problem of the Zorro EA immediately unloading after being added.

However, Zorro now complains it cannot initialize the MT4 bridge. Not sure if it is related, but here is the output from Zorro and MT4, as well as the .sys-file (remove .zip, had to add this to allow it being uploaded).

ZORRO:
Zorro 1.50.2 Trading Automaton
Made with Gamestudio by oP group 2015

Z12s (oP group) ..
ZorroMT4s.dll => MT4 (real) plugin mounted
Login MT4 (real)..
!Can't initialize MT4 bridge!
Check Zorro EA and account number xxxxx
Can't connect!

MT4:
2016.09.15 12:44:21.272 Zorro EURUSD,H4: initialized
2016.09.15 12:44:21.272 Zorro EURUSD,H4: Timer set at 50 ms
2016.09.15 12:44:21.272 Zorro EURUSD,H4: Window handle initialized
2016.09.15 12:44:21.272 Zorro EURUSD,H4: DLL initialized
2016.09.15 12:44:21.256 Zorro EURUSD,H4: Zorro Bridge 1.11 on Real Account xxxxx
2016.09.15 12:44:18.792 Expert Zorro EURUSD,H4: loaded successfully

Attached Files
mt4maprxxxxx.sys.zip (47 downloads)
Re: New Zorro version 1.50 [Re: Girb] #462240
09/15/16 10:57
09/15/16 10:57
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline
Senior Member
Grat  Offline
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
So,

for my, after delete mt4*.sys now working. I thinking during the install new version must be close MT4 also. This is a my mistake. Becouse I replace mt4 bridge in the opened MT4 scrap.

Milan

Re: New Zorro version 1.50 [Re: Grat] #462244
09/15/16 15:10
09/15/16 15:10
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Girb: You need an update of your MT4s.dll to version 1.50. This update will be sent to all MT4 subscribers next week when 1.50 becomes the official release. The old MT4s.dll won't work with the new bridge.

Re: New Zorro version 1.50 [Re: jcl] #462245
09/15/16 17:10
09/15/16 17:10
Joined: May 2016
Posts: 4
Norway
G
Girb Offline
Guest
Girb  Offline
Guest
G

Joined: May 2016
Posts: 4
Norway
Ok, thanks.

Re: New Zorro version 1.50 [Re: Girb] #462248
09/16/16 06:30
09/16/16 06:30
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline
Senior Member
Grat  Offline
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
I found new potential bug. After starting the train with multicore:

Quote:

NumCores = -2; // use multiple cores (Zorro S only)
set(PARAMETERS );

StartDate = 2010;
EndDate = 2016;
BarPeriod = 30;
Capital = 10000;
DataSplit = 80;
LookBack = 600;


see picture - this is the same overnight - cannot finishing. Still running.

Milan

Attached Files Sni?mek obrazovky 2016-09-16 v 8.25.58.png
Re: New Zorro version 1.50 [Re: Grat] #462249
09/16/16 07:52
09/16/16 07:52
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
If your script takes unusually long in multicore training, or if training does not work at all, please send us that script so that we can check what the problem is. You can either upload it here or send it to support (at) opgroup.de.

Re: New Zorro version 1.50 [Re: jcl] #462322
09/21/16 09:23
09/21/16 09:23
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
New version:

http://server.conitec.net/down/Zorro_1506.exe

A bug with WFOPeriod was fixed in this version.

Re: New Zorro version 1.50 [Re: jcl] #462324
09/21/16 10:19
09/21/16 10:19
Joined: Feb 2015
Posts: 652
Milano, Italy
M
MatPed Offline
User
MatPed  Offline
User
M

Joined: Feb 2015
Posts: 652
Milano, Italy
What was affected by the this WFOPeriod bug?
Are testing results of Z systems affected?
Do you recomend to update Zorro if 1503 was trading live?

Thank You

Re: New Zorro version 1.50 [Re: MatPed] #462326
09/21/16 12:59
09/21/16 12:59
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
The bug affected the first price of a live trading session. The Z systems and test results were not affected, so if you're already trading 1.50.3 live, you need not necessarily update that system.

Page 2 of 4 1 2 3 4

Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1