Position Size
${{ positionCalc.position_size_usd.toFixed(0) }} ({{ positionCalc.position_size_pct }}%)
Effective
${{ positionCalc.effective_position.toFixed(0) }} ({{ positionCalc.leverage }}x)
BTC Amount
{{ positionCalc.btc_amount.toFixed(4) }} BTC
TP Price
${{ formatPrice(positionCalc.tp_price) }} (+${{ positionCalc.potential_profit.toFixed(0) }})
SL Price
${{ formatPrice(positionCalc.sl_price) }} (-${{ positionCalc.potential_loss.toFixed(0) }})