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

@ -15,7 +15,7 @@ from shared.schemas.trading import MarketSnapshot, OHLCVBar
# Default rolling-window sizes
_DEFAULT_MAX_BARS = 100
_DEFAULT_MAX_BARS = 250
_RSI_PERIOD = 14