{{ user.bio }}
Gesamtrendite
{{ !isNaN(Number(accountStats?.return?.total)) ? Number(accountStats.return.total).toFixed(2) + '%' : '-' }}
Kopierer
{{ accountStats?.copiers_count ?? '-' }}
Gewinnrate
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Max. Drawdown
{{ !isNaN(Number(accountStats?.drawdown)) ? Number(accountStats.drawdown).toFixed(2) + '%' : '-' }}
Gesamtanzahl der Trades
{{ accountStats?.trades?.total ?? '-' }}
Mo. Abonnement
{{ accountSettings?.autocopy?.models?.subscription?.fees?.formmated ?? '-' }}
Provision pro Lot
{{ accountSettings?.autocopy?.models?.per_lot?.fees?.formmated ?? '-' }}
Provision pro Trade
{{ accountSettings?.autocopy?.models?.per_trade?.fees?.formmated ?? '-' }}
| Symbol | Typ | Öffnen | Schließen | Gewinn/Verlust |
|---|---|---|---|---|
| {{ item.symbol ?? '-' }} | VERKAUFEN KAUFEN |
{{ 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 }}% |
Handelserfahrung
Risikostil
Analysepräferenz
{{ user?.trading?.style ?? '—' }}
Handelsfrequenz
{{ user?.trading?.trading_frequency ?? '—' }}
Bevorzugte Instrumente
—
Strategiebeschreibung
{{ accountSettings?.account?.strategy ?? '—' }}
Gewinnrate
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Profitfaktor
{{ accountStats?.profit?.factor ?? '-' }}
Durchschnittliche Haltezeit
{{ accountStats?.avg_trade_time ?? '-' }} {{ accountStats?.avg_trade_timeunits ?? '' }}
Sharpe-Quote
{{ accountStats?.sharpe_ratio ?? '-' }}