{{ pageTitle }}
{{ userInfo?.username || '管理员' }} 退出
{{ 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)
运行中 v1 {{ status.engine_status }} 已配置
新建策略
{{ 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 }}
{{ logContent }}
点击左侧文件查看日志
USDT USDT USDT
{{ performanceData.win_rate }}%
胜率
{{ performanceData.profit_loss_ratio }}
盈亏比
-{{ performanceData.max_drawdown_pct }}%
最大回撤
{{ performanceData.sharpe_ratio }}
夏普比率
详细统计 {{ performanceData.total_trades }} {{ performanceData.total_buys }} {{ performanceData.total_sells }} {{ performanceData.win_count }} {{ performanceData.loss_count }} +{{ performanceData.avg_win }} USDT {{ performanceData.avg_loss }} USDT -{{ performanceData.max_drawdown }} USDT 累计收益 {{ performanceData.total_gross_profit.toFixed(4) }} USDT -{{ performanceData.total_fees.toFixed(4) }} USDT {{ performanceData.total_net_profit >= 0 ? '+' : '' }}{{ performanceData.total_net_profit.toFixed(4) }} USDT
加载中...