买入
卖出
{{ scope.row.CapitalAfterPurchase || 0 }}
{{ scope.row.CapitalAfterSale || 0 }}
{{ scope.row.PurchaseKLineId ? moment(scope.row.PurchaseKLineId * 1000).format( "YYYY-MM-DD HH:mm:ss" ) : "-" }}
{{ scope.row.SaleKLineId ? moment(scope.row.SaleKLineId * 1000).format( "YYYY-MM-DD HH:mm:ss" ) : "-" }}
{{ scope.row.PurchasePrice }}
{{ scope.row.SalePrice }}
{{ scope.row.PurchaseCoinCount || "-" }}
{{ scope.row.SaleCoinCount || "-" }}
{{ scope.row.TotalPurchasePrice || "-" }}
{{ scope.row.TotalSalePrice || "-" }}
{{ scope.row.MaxLossPrice || "-" }}
{{ scope.row.MaxLossRatio || "-" }}%
{{ scope.row.Profit }}
{{ ( (scope.row.Profit / scope.row.TotalPurchasePrice) * 100 ).toFixed(2) }}%
-
{{ scope.row.TotalProfit }}
{{ scope.row.TotalProfitRatio }}%
-
{{ scope.row[i.prop] }}