Starter Code
This commit is contained in:
14
MidasHMM/hmm/config/params.yaml
Normal file
14
MidasHMM/hmm/config/params.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
data_dir: "../../../../MidasData"
|
||||
output_dir: "../MidasOutput"
|
||||
tickers: ["MRNA", "NVDA", "CRWD"] # Add your tickers here
|
||||
combine_tickers: True # Whether to train single unified model
|
||||
resample_freq: "1H" # 1H, 4H, 1D
|
||||
n_states_range: [3, 4] # Test states 3-5
|
||||
features:
|
||||
- returns
|
||||
- volatility
|
||||
- rsi
|
||||
- macd
|
||||
- atr
|
||||
- volume_change
|
||||
- obv
|
||||
Reference in New Issue
Block a user