{% extends "base.html" %} {% block title %}合约持仓{% endblock %} {% block content %}
交易对 | 数量 | 开仓均价 | 标记价格 | 未实现盈亏 | 杠杆 |
---|---|---|---|---|---|
|
{{ pos.positionAmt|float }} | {{ pos.entryPrice|float|round(4) }} | {{ pos.markPrice|float|round(4) }} | {{ "%.2f"|format(pos.unRealizedProfit|float) }} | {{ pos.leverage }}x |