Starter Code

This commit is contained in:
2025-01-29 23:39:42 -05:00
parent d32023c882
commit b4fde9997e
1113 changed files with 210062 additions and 0 deletions

View 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