Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 1,014 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
PARAMETERS+RULES(PATTERN+FUZZY) WFO = OOM #451570
05/12/15 06:01
05/12/15 06:01
Joined: Sep 2013
Posts: 504
California
G
GPEngine Offline OP
User
GPEngine  Offline OP
User
G

Joined: Sep 2013
Posts: 504
California
A Strategy using RULES+PARAMETERS &
adviseLong(PATTERN+FUZZY) with 8 inputs &
NumOptCycles = 2;
NumWFOCycles = 7;
over merely 1 year of H1 bars

It consistently crashes 44 minutes into Train, on Walk[5]O[1] P[1], for "out of memory". Is this expected?

Code:
Profitable patterns: 204.
Parameter 1 step  1:  100.00 => 2.66  56/39
Generating EURUSD_L rules...
Generating EURUSD_S rules...
Profitable patterns: 207.
Parameter 1 step  2:  120.00 => 2.84  61/43
Generating EURUSD_L rules...
Generating EURUSD_S rules...
Profitable patterns: 211
Error 060 - out of memory: TRD 88.5 MB (1.9 MB total)
Quit
Time 00:44:33


Re: PARAMETERS+RULES(PATTERN+FUZZY) WFO = OOM [Re: GPEngine] #451575
05/12/15 09:50
05/12/15 09:50
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Running out of memory is always expected when you program something. In strategy scripts, the two most frequent reasons for running out of memory are too many trades, and too many price ticks.

Re: PARAMETERS+RULES(PATTERN+FUZZY) WFO = OOM [Re: jcl] #451612
05/13/15 02:42
05/13/15 02:42
Joined: Sep 2013
Posts: 504
California
G
GPEngine Offline OP
User
GPEngine  Offline OP
User
G

Joined: Sep 2013
Posts: 504
California
Thanks.
These are soft limits, and Zorro is not aware when it approaches or exceeds them?

Re: PARAMETERS+RULES(PATTERN+FUZZY) WFO = OOM [Re: GPEngine] #451613
05/13/15 03:11
05/13/15 03:11
Joined: Sep 2013
Posts: 504
California
G
GPEngine Offline OP
User
GPEngine  Offline OP
User
G

Joined: Sep 2013
Posts: 504
California
wine console writes
Code:
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
mmap() failed: Cannot allocate memory
mmap() failed: Cannot allocate memory
mmap() failed: Cannot allocate memory

...


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