{{ user.bio }}
Totalafkast
{{ !isNaN(Number(accountStats?.return?.total)) ? Number(accountStats.return.total).toFixed(2) + '%' : '-' }}
Kopimaskiner
{{ accountStats?.copiers_count ?? '-' }}
Sejrsrate
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Maks. drawdown
{{ !isNaN(Number(accountStats?.drawdown)) ? Number(accountStats.drawdown).toFixed(2) + '%' : '-' }}
Samlede handler
{{ accountStats?.trades?.total ?? '-' }}
Mo. Abonnement
{{ accountSettings?.autocopy?.models?.subscription?.fees?.formmated ?? '-' }}
Provision pr. lot
{{ accountSettings?.autocopy?.models?.per_lot?.fees?.formmated ?? '-' }}
Provision pr. handel
{{ accountSettings?.autocopy?.models?.per_trade?.fees?.formmated ?? '-' }}
| Symbol | Skriv | Åbn | Luk | Fortjeneste/tab |
|---|---|---|---|---|
| {{ item.symbol ?? '-' }} | SÆLGE KØBE |
{{ 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 }}% |
Handelserfaring
Risikostil
Analysepræference
{{ user?.trading?.style ?? '—' }}
Handelsfrekvens
{{ user?.trading?.trading_frequency ?? '—' }}
Foretrukne instrumenter
—
Strategibeskrivelse
{{ accountSettings?.account?.strategy ?? '—' }}
Vinderrate
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Profitfaktor
{{ accountStats?.profit?.factor ?? '-' }}
Gennemsnitlig holdetid
{{ accountStats?.avg_trade_time ?? '-' }} {{ accountStats?.avg_trade_timeunits ?? '' }}
Sharpe-ratio
{{ accountStats?.sharpe_ratio ?? '-' }}