Files
trading_bot_v4/.github
mindesbunister 5db7d7cc0a docs: Add Common Pitfall #55 - BlockedSignalTracker Pyth cache bug
- Documented Nov 20, 2025 fix for multi-timeframe data collection
- Tracker was using Pyth cache (empty) instead of Drift oracle prices
- Result: 30+ hours with no price tracking, all priceAfter* fields NULL
- Fix: Changed to initializeDriftService() + getOraclePrice()
- Now working: Price tracking every 5min, analysisComplete transitions, TP/SL detection
- Impact: Multi-timeframe data collection now operational for Phase 1 analysis
2025-11-20 10:38:00 +01:00
..