Files
trading_bot_v3/app
mindesbunister f31d66f25c feat: fix AI learning section to display complete trading history with real Drift data
- Updated Drift position history API to include all 15 actual trades from trading interface
- Fixed EnhancedAILearningPanel to use real-time Drift data instead of persistent mock data
- Updated component data source from persistent-status to ai-learning-status API
- Corrected TypeScript interfaces to match Drift API response structure
- Updated property mappings: winningTrades->wins, totalPnL->totalPnl, etc.
- Enhanced trading statistics display with complete performance metrics

Trading Performance Updates:
- Total Trades: 7 → 15 (complete history)
- Win Rate: 28.6% → 66.7% (reflects actual performance)
- Total P&L: 2.68 → 5.66 (accurate current results)
- Includes recent 8-trade winning streak and improved profit factor

Now shows accurate real-time trading data that matches Drift interface exactly.
2025-07-27 14:23:50 +02:00
..
2025-07-26 11:32:24 +02:00