{{ user.bio }}
Totalavkastning
{{ !isNaN(Number(accountStats?.return?.total)) ? Number(accountStats.return.total).toFixed(2) + '%' : '-' }}
Kopiatorer
{{ accountStats?.copiers_count ?? '-' }}
Vinstfrekvens
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Max. nedgång
{{ !isNaN(Number(accountStats?.drawdown)) ? Number(accountStats.drawdown).toFixed(2) + '%' : '-' }}
Totalt antal affärer
{{ accountStats?.trades?.total ?? '-' }}
Mån. Prenumeration
{{ accountSettings?.autocopy?.models?.subscription?.fees?.formmated ?? '-' }}
Provision per lot
{{ accountSettings?.autocopy?.models?.per_lot?.fees?.formmated ?? '-' }}
Provision per affär
{{ accountSettings?.autocopy?.models?.per_trade?.fees?.formmated ?? '-' }}
| Symbol | Typ | Öppna | Stäng | Vinst/förlust |
|---|---|---|---|---|
| {{ item.symbol ?? '-' }} | SÄLJA KÖPA |
{{ 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 }}% |
Handelserfarenhet
Riskstil
Analysinställning
{{ user?.trading?.style ?? '—' }}
Handelsfrekvens
{{ user?.trading?.trading_frequency ?? '—' }}
Föredragna instrument
—
Strategibeskrivning
{{ accountSettings?.account?.strategy ?? '—' }}
Vinstfrekvens
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Vinstfaktor
{{ accountStats?.profit?.factor ?? '-' }}
Genomsnittlig väntetid
{{ accountStats?.avg_trade_time ?? '-' }} {{ accountStats?.avg_trade_timeunits ?? '' }}
Sharpekvot
{{ accountStats?.sharpe_ratio ?? '-' }}