Balance Total
{{ formatCurrency(aggregateTotalBalance) }}
PnL Total
{{ formatCurrency(aggregateTotalPnl) }}
Cuentas Activas
{{ accounts.length }}
{{ acct.name }}
{{ acct.exchange }}
{{ acct.strategy }}
{{ formatCurrency(acct.portfolio_value) }}
PnL Total
{{ formatCurrency(acct.pnl_total) }}
({{ formatPct(acct.pnl_total_pct) }})
PnL Diario
{{ formatCurrency(acct.pnl_day) }}
({{ formatPct(acct.pnl_day_pct) }})
Exposicion
{{ formatPct(acct.effective_exposure) }}
Drawdown
{{ formatPct(acct.drawdown * 100) }}