Make strategy whitelist configurable
This commit is contained in:
@@ -31,5 +31,11 @@
|
||||
"base_capital_per_strategy": 100.0,
|
||||
"min_trade_notional": 0.01,
|
||||
"risk_parity_lookback": 60
|
||||
},
|
||||
"equity_log": {
|
||||
"strategy_whitelist": [
|
||||
"Equal_Weight",
|
||||
"Risk_Parity"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user