{{ 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 ?? '-' }}
العمولة لكل لوت
{{ 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 ?? '' }}
نسبة شارب
{{ accountStats?.sharpe_ratio ?? '-' }}