加载中...
{{ error }}
← 首页

📈 量化交易

💰 账户

📋 持仓 ({{ trading.positions.length }}只)

股票数量成本现价盈亏
{{ pos.name }}
{{ pos.code }}
{{ pos.quantity }} {{ pos.cost.toFixed(2) }} {{ pos.current.toFixed(2) }} {{ pos.pnl >= 0 ? '+' : '' }}{{ formatMoney(pos.pnl) }}

📊 行情

股票现价涨跌
{{ getStockName(code) }}
{{ code }}
{{ price.latest.toFixed(2) }} {{ price.changeRatio >= 0 ? '+' : '' }}{{ price.changeRatio.toFixed(2) }}%