Secure Authentication

This page requires password verification

{{ authError }}
账户表现

{{ formatCurrency(dashboard.account.equity) }}

初始资金:{{ formatCurrency(dashboard.performance.initial_equity) }}

总盈亏
{{ formatSignedCurrency(dashboard.performance.total_pnl) }}
未实现盈亏
{{ formatSignedCurrency(dashboard.performance.unrealized_pnl) }}
收益率
{{ formatSignedPercent(dashboard.performance.return_pct) }}
运行策略
{{ dashboard.strategies.length }}

资产构成

可用现金 {{ formatCurrency(dashboard.account.cash) }}
购买力 {{ formatCurrency(dashboard.account.buying_power) }}
数据更新 {{ dashboard.updatedAt }}

权益曲线

快照 · {{ dashboard.snapshots.length }} 点
暂无快照数据

运行策略面板

共 {{ dashboard.strategies.length }} 个

当前持仓

标的 数量 均价/现价 浮动盈亏
暂无持仓
{{ p.symbol }} {{ positionDirection(p) }} {{ displayPositionQty(p) }} {{ formatPrice(p.avg_entry_price) }} / {{ formatPrice(p.current_price) }} {{ formatSignedCurrency(p.unrealized_pnl) }}

最近成交

共 {{ allTrades.length }} 条
时间 策略/标的 方向/价格
暂无成交
{{ formatTime(t.time) }}
{{ t.strategy }}
{{ t.symbol }}
{{ t.side==='buy'?'买入':'卖出' }} {{ t.qty }}
{{ formatPrice(t.price) }}

{{ selectedStrategy.name }} · {{ selectedStrategy.symbol }}

共 {{ selectedStrategy.trade_count }} 笔成交 · {{ selectedStrategy.order_count }} 笔订单
已实现盈亏
{{ formatSignedCurrency(selectedStrategy.realized_pnl) }}
未实现盈亏
{{ formatSignedCurrency(selectedStrategy.unrealized_pnl) }}
收益率
{{ formatSignedPercent(selectedStrategy.return_pct) }}

成交点位曲线(小时K线)

加载K线数据中... {{ strategyBarsCount }} 根K线

运行时配置

{{ formatConfigKey(item[0]) }}
{{ formatConfigValue(item[0], item[1]) }}

策略关联持仓

无持仓
{{ p.symbol }} {{ positionDirection(p) }}
成本: {{ formatPrice(p.avg_entry_price) }}
{{ displayPositionQty(p) }} 股
{{ formatSignedCurrency(p.unrealized_pnl) }}

当前挂单

无挂单
{{ o.symbol }} {{ o.side }} {{ o.type }}
限价: {{ formatPrice(o.limit_price) }}
{{ o.created_at ? formatTime(o.created_at) : '--' }}
{{ o.qty }} 股
已成交: {{ o.filled_qty }}

已成交订单

无已成交订单
{{ o.symbol }} {{ o.side }} {{ o.type }}
成交价: {{ formatPrice(o.filled_avg_price || o.limit_price) }}
{{ o.filled_at ? formatTime(o.filled_at) : (o.updated_at ? formatTime(o.updated_at) : '--') }}
{{ o.qty }} 股
状态: filled

成交明细

无成交
{{ t.side==='buy'?'买':'卖' }} {{ t.symbol }}
{{ formatTime(t.time) }}
{{ formatPrice(t.price) }}
{{ t.qty }} 股