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
4 registered members (M_D, Quad, Ayumi, AndrewAMD), 797 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
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,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

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

Chief Engineer
jcl  Offline

Chief Engineer

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