New Zorro version 1.50

Posted By: jcl

New Zorro version 1.50 - 09/12/16 06:56

A new Zorro version was uploaded:

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

A description of the new features can be found here:

http://manual.zorro-trader.com/new.htm

Please also read the part about updating your system. This version will stay here for a week and then become the official release if no bug was found.

Subscribers to Zorro S or to a Z system will receive new versions next week.
Posted By: jcl

Re: New Zorro version 1.50 - 09/13/16 13:22

A slightly newer version:

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

A bug with time zones was fixed in this version.
Posted By: Grat

Re: New Zorro version 1.50 - 09/13/16 21:15

Version 1504 - cannot attach MT4 bridge. Error
2016.09.13 23:11:21.491 Access violation write to 0x067C80B8

Old version without problem.

MT4 - Build 1010. I'm trying Demo and Real account.

Milan
Posted By: Grat

Re: New Zorro version 1.50 - 09/13/16 22:16

Parameter STEPWISE not working correct. With STEP is the same like SKIP.

Milan
Posted By: jcl

Re: New Zorro version 1.50 - 09/14/16 10:15

Thanks for testing! I can confirm the STEPWISE problem, but no MT4 problem. The MT4 bridge is new, so make sure to install the new version. Check also if automated trading is enabled on the MT4 terminal. The access violation error happens when it is not enabled or when a wrong version is installed. If you checked everything and the error still happens, please post again - I'll then would like to look into the Zorro and the MT4 logs.
Posted By: Grat

Re: New Zorro version 1.50 - 09/14/16 18:44

Hi,

I'm tested:

a) first - from the zorro/ZorroMT4.zip copy files to MQL4/experts and libraries ( delete old)
b) restart MT4
c) first - in the MT4 - enable Autotrading
d) plug zorro.mql EA into graph ( check Allow live trading && AllowDLL Import)
After click the OK ( in EA) get error:

( see att.)

Edit:
--------------
I'm trying in the another MT4 and working without problem.
Is a problem with only one MT4 scrap.

M.


Attached picture Sni?mek obrazovky 2016-09-14 v 19.39.42.png
Posted By: jcl

Re: New Zorro version 1.50 - 09/15/16 08:05

Is the MT4 where it did not work a different version? The current MT4 build is 1010 from Aug 18. I can produce the same error message as in your log when I disable AutoTrading with the button below the menu bar, but not when AutoTrading is enabled.
Posted By: Grat

Re: New Zorro version 1.50 - 09/15/16 09:17

is a problem only with one installation MT4, with another no problem. Maybe special improvent from broker.
Posted By: jcl

Re: New Zorro version 1.50 - 09/15/16 09:39

I've uploaded a special ZorroMT4.ex4 version:

http://server.conitec.net/down/Libraries.zip

Can you unzip it into your MQL4/Libraries folder, then start the EA and post the Experts log? This version prints some diagnostics during the initialization.
Posted By: Girb

Re: New Zorro version 1.50 - 09/15/16 10:03

I have the exact same problem as Grat, and I am 100% certain autotrading is enabled. I re-tested with the .ex4 from the Libraries.zip above. Here is the output in the Experts-tab:

2016.09.15 12:00:10.143 Expert Zorro EURUSD,H4: removed
2016.09.15 12:00:10.143 Zorro EURUSD,H4: uninit reason 8
2016.09.15 12:00:10.143 Zorro EURUSD,H4: not initialized
2016.09.15 12:00:10.143 Access violation write to 0x06EA80B8
2016.09.15 12:00:10.143 Zorro EURUSD,H4: Zorro Bridge 1.11 on Real Account xxxxx
2016.09.15 12:00:07.787 Expert Zorro EURUSD,H4: loaded successfully
Posted By: jcl

Re: New Zorro version 1.50 - 09/15/16 10:27

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.
Posted By: Girb

Re: New Zorro version 1.50 - 09/15/16 10:47

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 File
mt4maprxxxxx.sys.zip  (47 downloads)
Posted By: Grat

Re: New Zorro version 1.50 - 09/15/16 10:57

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
Posted By: jcl

Re: New Zorro version 1.50 - 09/15/16 15:10

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.
Posted By: Girb

Re: New Zorro version 1.50 - 09/15/16 17:10

Ok, thanks.
Posted By: Grat

Re: New Zorro version 1.50 - 09/16/16 06:30

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 picture Sni?mek obrazovky 2016-09-16 v 8.25.58.png
Posted By: jcl

Re: New Zorro version 1.50 - 09/16/16 07:52

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.
Posted By: jcl

Re: New Zorro version 1.50 - 09/21/16 09:23

New version:

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

A bug with WFOPeriod was fixed in this version.
Posted By: MatPed

Re: New Zorro version 1.50 - 09/21/16 10:19

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
Posted By: jcl

Re: New Zorro version 1.50 - 09/21/16 12:59

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.
Posted By: MatPed

Re: New Zorro version 1.50 - 09/21/16 13:56

ok thanks!
Posted By: jcl

Re: New Zorro version 1.50 - 09/27/16 07:18

Zorro 1.50.6 has now been officially released to the download page. Subscribers will receive updates to their subscribed modules in the next days. Thanks for testing!
Posted By: 4xBones

Re: New Zorro version 1.50 - 09/29/16 00:38

Hi JCL, for some reason can't download latest beta <above> or prerelease (1502) versions. Public link (http://server.conitec.net/down/Zorro_1502.exe) just downloads an old version 1402?

Cheers, N
Posted By: Grat

Re: New Zorro version 1.50 - 09/29/16 16:59

Hi,

i maybe found next bug:

if is optimize(1,0,2) ... begining from 0

Quote:

function tradeCounterTrend()
{
TimeFrame = 4;
==> var Threshold = optimize(1,0,1.5);


vars Price = series(price());
vars Filtered = series(BandPass(Price,optimize(30,25,35),0.5));
vars Signal = series(Fisher(Filtered,500));

Stop = optimize(4,2,10) * ATR(100);
Trail = 4*ATR(100);

if(crossUnder(Signal,-Threshold))
enterLong();
else if(crossOver(Signal,Threshold))
enterShort();
}



get allways only 0
Quote:

Loop [1][2] p1 step 22: 0.00 => 0.86 177/123
Loop [1][2] p1 step 23: 0.00 => 0.86 177/123
Loop [1][2] p1 step 24: 0.00 => 0.86 177/123
Loop [1][2] p1 step 25: 0.00 => 0.86 177/123
Loop [1][2] p1 step 26: 0.00 => 0.86 177/123
Loop [1][2] p1 step 27: 0.00 => 0.86 177/123
Loop [1][2] p1 step 28: 0.00 => 0.86 177/123
Loop [1][2] p1 step 29: 0.00 => 0.86 177/123
Loop [1][2] p1 step 30: 0.00 => 0.86 177/123
Loop [1][2] p1 step 31: 0.00 => 0.86 177/123
Loop [1][2] p1 step 32: 0.00 => 0.86 177/123
Loop [1][2] p1 step 33: 0.00 => 0.86 177/123

Posted By: jcl

Re: New Zorro version 1.50 - 09/30/16 07:11

What is 10% of 0?

laugh
Posted By: Grat

Re: New Zorro version 1.50 - 09/30/16 08:37

Ok,

but I have an interval from <0,1.5>

1 step: 0
2 step 0.15
...
10 step 1.5

if a have 10 step.

I thinking the optimize work like regress line : y = kx+q
-----------
If want optimize from 0, must be defined the step value?


Posted By: Petra

Re: New Zorro version 1.50 - 10/02/16 14:31

For y = kx+q, you need a step value k.
Posted By: Grat

Re: New Zorro version 1.50 - 10/03/16 13:27

hi,

i trying download version 1.50.6 but downloaded version 1.06 (size 50MB)
Posted By: Grat

Re: New Zorro version 1.50 - 10/04/16 16:27

New version is not for download?

Only version 1.06 and 1.42?
Posted By: jcl

Re: New Zorro version 1.50 - 10/04/16 17:00

Grat, this is an old thread. Version 1.50 is not in beta test anymore. It was released already a week ago.
Posted By: sw1800

Re: New Zorro version 1.50 - 10/12/16 02:57

Hi, I just bought Zorro S version, but it did not show 'Zorro S' in title when I started it... is there something wrong here.
Posted By: sw1800

Re: New Zorro version 1.50 - 10/12/16 02:59

never mind, I got it.
Posted By: DM190X

Re: New Zorro version 1.50 - 10/17/16 18:41

Hi guys,
I am new to Zorro. Basically found it an hour ago and would like to give it a try.
I downloaded the latest stable version 1.50 and managed to run it on my PC. But I have a problem that I cannot work out.
When I login to my demo account, all works fine, but when I try to login to my real account, it says. Real account not supported.
In the Account scroll menu, I can see these FXCM, IB(DEMO), MT4(DEMO) and OANDA V1 demo. Zorro is free right apart from restriction of for Zorro S, right?
Can some one help please?
Posted By: kandlekid

Re: New Zorro version 1.50 - 10/18/16 04:17

Well,according to the manual, that error 063 (is that right ?),
occurs when the free version requires a plugin.

From the manual ...

"Error 063: ... not supported

An error message by the free Zorro version. The called function requires an external plugin or Zorro S."
Posted By: DM190X

Re: New Zorro version 1.50 - 10/18/16 20:12

It doesn't show this an error message, jus says Real account not supported. Should it be a Dll file there with MT4 real, rather than MT4demo?
Posted By: jcl

Re: New Zorro version 1.50 - 10/19/16 10:30

Yes. It's for subscription. You can find it on the download page.
Posted By: Sphin

Re: New Zorro version 1.50 - 10/24/16 21:57

On training with WFOs I notice that 1.50.6 often hangs with "No Responding". To exclude PC problems a 1.46 runs parallel without hanging. Did anybody notice this too?
Posted By: 4xBones

Re: New Zorro version 1.50 - 10/25/16 01:35

Nope, 1.50.6 WFO's are working fine for me.
Posted By: jcl

Re: New Zorro version 1.50 - 10/25/16 16:05

I also don't think that WFO hangs. It might be some other function or endless loop in your script. You can find out with watch() statements at suspicious places.
Posted By: Sphin

Re: New Zorro version 1.50 - 10/25/16 18:06

It might be another problem but I doubt it is in the script if the 'same' script hangs during the 'same' WFO training in 1.50 but not in 1.46. laugh I'll check my PC ...
© 2024 lite-C Forums