{{ t('title') }}

💡 {{ t('hint') }}
{{ t('scenariosTitle') }}
{{ s.pct > 0 ? '+' : '' }}{{ s.pct }}%
{{ s.price.toFixed(2) }}
{{ s.pnl > 0 ? '+' : '' }}{{ s.pnl >= 0 ? s.pnl.toFixed(2) : '-' + Math.abs(s.pnl).toFixed(2) }}
{{ t('feeSettings') }}
{{ t('settlement') }}
{{ t('principal') }} {{ result.entryValue.toFixed(2) }}
{{ t('grossProfit') }} {{ result.grossProfit >= 0 ? '+' : '' }}{{ result.grossProfit.toFixed(2) }}
{{ t('feeBrokerRound') }} -{{ result.brokerFee.toFixed(2) }}
{{ t('feeGov') }} -{{ result.govFee.toFixed(4) }}
{{ t('feeTotal') }} -{{ result.totalFees.toFixed(2) }}
{{ t('netProfit') }}
{{ result.netProfit >= 0 ? '+' : '' }}{{ result.netProfit.toFixed(2) }}
{{ t('roi') }}
{{ result.roi >= 0 ? '+' : '' }}{{ result.roi.toFixed(2) }}%