{{ user.bio }}
Totaal rendement
{{ !isNaN(Number(accountStats?.return?.total)) ? Number(accountStats.return.total).toFixed(2) + '%' : '-' }}
Kopieerapparaten
{{ accountStats?.copiers_count ?? '-' }}
Winstpercentage
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Max. drawdown
{{ !isNaN(Number(accountStats?.drawdown)) ? Number(accountStats.drawdown).toFixed(2) + '%' : '-' }}
Totaal aantal transacties
{{ accountStats?.trades?.total ?? '-' }}
Ma. Abonnement
{{ accountSettings?.autocopy?.models?.subscription?.fees?.formmated ?? '-' }}
Commissie per lot
{{ accountSettings?.autocopy?.models?.per_lot?.fees?.formmated ?? '-' }}
Commissie per transactie
{{ accountSettings?.autocopy?.models?.per_trade?.fees?.formmated ?? '-' }}
| Symbool | Type | Open | Sluiten | Winst/Verlies |
|---|---|---|---|---|
| {{ item.symbol ?? '-' }} | VERKOPEN KOPEN |
{{ 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 }}% |
Handelservaring
Risicostijl
Analysevoorkeur
{{ user?.trading?.style ?? '—' }}
Handelsfrequentie
{{ user?.trading?.trading_frequency ?? '—' }}
Instrumenten van voorkeur
—
Strategiebeschrijving
{{ accountSettings?.account?.strategy ?? '—' }}
Winstpercentage
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Winstfactor
{{ accountStats?.profit?.factor ?? '-' }}
Gemiddelde wachttijd
{{ accountStats?.avg_trade_time ?? '-' }} {{ accountStats?.avg_trade_timeunits ?? '' }}
Sharpe-ratio
{{ accountStats?.sharpe_ratio ?? '-' }}