| 方向 | 配对 | 杠杆 | 张数 | 开仓价 | 现价 | 盈亏% | 盈亏 | 时长 |
|---|---|---|---|---|---|---|---|---|
| {{ t.side }} | {{ t.pair }} | {{ t.leverage }}x | {{ t.amount }} | {{ t.openRate }} | {{ t.currentRate }} | {{ pct(d2(t.profit_ratio*100)) }} | {{ money(t.profit_abs) }} | {{ t.trade_duration }} |
| 方向 | 配对 | 开仓 | 平仓 | 开仓价→平仓价 | 盈利% | 盈亏 | 止盈/止损 |
|---|---|---|---|---|---|---|---|
| {{ t.side }} | {{ t.pair }} | {{ fmt(t.open_date) }} | {{ fmt(t.close_date) }} | {{ t.open_rate}} → {{t.close_rate}} | {{ pct(d2(t.profit_ratio*100)) }} | {{ money(t.profit_abs) }} | {{ t.exit_reason }} |