Trader PnL and Liquidation
- PnL based on price movements: pricePnL = positionSize * (currentFillPrice - lastFillPrice)
- Profits/losses paid to/from liquidity pool
- Liquidations occurs when account falls below required margin: totalRequiredMargin = accountMaintenance + liquidationFeeMargin
Β
βΒ Click below for Related Article