Gamestudio Links
Zorro Links
Newest Posts
zorro 64bit command line support
by jcl. 04/20/24 08:52
StartWeek not working as it should
by jcl. 04/20/24 08:38
Data from CSV not parsed correctly
by jcl. 04/20/24 08:32
Zorro FIX plugin - Experimental
by jcl. 04/20/24 08:30
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
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
5 registered members (7th_zorro, Aku_Aku, henrybane, flink, 1 invisible), 712 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
Combine strategies with different WFO cycle numbers #465223
04/13/17 07:31
04/13/17 07:31
Joined: Mar 2017
Posts: 65
G
Ger1 Offline OP
Junior Member
Ger1  Offline OP
Junior Member
G

Joined: Mar 2017
Posts: 65
Hi,

I want to combine various non-correlated strategies into one portfolio.

Obviously each strategy has its own optimum training and test length, which results in different WFO cycle numbers.

Further, I require oversampling for some of my slower-paced strategies but do not want to use this feature on all strategies.

Is there a way to code up different WFOCycles and different NumSampleCycles for each of my strategies and test them all in one script?

Or likewise, is there something equal to the "Combine" script, which is able to handle strategies with different WFO cycle numbers?

Thanks.

Re: Combine strategies with different WFO cycle numbers [Re: Ger1] #465229
04/13/17 08:47
04/13/17 08:47
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
What you could do is training and testing the strategies separately, and combine them for live trading only.

Re: Combine strategies with different WFO cycle numbers [Re: jcl] #465246
04/14/17 03:44
04/14/17 03:44
Joined: Mar 2017
Posts: 65
G
Ger1 Offline OP
Junior Member
Ger1  Offline OP
Junior Member
G

Joined: Mar 2017
Posts: 65
Thanks for your prompt reply jcl.
So in this case I also can't make use of the "ReTrainDays" function?

Is there any advantage to combine strategies with different WFO numbers over trading them separately in the first place?

Also, is there a way to use over sampling on 1 strategy but switch it off for another?
This would be very useful for combing a trend following strategy that only has a small number of trades (hence I want to over sample) and a mean reverting strategy (where I can't implement over sampling due to seasonal effects).

Cheers

Last edited by Ger1; 04/14/17 04:13.
Re: Combine strategies with different WFO cycle numbers [Re: Ger1] #465365
04/21/17 15:32
04/21/17 15:32
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
Normally not. Special features that affect the creation of bars require separate scripts. A portfolio must normally use the same sort of bars and the same training method. Only time frames and bar offsets can be individual per asset.

Combining strategies has the advantage that you only need to start a single script, and that it uses less resources and bandwidth than separate scripts. But it has normally no effect on profit.


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