Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
3 registered members (AndrewAMD, juanex, Grant), 1,018 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 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,935
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,935
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