| ID | Pair | Side | Status | Entry | SL | TP | Exit | Qty | P/L | খোলা হয়েছে | বন্ধ হয়েছে |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ t.id }} | {{ t.pair }} | {{ t.side }} | {{ t.status }} | {{ t.entry_price }} | {{ t.stop_loss }} | {{ t.take_profit }} | {{ t.exit_price if t.exit_price is not none else "—" }} | {{ t.quantity }} | {{ "$%.2f"|format(t.pnl) if t.pnl is not none else "—" }} | {{ t.opened_at }} | {{ t.closed_at if t.closed_at else "—" }} |
| এই filter এ কোনো trade পাওয়া যায়নি। | |||||||||||