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
1 registered members (1 invisible), 672 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Custom parameter selection in WFO #474700
10/30/18 18:52
10/30/18 18:52
Joined: Jul 2017
Posts: 784
Z
Zheka Offline OP
User
Zheka  Offline OP
User
Z

Joined: Jul 2017
Posts: 784
JCL,

Objective() function returns 1 number.
I, however, want to use a more complex approach to selecting the best parameters in training.

- Is there a way to access trade/performance stats of each WFO cycle in one loop? and if yes - at which place in a script?
The alternative is to export them to a dataset in an objective() function...right?

- is there a way to oversample with different bar length(not only with BarOffset)? Can ALLCYCLE be used in any way for that?

- if one generates/overwrites *.par files manually - what is the correct approach/place in the script to do that?

- Can variables like BarPeriod/Lookback/DataSplit and NumWFOCycles be changed according to TotalCycle?

Thank you!

Re: Custom parameter selection in WFO [Re: Zheka] #474716
10/31/18 17:22
10/31/18 17:22
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
The statistics of single WFO cycles are not sampled. You could either calculate them by script, or use NumTotalCycles and run a single WFO cycle only. Then you get the statistics of the cycle.

Oversampling uses BarOffset only. Anything that affects bar generation, like BarPeriod or start/end dates, cannot be changed in a TotalCycle. The rest, like DataSplit etc, can normally be changed. Try it.


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