{{ user.bio }}
Toplam getiri
{{ !isNaN(Number(accountStats?.return?.total)) ? Number(accountStats.return.total).toFixed(2) + '%' : '-' }}
Fotokopi makineleri
{{ accountStats?.copiers_count ?? '-' }}
Kazanma Oranı
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Maks. Düşüş
{{ !isNaN(Number(accountStats?.drawdown)) ? Number(accountStats.drawdown).toFixed(2) + '%' : '-' }}
Toplam İşlem Sayısı
{{ accountStats?.trades?.total ?? '-' }}
Aylık Abonelik
{{ accountSettings?.autocopy?.models?.subscription?.fees?.formmated ?? '-' }}
Lot Başına Komisyon
{{ accountSettings?.autocopy?.models?.per_lot?.fees?.formmated ?? '-' }}
İşlem Başına Komisyon
{{ accountSettings?.autocopy?.models?.per_trade?.fees?.formmated ?? '-' }}
| Sembol | Yazın | Açık | Kapat | Kâr/Zarar |
|---|---|---|---|---|
| {{ item.symbol ?? '-' }} | SATMAK SATIN ALMAK |
{{ 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 }}% |
Ticaret Deneyimi
Risk Stili
Analiz Tercihi
{{ user?.trading?.style ?? '—' }}
İşlem Sıklığı
{{ user?.trading?.trading_frequency ?? '—' }}
Tercih Edilen Enstrümanlar
—
Strateji Açıklaması
{{ accountSettings?.account?.strategy ?? '—' }}
Kazanma Oranı
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Kâr Faktörü
{{ accountStats?.profit?.factor ?? '-' }}
Ortalama Bekletme
{{ accountStats?.avg_trade_time ?? '-' }} {{ accountStats?.avg_trade_timeunits ?? '' }}
Sharpe Oranı
{{ accountStats?.sharpe_ratio ?? '-' }}