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
0 registered members (), 681 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
DataSplit training and trading #462885
11/02/16 20:47
11/02/16 20:47
Joined: Nov 2016
Posts: 3
J
jjlescarg Offline OP
Guest
jjlescarg  Offline OP
Guest
J

Joined: Nov 2016
Posts: 3
Hello and first, a big thanks for this wonderful work.


I was wondering what dates range are used when training with WFO.

The manual says "WFO uses a default training period of 85% and a default test period of 15%."

If data consists of 100 days, then the first 85 days will be used to train factors and parameters and the last 15 days for backtesting.

If I then decide to trade with this algorithm, then the optimize factors/parameters are missing the last 15 more recent days.

=> Is it true ? Are the days split randomly in the timeline ?

Re: DataSplit training and trading [Re: jjlescarg] #462888
11/02/16 21:27
11/02/16 21:27
Joined: Apr 2014
Posts: 482
Sydney, Australia
B
boatman Offline
Senior Member
boatman  Offline
Senior Member
B

Joined: Apr 2014
Posts: 482
Sydney, Australia
In the case you mentioned, after the first cycle the walk-forward window would shift forward by 15 bars and retraining would occur on the final 85 bars in the data set. The resulting parameters are then saved in a .par file and are not used in simulation, but are used for live trading. In this way, Zorro uses the most recent parameters for live trading.

Re: DataSplit training and trading [Re: boatman] #462894
11/03/16 12:13
11/03/16 12:13
Joined: Aug 2016
Posts: 61
D
dr_panther Offline
Junior Member
dr_panther  Offline
Junior Member
D

Joined: Aug 2016
Posts: 61
From the documentation:

DataSplit
Splits the simulation in a training period (given in percent) and a following test period. F.i. when set at 60, the training period has a length of 60% and the test period has a length of 40%. This ensures that the test always uses out-of-sample data.

Also have a look at: http://zorro-project.com/manual/en/numwfocycles.htm

And for the general concept you might consider: Urban Jaekle, Emilio Tomasini: Trading Systems, which is recommended by jcl in his manual and is a short read, but afterwards many thinks gets clearer.

Re: DataSplit training and trading [Re: dr_panther] #462900
11/03/16 18:04
11/03/16 18:04
Joined: Nov 2016
Posts: 3
J
jjlescarg Offline OP
Guest
jjlescarg  Offline OP
Guest
J

Joined: Nov 2016
Posts: 3
Thanks for your answer, it's now more clear.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1