{{ 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 ?? '-' }}