Win/Loss

{{ $report['winRate'] }}%

W {{ $report['wins'] }}

L {{ $report['losses'] }}

BE {{ $report['breakeven'] }}

Equity Curve

Profit/Loss

@if ($showProfit)

{{ $report['totalProfitLoss'] >= 0 ? '+' : '' }}{{ number_format($report['totalProfitLoss'], 2) }}

@else

Hidden

@endif
@foreach ($report['sessionBreakdown'] as $session => $count)
@endforeach