{{ user.bio }}
Συνολική απόδοση
{{ !isNaN(Number(accountStats?.return?.total)) ? Number(accountStats.return.total).toFixed(2) + '%' : '-' }}
Φωτοαντιγραφικά
{{ accountStats?.copiers_count ?? '-' }}
Ποσοστό Νίκης
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Μέγιστη ανάληψη
{{ !isNaN(Number(accountStats?.drawdown)) ? Number(accountStats.drawdown).toFixed(2) + '%' : '-' }}
Σύνολο Συναλλαγών
{{ accountStats?.trades?.total ?? '-' }}
Μο. Συνδρομή
{{ accountSettings?.autocopy?.models?.subscription?.fees?.formmated ?? '-' }}
Προμήθεια ανά Lot
{{ accountSettings?.autocopy?.models?.per_lot?.fees?.formmated ?? '-' }}
Προμήθεια ανά Συναλλαγή
{{ accountSettings?.autocopy?.models?.per_trade?.fees?.formmated ?? '-' }}
| Σύμβολο | Τύπος | Άνοιγμα | Κλείσιμο | Κέρδος/Ζημία |
|---|---|---|---|---|
| {{ item.symbol ?? '-' }} | ΠΟΥΛΩ ΑΓΟΡΑΖΩ |
{{ 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 }}% |
Εμπειρία Συναλλαγών
Στυλ Ρίσκου
Προτίμηση ανάλυσης
{{ user?.trading?.style ?? '—' }}
Συχνότητα Συναλλαγών
{{ user?.trading?.trading_frequency ?? '—' }}
Προτιμώμενα Όργανα
—
Περιγραφή Στρατηγικής
{{ accountSettings?.account?.strategy ?? '—' }}
Ποσοστό Νίκης
{{ !isNaN(Number(accountStats?.win_ratio)) ? Number(accountStats.win_ratio).toFixed(2) + '%' : '-' }}
Συντελεστής Κέρδους
{{ accountStats?.profit?.factor ?? '-' }}
Μέσος χρόνος αναμονής
{{ accountStats?.avg_trade_time ?? '-' }} {{ accountStats?.avg_trade_timeunits ?? '' }}
Λόγος Sharpe
{{ accountStats?.sharpe_ratio ?? '-' }}