This commit is contained in:
Dobromir Popov
2025-05-24 02:15:25 +03:00
parent 6e8ec97539
commit b181d11923
6 changed files with 1117 additions and 254 deletions

View File

@ -43,7 +43,7 @@ gogo2/
### 3. **Unified Data Provider**
- **Multi-symbol support**: ETH/USDT, BTC/USDT (extendable)
- **Multi-timeframe**: 1m, 5m, 15m, 1h, 4h, 1d
- **Multi-timeframe**: 1s, 5m, 1h, 1d
- **Real-time streaming** via WebSocket (async)
- **Historical data caching** with automatic invalidation
- **Technical indicators** computed automatically
@ -202,7 +202,7 @@ models:
# Trading symbols & timeframes
symbols: ["ETH/USDT", "BTC/USDT"]
timeframes: ["1m", "5m", "15m", "1h", "4h", "1d"]
timeframes: ["1s", "1m", "1h", "1d"]
# Decision making
orchestrator: