{{ status.running_strategies_count || 0 }}
运行中策略
{{ strategies.length }}
总策略数
{{ totalProfit.toFixed(2) }}
毛利润 (USDT)
{{ totalFees.toFixed(2) }}
总手续费 (USDT)
{{ netProfit.toFixed(2) }}
净利润 (USDT)
{{ totalTrades }}
总交易次数
{{ status.balance.total_eq }}
账户净值 (USDT)
{{ status.balance.avail_bal }}
可用余额 (USDT)
{{ status.balance.upl >= 0 ? '+' : '' }}{{ status.balance.upl }}
未实现盈亏 (USDT)
策略列表
新建策略
{{ row.name }}
{{ row.inst_id }}
深度{{ row.grid_depth || 20 }}档 · 间距{{ row.grid_spacing || 1.0 }} · 上限{{ row.max_positions }}单
交易记录({{ trades.length }} 条)
累计利润: {{ trades.reduce((s,t) => s + (t.profit || 0), 0).toFixed(2) }} USDT
日志文件
暂无日志
{{ f.name }}
{{ f.size_display }} · {{ f.updated_at }}
{{ activeLogFile || '选择日志文件' }}
自动滚动
实时跟踪
刷新
{{ logContent }}
点击左侧文件查看日志