Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by howardR. 04/24/24 20:04
M1 Oversampling
by Petra. 04/24/24 10:34
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Data from CSV not parsed correctly
by EternallyCurious. 04/20/24 21:39
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
folder management functions
by VoroneTZ. 04/17/24 06:52
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, howardR), 472 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: Zorro 1.41 [Re: jcl] #457394
01/16/16 14:09
01/16/16 14:09
Joined: Sep 2014
Posts: 22
G
Giorm Offline
Newbie
Giorm  Offline
Newbie
G

Joined: Sep 2014
Posts: 22
Yes, my script uses probably too much memory for a single process.
If I split the backtest into 2 parts (25 assets per run) it works.
But I think that there is also a memory garbage collection problem in ZT that you could correct:

if in the original script (with 50 assets) I use the following:
set(PARAMETERS+TESTNOW+PLOTNOW);
it shows the error immediatly when it start the test phase;

if in the same script I use:
set(PARAMETERS+PLOTNOW);
it complete the train. If then I close ZT and then I start it again and select "Test": It complete the Test correctly!

This means that if at the end of the train phase you call a garbage collection routine (but i don't know if you have it in C) you could probably resolve this problem.

thanks

Re: Zorro 1.41 [Re: Giorm] #457396
01/16/16 19:23
01/16/16 19:23
Joined: Mar 2015
Posts: 336
Rogaland
N
nanotir Offline
Senior Member
nanotir  Offline
Senior Member
N

Joined: Mar 2015
Posts: 336
Rogaland
I got similar problem but I did not need to close the zorro. I put away the PLOTNOW and TESTNOW. When the train was completed, I clicked on test and then it was ok.

Re: Zorro 1.41 [Re: nanotir] #457407
01/17/16 10:48
01/17/16 10:48
Joined: Sep 2014
Posts: 22
G
Giorm Offline
Newbie
Giorm  Offline
Newbie
G

Joined: Sep 2014
Posts: 22
yes... and as I am not the only one that is reporting this problem I think we have a bug to resolve.

Jcl: do you think we can resolve it?
thanks

Re: Zorro 1.41 [Re: Giorm] #457427
01/18/16 10:33
01/18/16 10:33
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
I can not confirm a garbage collection issue. And what you're describing is memory fragmentation, not garbage collection. But if you think something is wrong with executing your script, please send it to support. We'll look into it.

Re: Zorro 1.41 [Re: jcl] #457510
01/20/16 12:58
01/20/16 12:58
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
Giorm: thanks for the script. We'll looked into its memory allocation, but could not confirm a garbage collection issue. The behavior is what you described: TESTNOW gave a memory fragmentation error since it had to allocate large memory areas. Due to the previous training run, there was not enough contiguous memory for them. Normally you must then reduce memory consumption per script, but sometimes it also helps just to restart Zorro. This will free all memory allocated by the script. The end of the training run only frees memory specific for the training.

You're at the border of available memory and thus get those effects.

Re: Zorro 1.41 [Re: jcl] #457580
01/22/16 17:36
01/22/16 17:36
Joined: Sep 2014
Posts: 22
G
Giorm Offline
Newbie
Giorm  Offline
Newbie
G

Joined: Sep 2014
Posts: 22
Jcl, thanks for the analysis.
So, if there is not any solution, I will divide the train task on different steps.

Re: Zorro 1.41 [Re: Giorm] #457641
01/25/16 10:14
01/25/16 10:14
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
A new beta version, 1.41.9, was uploaded today. This is the candidate for the 1.42 release. Aside from the new user panels, 1.42 supports better strategy debugging by single stepping into bars and loops.

Re: Zorro 1.41 [Re: jcl] #458041
02/13/16 23:29
02/13/16 23:29
Joined: Apr 2014
Posts: 482
Sydney, Australia
B
boatman Offline
Senior Member
boatman  Offline
Senior Member
B

Joined: Apr 2014
Posts: 482
Sydney, Australia
I am having difficulties with the control panel for the Download.x file. The [Load M1 Data] and [Load Tick Data] blue buttons are unresponsive. The other blue buttons respond as described in the manual.

This could be because I tried to connect to the broker on a weekend. But I pinged the broker's server and got a response. I would have expected an error message if this was the issue, however I get no response at all when clicking these buttons.

I'll try again on Monday and see if there is any change.

Last edited by boatman; 02/14/16 02:35.
Page 2 of 2 1 2

Moderated by  Petra 

Gamestudio download | chip programmers | 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