Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (flink, AndrewAMD), 656 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 9 of 12 1 2 7 8 9 10 11 12
Re: New Zorro version 1.74 [Re: Grat] #470546
01/19/18 17:15
01/19/18 17:15
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline
Senior Member
Grat  Offline
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
with last version - 1748 / single asset

if use the:
Code:
NumWFOCycles=12;
...
...
if(adviseLong(DTREE,0,aTest,17) > 0){
...


Pruned signals: [14] [15] [16] 11.8%
Rules stored in 5xcor_dtree_jd_1.c
..
Error 062: Can't open 5xcor_dtree_jd_4.c (rt:2)
Error 062: Can't open 5xcor_dtree_jd_5.c (rt:2)
Error 062: Can't open 5xcor_dtree_jd_6.c (rt:2)
Error 062: Can't open 5xcor_dtree_jd_7.c (rt:2)
Error 062: Can't open 5xcor_dtree_jd_8.c (rt:2)
Error 062: Can't open 5xcor_dtree_jd_9.c (rt:2)
Error 062: Can't open 5xcor_dtree_jd_10.c (rt:2)
Error 062: Can't open 5xcor_dtree_jd_11.c (rt:2)
Factors stored in 5xcor_dtree_jd.fac

Code:
with NumWFOCycles = 4;



5xcor_dtree_jd compiling...........
Rules: 5xcor_dtree_jd (TICKS) 2017 (3 cores)
Train EURUSD_L -Aug 2017-
Pruned signals: [14] [15] [16] 3.6%
Train EURUSD_S -Aug 2017-
Pruned signals: [14] [15] [16] 7.0%
Rules stored in 5xcor_dtree_jd_1.c
.
Error 062: Can't open 5xcor_dtree_jd_2.c (rt:13)..
Factors stored in 5xcor_dtree_jd.fac
Time 00:01:10

Last edited by Grat; 01/19/18 17:16.
Re: New Zorro version 1.74 [Re: Grat] #470551
01/20/18 13:11
01/20/18 13:11
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
Decision trees can fail when signals are nonpredictive and produce a too complex tree. So try less and different signals. But if you can't get it to work, or if the problem has a different reason, please contact Support with your script - they'll look into it.

Re: New Zorro version 1.74 [Re: jcl] #470554
01/20/18 14:53
01/20/18 14:53
Joined: Jul 2016
Posts: 51
H
hatten Offline
Junior Member
hatten  Offline
Junior Member
H

Joined: Jul 2016
Posts: 51
I installed 1.74.8 and run into the following problem with Z9:

It generates
Error 055: CSJ 0 (Z9.t6) history missing
and this for all assets. So also the file referred to
Z9.t6 is the same for all assets.

This error is odd because it only appears in Trade mode. The history of the assets in assetsZ9.csv is available and things work in Testmode. Why does it quote the file Z9.t6. Something seems broken.

Re: New Zorro version 1.74 [Re: hatten] #470555
01/20/18 15:09
01/20/18 15:09
Joined: Jul 2016
Posts: 51
H
hatten Offline
Junior Member
hatten  Offline
Junior Member
H

Joined: Jul 2016
Posts: 51
I verified version 1.74.7. For that Z9 one works. So it is specific to 1.74.8.

Re: New Zorro version 1.74 [Re: hatten] #470559
01/21/18 00:33
01/21/18 00:33
Joined: Dec 2017
Posts: 129
Halifax, NS
K
kujo Offline
Member
kujo  Offline
Member
K

Joined: Dec 2017
Posts: 129
Halifax, NS
Originally Posted By: hatten
I installed 1.74.8 and run into the following problem with Z9:

It generates
Error 055: CSJ 0 (Z9.t6) history missing
and this for all assets. So also the file referred to
Z9.t6 is the same for all assets.

This error is odd because it only appears in Trade mode. The history of the assets in assetsZ9.csv is available and things work in Testmode. Why does it quote the file Z9.t6. Something seems broken.


I confirm this

Re: New Zorro version 1.74 [Re: kujo] #470564
01/21/18 18:38
01/21/18 18:38
Joined: Dec 2017
Posts: 129
Halifax, NS
K
kujo Offline
Member
kujo  Offline
Member
K

Joined: Dec 2017
Posts: 129
Halifax, NS
Originally Posted By: kujo
Originally Posted By: hatten
I installed 1.74.8 and run into the following problem with Z9:

It generates
Error 055: CSJ 0 (Z9.t6) history missing
and this for all assets. So also the file referred to
Z9.t6 is the same for all assets.

This error is odd because it only appears in Trade mode. The history of the assets in assetsZ9.csv is available and things work in Testmode. Why does it quote the file Z9.t6. Something seems broken.


I confirm this


Made clean install. Can't reproduce it now.

Re: New Zorro version 1.74 [Re: kujo] #470570
01/22/18 09:29
01/22/18 09:29
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
If you have downloaded it last Friday, please download it again - sorry for that. The first upload contained a wrong file that was probably the reason of the Z9 bug.

Re: New Zorro version 1.74 [Re: jcl] #470642
01/26/18 12:47
01/26/18 12:47
Joined: Feb 2017
Posts: 1,725
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,725
Chicago
Release? laugh

Re: New Zorro version 1.74 [Re: AndrewAMD] #470644
01/26/18 14:46
01/26/18 14:46
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
Next week.

Re: New Zorro version 1.74 [Re: jcl] #470676
01/30/18 03:27
01/30/18 03:27
Joined: Dec 2017
Posts: 129
Halifax, NS
K
kujo Offline
Member
kujo  Offline
Member
K

Joined: Dec 2017
Posts: 129
Halifax, NS
I assume the release version 1.74.9 and 1.74.8 are identical. Right?

Page 9 of 12 1 2 7 8 9 10 11 12

Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1