+
-
+
({isProfit ? '+' : ''}{currentValue.raw_pnl.toFixed(2)} USDT)
@@ -184,10 +184,10 @@ export function EquityChart({ traderId }: EquityChartProps) {
+
{/* Footer Stats */}
-
+
{t('initialBalance', language)}
-
+
{initialBalance.toFixed(2)} USDT
{t('currentEquity', language)}
-
+
{currentValue.raw_equity.toFixed(2)} USDT
{t('historicalCycles', language)}
-
{history.length} {t('cycles', language)}
+
{history.length} {t('cycles', language)}
{t('displayRange', language)}
-
+
{history.length > MAX_DISPLAY_POINTS
? `${t('recent', language)} ${MAX_DISPLAY_POINTS}`
: t('allData', language)