Files
trading_bot_v3/app/automation-v2/page.js
mindesbunister 35f09dfcd8 fix: correct execution details field mappings for missing data
- Fixed entryPrice field mapping from currentPrice to entryPrice
- Added proper position size mapping using realTradingAmount/tradingAmount
- Added side (BUY/SELL) direction field to execution details
- Fixed amount field for position size display
- All trade execution details now populated with real data:
  * Entry Price: 88.6771
  * Position Size: 9
  * Direction: BUY
  * Leverage: 3x
  * Stop Loss: 74.50
  * Take Profit: 76.50
2025-07-27 14:55:15 +02:00

64 KiB