{{ stat.title }}
{{ stat.value }}
مدیریت برنامهریزی روزانه
{{ task.title }}
{{ task.date }} - {{ task.time }}
هیچ تسکی یافت نشد
مدیریت مالی و حسابداری
{{ item.description }}
{{ item.date }}
{{ formatCurrency(item.amount) }}
هیچ تراکنشی یافت نشد
مدیریت پوزیشنهای معاملاتی
نماد | نوع | حجم | ورود | خروج | سود/ضرر | وضعیت | عملیات |
---|---|---|---|---|---|---|---|
{{ position.symbol }} | {{ position.type === 'buy' ? 'خرید' : 'فروش' }} | {{ position.volume }} | {{ formatCurrency(position.entryPrice) }} | {{ position.exitPrice ? formatCurrency(position.exitPrice) : '-' }} | {{ position.exitPrice ? formatCurrency(getPositionProfit(position)) : '-' }} | {{ position.status === 'open' ? 'باز' : 'بسته' }} |
|
هیچ پوزیشن معاملاتی یافت نشد
زمانبندی و تقویم
تقویم
{{ currentMonth }} {{ currentYear }}
رویدادهای امروز
{{ event.title }}
{{ event.time }}{{ event.description }}
هیچ رویدادی برای امروز ثبت نشده