Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by M_D. 04/26/24 20:22
Help with plotting multiple ZigZag
by M_D. 04/26/24 20:03
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 819 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 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,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

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