Shareable Report

Weekly Trade Report

@if ($settings->allow_profit_display) @endif

ViZuTrade

{{ $settings->branding_text }}

{{ $weekRange }}

Trader

{{ $user->name }}

Trades

{{ $totalTrades }}

Win Rate

{{ $winRate }}%

Wins

{{ $wins }}

Losses

{{ $losses }}

Discipline Score

{{ $discipline['score'] }}%

@if ($showProfit)

P/L: {{ $totalProfitLoss >= 0 ? '+' : '' }}{{ number_format($totalProfitLoss, 2) }}

@else

Profit hidden by trader

@endif

{{ $settings->watermark }}