feat: wire 6 new strategies and fundamentals into signal generator

This commit is contained in:
Viktor Barzin 2026-02-23 21:55:59 +00:00
parent 4d6bebe6f7
commit b8eaa20d63
No known key found for this signature in database
GPG key ID: 0EB088298288D958
5 changed files with 169 additions and 11 deletions

View file

@ -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_"}