mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-04 11:30:58 +08:00
Add missing fields to TradeOutcome: - Quantity: Position size - Leverage: Leverage multiplier - PositionValue: Total position value (quantity × openPrice) - MarginUsed: Margin required (positionValue / leverage) This provides complete trade information for analysis and display. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: tinkle-community <tinklefund@gmail.com>