mirror of
https://github.com/laoxong/nofx.git
synced 2026-06-04 09:58:22 +08:00
beb9561742
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. Co-Authored-By: tinkle-community <tinklefund@gmail.com>