{{ user.bio }}
Teljes hozam
{{ !isNaN(Number(accountStats?.return?.total)) ? Number(accountStats.return.total).toFixed(2) + '%' : '-' }}
Fénymásolók
{{ accountStats?.copiers_count ?? '-' }}
Győzelmi arány
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Max. lehívás
{{ !isNaN(Number(accountStats?.drawdown)) ? Number(accountStats.drawdown).toFixed(2) + '%' : '-' }}
Összes kötés
{{ accountStats?.trades?.total ?? '-' }}
H. Előfizetés
{{ accountSettings?.autocopy?.models?.subscription?.fees?.formmated ?? '-' }}
Jutalék lotonként
{{ accountSettings?.autocopy?.models?.per_lot?.fees?.formmated ?? '-' }}
Kereskedésenkénti jutalék
{{ accountSettings?.autocopy?.models?.per_trade?.fees?.formmated ?? '-' }}
| Szimbólum | Típus | Megnyitás | Bezárás | Nyereség/Veszteség |
|---|---|---|---|---|
| {{ item.symbol ?? '-' }} | ELADNI VÁSÁROLNI |
{{ 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 }}% |
Kereskedési tapasztalat
Kockázati stílus
Elemzési beállítás
{{ user?.trading?.style ?? '—' }}
Kereskedési gyakoriság
{{ user?.trading?.trading_frequency ?? '—' }}
Előnyben részesített hangszerek
—
Stratégia leírás
{{ accountSettings?.account?.strategy ?? '—' }}
Győzelmi arány
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Profitfaktor
{{ accountStats?.profit?.factor ?? '-' }}
Átlagos tartási idő
{{ accountStats?.avg_trade_time ?? '-' }} {{ accountStats?.avg_trade_timeunits ?? '' }}
Sharpe-mutató
{{ accountStats?.sharpe_ratio ?? '-' }}