WFA OOS into QA

Please make it possible to somehow export/save strategy results from OOS period of a WFA run in order to be able to import it and use it in QA. For example for correlation tests of WFA based strategies in their WFA OOS period (thus NOT the main equity with fixed parameter settings).

At this moment in time checking for correlation of WFA strategies is very difficult and requires a lot of additional external coding and manual handling.


Attachments
No attachments
  • Votes +1
  • Project StrategyQuant X
  • Type Feature
  • Status Archived
  • Priority Normal
  • Assignee None

History

Kc
#1

coensio

26.11.2019 10:41

Task created

Kc
#2

coensio

26.11.2019 10:41
Voted for this task.
Kc
#3

coensio

26.11.2019 10:50

Addition for later: Ideally also with an option to auto-generate a WFA-level source code, by automatically adding optimized parameters per optimization period into the strategy source code. The resulting WFA strategy source-code would need to have something similar to this pseudo-code:


IF CurrentDateTime >= WfaOOS1StartDateTime AND   CurrentDateTime <= WfaOOS1EndDateTime THEN:

Param1=A

Param2=B

Param3=C

...

IF CurrentDateTime >= WfaOOS2StartDateTime AND   CurrentDateTime <= WfaOOS2EndDateTime THEN:

Param1=C

Param2=A

Param3=B

...

IF CurrentDateTime >= WfaOOS3StartDateTime AND   CurrentDateTime <= WfaOOS3EndDateTime THEN:

Param1=A

Param2=A

Param3=C

...

etc...etc...


I hope the idea is clear.

MF
#4

Mark Fric

26.10.2020 11:25

Status changed from New to Archived


Votes: +1

Drop files to upload

or

choose files

Max size: 5MB

Not allowed: exe, msi, application, reg, php, js, htaccess, htpasswd, gitignore

...
Wait please