{{ user.bio }}
总回报
{{ !isNaN(Number(accountStats?.return?.total)) ? Number(accountStats.return.total).toFixed(2) + '%' : '-' }}
复印机
{{ accountStats?.copiers_count ?? '-' }}
胜率
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
最大回撤
{{ !isNaN(Number(accountStats?.drawdown)) ? Number(accountStats.drawdown).toFixed(2) + '%' : '-' }}
总交易数
{{ accountStats?.trades?.total ?? '-' }}
月。订阅
{{ accountSettings?.autocopy?.models?.subscription?.fees?.formmated ?? '-' }}
每手佣金
{{ accountSettings?.autocopy?.models?.per_lot?.fees?.formmated ?? '-' }}
每笔交易佣金
{{ accountSettings?.autocopy?.models?.per_trade?.fees?.formmated ?? '-' }}
| 符号 | 类型 | 打开 | 关闭 | 利润/亏损 |
|---|---|---|---|---|
| {{ item.symbol ?? '-' }} | 卖 买 |
{{ item.price !== null && item.price !== undefined && item.price !== ''
? Number(item.price).toFixed(4)
: '-' }}
|
{{ item.close_price !== null && item.close_price !== undefined && item.close_price !== ''
? Number(item.close_price).toFixed(4)
: '-' }}
|
{{ Number(item.gain ?? 0) > 0 ? '+' : '' }}{{ item.gain ?? 0 }}% |
交易经验
风险风格
分析偏好
{{ user?.trading?.style ?? '—' }}
交易频率
{{ user?.trading?.trading_frequency ?? '—' }}
首选乐器
—
策略描述
{{ accountSettings?.account?.strategy ?? '—' }}
胜率
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
利润因子
{{ accountStats?.profit?.factor ?? '-' }}
平均持有时间
{{ accountStats?.avg_trade_time ?? '-' }} {{ accountStats?.avg_trade_timeunits ?? '' }}
夏普比率
{{ accountStats?.sharpe_ratio ?? '-' }}