{{ status.running_strategies_count || 0 }}
运行中策略
{{ strategies.length }}
总策略数
{{ 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(4) }} /
手续费: {{ trades.reduce((s,t) => s + (t.fee || 0), 0).toFixed(4) }} /
净利: {{ trades.reduce((s,t) => s + (t.profit || 0) - (t.fee || 0), 0).toFixed(4) }} USDT
策略分析
刷新
{{ analysisData.price.toFixed(2) }}
当前价格
{{ analysisData.change24h >= 0 ? '+' : '' }}{{ (analysisData.change24h * 100).toFixed(2) }}% 24h
{{ analysisData.rsi.toFixed(1) }}
RSI(14)
{{ (analysisData.volatility_24h * 100).toFixed(2) }}%
24h波动率
{{ (analysisData.funding_rate * 100).toFixed(4) }}%
资金费率 (每8h)
策略状态
{{ analysisData.strategy.total_profit.toFixed(4) }} USDT
累计毛利润
-{{ analysisData.strategy.total_fees.toFixed(4) }} USDT
累计手续费
{{ analysisData.strategy.total_trades }} 笔
总成交
{{ analysisData.strategy.position_ratio.toFixed(0) }}%
仓位使用率
网格位置: {{ analysisData.strategy.grid_position_pct.toFixed(1) }}%
低位 (吸筹)
中位
高位 (出货)
24h 成交统计
📈 买入 {{ analysisData.strategy['24h_buys'] }} 笔
📉 卖出 {{ analysisData.strategy['24h_sells'] }} 笔
净利 {{ (analysisData.strategy['24h_profit'] - analysisData.strategy['24h_fees']).toFixed(4) }}
请选择策略加载分析数据
日志文件
暂无日志
{{ f.name }}
{{ f.size_display }} · {{ f.updated_at }}
{{ activeLogFile || '选择日志文件' }}
自动滚动
实时跟踪
刷新
{{ logContent }}
点击左侧文件查看日志