I want to SPP as a robustness check but I want to specify custom parameters to optimize

So I think I either I need to be able to set filter conditions inside the optimize strategies task of a custom project OR I need to be able to select the parameters for the optimization in the retest task.

Or am I missing something?
Attachments
No attachments
  • Votes +8
  • Project StrategyQuant X
  • Type Feature
  • Status Fixed
  • Priority Normal

History

b
#1

bentra

21.12.2020 03:36

Task created

b
#2

bentra

21.12.2020 03:54
If I could select which parameters to randomize inside a monte carlo when doing randomize strategy parameters then that would satisfy this same need.
b
#3

bentra

21.12.2020 05:04
Ah never mind, I found it's easy to do it in snippet:

    public RandomizeExitParameters() {
        super(MonteCarloTestTypes.ModifySettings);
        
        paramTypes.set(ParametrizationTypes.ParamTypePeriod, false);
        paramTypes.set(ParametrizationTypes.ParamTypeShift, false);
        paramTypes.set(ParametrizationTypes.ParamTypeConstant, false);
        paramTypes.set(ParametrizationTypes.ParamTypeOtherParam, false);
        paramTypes.set(ParametrizationTypes.ParamTypeExitUsed, true);
        paramTypes.set(ParametrizationTypes.ParamTypeExitUnused, true);
        paramTypes.set(ParametrizationTypes.ParamTypeBoolean, false);   
        paramTypes.set(ParametrizationTypes.ParamTypeTradingOptions, false);            
    }
IH
#4

clonex / Ivan Hudec

23.12.2020 21:52
Voted for this task.
b
#5

bentra

23.12.2020 22:33
Voted for this task.
JK
#6

Insanity82007

24.12.2020 10:24
Voted for this task.
k
#7

Karish

25.12.2020 20:28
Voted for this task.
m
#8

mabi

26.12.2020 00:05
Voted for this task.
i
#9

kasinath

26.12.2020 20:22
Voted for this task.
MO
#10

mareko

29.12.2020 11:42
Voted for this task.
MF
#11

Mark Fric

01.04.2021 11:55

Status changed from New to Fixed

it is now possible to choose your own categories of parameters in optimization crosschecks
k
#12

Karish

03.04.2021 10:26
Mark, I asked something very similar please review! maybe you guys can improve it even more,

the following task is related to SPP/WF/WFM.


https://roadmap.strategyquant.com/tasks/sq4_7915


Thanks!


b
#13

bentra

04.04.2021 00:01
I kind of wanted the +/- % and steps controls too in case that wasn't clear....
k
#14

Karish

06.04.2021 23:30
I kind of wanted the +/- % and steps controls too in case that wasn't clear....

+1

Votes: +8

Drop files to upload

or

choose files

Max size: 5MB

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

...
Wait please