feat: wire 6 new strategies and fundamentals into signal generator
This commit is contained in:
parent
4d6bebe6f7
commit
b8eaa20d63
5 changed files with 169 additions and 11 deletions
|
|
@ -10,5 +10,8 @@ class SignalGeneratorConfig(BaseConfig):
|
|||
alpaca_secret_key: str = ""
|
||||
signal_strength_threshold: float = 0.15
|
||||
watchlist: list[str] = []
|
||||
alpha_vantage_api_key: str = ""
|
||||
fmp_api_key: str = ""
|
||||
fundamentals_cache_ttl_hours: int = 24
|
||||
|
||||
model_config = {"env_prefix": "TRADING_"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue