{{ user.bio }}
Celkový výnos
{{ !isNaN(Number(accountStats?.return?.total)) ? Number(accountStats.return.total).toFixed(2) + '%' : '-' }}
Počet kopírujúcich
{{ accountStats?.copiers_count ?? '-' }}
Miera úspešnosti
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Maximálny pokles
{{ !isNaN(Number(accountStats?.drawdown)) ? Number(accountStats.drawdown).toFixed(2) + '%' : '-' }}
Celkový počet obchodov
{{ accountStats?.trades?.total ?? '-' }}
Mesačný poplatok
{{ accountSettings?.autocopy?.models?.subscription?.fees?.formmated ?? '-' }}
Poplatok za lot
{{ accountSettings?.autocopy?.models?.per_lot?.fees?.formmated ?? '-' }}
Poplatok za obchod
{{ accountSettings?.autocopy?.models?.per_trade?.fees?.formmated ?? '-' }}
| Symbol | Typ | Otvorenie | Zatvorenie | Zisk / Strata |
|---|---|---|---|---|
| {{ item.symbol ?? '-' }} | PREDAJ KÚPIŤ |
{{ 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 }}% |
Obchodné skúsenosti
Rizikový profil
Preferencia analýzy
{{ user?.trading?.style ?? '—' }}
Frekvencia obchodovania
{{ user?.trading?.trading_frequency ?? '—' }}
Preferované nástroje
—
Popis stratégie
{{ accountSettings?.account?.strategy ?? '—' }}
Miera úspešnosti
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Faktor zisku
{{ accountStats?.profit?.factor ?? '-' }}
Priemerný čas držania pozície
{{ accountStats?.avg_trade_time ?? '-' }} {{ accountStats?.avg_trade_timeunits ?? '' }}
Sharpov pomer
{{ accountStats?.sharpe_ratio ?? '-' }}