Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (opm), 778 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Different Start / End Date for Train #481659
10/16/20 07:55
10/16/20 07:55
Joined: Mar 2019
Posts: 357
D
danatrader Offline OP
Senior Member
danatrader  Offline OP
Senior Member
D

Joined: Mar 2019
Posts: 357
Is it possible for Training, to set different StarDate / EndDate for PARAMETERS and FACTORS.

Train Parameters based on long past time (e.g. 5 years) but FACTORS on the last 2 years only?
Don't seem to get it run, always end up on the FACTORS calcuöation with the information to check order of settings.

Last edited by danatrader; 10/16/20 07:55.
Re: Different Start / End Date for Train [Re: danatrader] #481660
10/16/20 09:26
10/16/20 09:26
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline
Senior Member
Grat  Offline
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
try this:

edit:

Code
NumTrainCycles = 2;
if(TrainCycle == 1){
        StartDate    = 2018;
        EndDate     = 2020;
       set(RULES);

 }else if(TrainCycle == 2){
        StartDate    = 2020;
        EndDate     = 2020;
        set(PARAMETERS);
 }


Last edited by Grat; 10/16/20 14:26.
Re: Different Start / End Date for Train [Re: danatrader] #481662
10/16/20 11:53
10/16/20 11:53
Joined: Mar 2019
Posts: 357
D
danatrader Offline OP
Senior Member
danatrader  Offline OP
Senior Member
D

Joined: Mar 2019
Posts: 357
Seems to be great, I get it, FACTORS is always last run?

My mistake was, I tried to use the set(PARAMETERS) for one run and set(FACTORS) for the other.

Last edited by danatrader; 10/16/20 11:56.
Re: Different Start / End Date for Train [Re: danatrader] #481664
10/16/20 14:27
10/16/20 14:27
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline
Senior Member
Grat  Offline
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
edit

Re: Different Start / End Date for Train [Re: danatrader] #481666
10/16/20 15:46
10/16/20 15:46
Joined: Mar 2019
Posts: 357
D
danatrader Offline OP
Senior Member
danatrader  Offline OP
Senior Member
D

Joined: Mar 2019
Posts: 357
That's RULES + PARAMETERS, same possible for PARAMETERS + FACTORS?

Re: Different Start / End Date for Train [Re: danatrader] #481678
10/18/20 17:25
10/18/20 17:25
Joined: Sep 2020
Posts: 22
Z
zzy Offline
Newbie
zzy  Offline
Newbie
Z

Joined: Sep 2020
Posts: 22
I am not sure if "PRELOAD" has to be set so that data will be reloaded for each of the TrainCycles?

Re: Different Start / End Date for Train [Re: danatrader] #481694
10/19/20 13:35
10/19/20 13:35
Joined: Jul 2000
Posts: 27,977
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,977
Frankfurt
No, PRELOAD is something different. You can normally not generate factors in the same period as the parameters. It were an in-sample run and the factors were meaningless.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1