
|
Số lệnh lãi: {{win.long+win.short}} (Long: {{win.long}} - Short: {{win.short}}) Số lệnh lỗ: {{lose.long+lose.short}} (Long: {{lose.long}} - Short: {{lose.short}}) Tổng lợi nhuận: {{(PNL.long+PNL.short).toFixed(2)}} (Long: {{PNL.long.toFixed(2)}} - Short: {{PNL.short.toFixed(2)}}) |
||||||
|---|---|---|---|---|---|---|
| No | Symbol | Price | Qty | QuoteQty | Profit | Time |
| {{$index+1}} | {{symbol.replace('USDT','')}} | {{parseFloat(price).toFixed(4)}} | {{qty.toFixed(4)}} | {{quoteQty.toFixed(2)}} | {{PNL.toFixed(2)}} | {{new Date(time).toLocaleString('en-GB')}} |
| {{(PNL.long+PNL.short).toFixed(1)}} |
LONG |
SHORT |
Số lệnh lãi: {{win.long}} Số lệnh lỗ: {{lose.long}} Tổng lợi nhuận: {{PNL.long.toFixed(2)}} |
Số lệnh lãi: {{win.short}} Số lệnh lỗ: {{lose.short}} Tổng lợi nhuận: {{this.PNL.short.toFixed(2)}} |
||