{{ viewTitle }}
● 已连接账户总资产
${{ fmt(account.equity) }}
{{ account.daily_pnl>=0 ? '↑' : '↓' }} {{ pct(account.daily_pnl, account.equity) }}
今日盈亏
{{ account.daily_pnl>=0 ? '+' : '' }}${{ fmt(account.daily_pnl) }}
可用资金
${{ fmt(account.cash) }}
持仓市值
${{ fmt(account.position_value) }}
持仓数量
{{ positions.length }}
总市值
${{ fmt(totalMarketValue) }}
总盈亏
{{ totalUnrealizedPL>=0 ? '+' : '' }}${{ fmt(totalUnrealizedPL) }}
盈亏比例
{{ pct(totalUnrealizedPL, totalCost) }}
持仓概览 ({{ positions.length }})
加载中...
暂无持仓
最近交易
加载中...
暂无交易记录
持仓数量
{{ positions.length }}
总市值
${{ fmt(totalMarketValue) }}
总盈亏
{{ totalUnrealizedPL>=0 ? '+' : '' }}${{ fmt(totalUnrealizedPL) }}
盈亏比例
{{ pct(totalUnrealizedPL, totalCost) }}
当前持仓 ({{ positions.length }})
加载中...
暂无持仓
查询条件
当日交易 ({{ todayOrders.length }})
加载中...
暂无当日交易记录
查询条件
历史交易 ({{ historyOrders.length }})
加载中...
暂无历史交易记录
{{ quoteMarketTitle }} ({{ filteredStockList.length }})
加载中...
暂无股票数据
{{ selectedStock.symbol }} - {{ selectedStock.name }}
最新价
${{ fmt(selectedStock.price) }}
{{ selectedStock.change>=0 ? '↑' : '↓' }} ${{ fmt(Math.abs(selectedStock.change)) }} ({{ selectedStock.changePercent }}%)
开盘价
${{ fmt(selectedStock.open) }}
最高价
${{ fmt(selectedStock.high) }}
最低价
${{ fmt(selectedStock.low) }}
昨收价
${{ fmt(selectedStock.preClose) }}
成交量
{{ formatVolume(selectedStock.volume) }}
成交额
${{ formatVolume(selectedStock.amount) }}
总市值
${{ formatVolume(selectedStock.marketCap) }}
-
实时交易交割单 ({{ tickData.length }})
加载中...
暂无逐笔成交数据
逐笔成交测试(实时交割单)
加载中...
暂无数据,请输入股票代码并点击加载
WebSocket实时推送测试
状态: {{ wsTest.connected ? '已连接' : '未连接' }}
连接日志:
{{ log.time }}
{{ log.msg }}
暂无日志
暂无数据,请连接WebSocket并等待推送
账户权益
${{ fmt(account.equity) }}
可用资金
${{ fmt(account.cash) }}
持仓市值
${{ fmt(account.position_value) }}
今日盈亏
${{ fmt(account.daily_pnl) }}
分时数据测试
加载中...
暂无数据,请输入股票代码并点击加载