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 (Ayumi, AndrewAMD), 770 guests, and 4 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
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,982
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

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