Trading Discipline

30-Day Trading Discipline Challenge

@if (! $participant)
@csrf
@endif

{{ $challenge->duration_days }} days

{{ $challenge->title }}

{{ $challenge->description }}

@if ($challenge->rules)

Rules

{{ $challenge->rules }}

@endif @if ($challenge->rewards)

Rewards

{{ $challenge->rewards }}

@endif @if ($participant)

Days Completed

{{ $participant->days_completed }}

Trades Journaled

{{ $participant->total_trades_journaled }}

Current Streak

{{ $participant->current_streak }}

Completion

{{ number_format((float) $participant->completion_percentage, 0) }}%

@else

You have not joined yet.

Join the challenge, journal trades, and let ViZuTrade calculate your progress from real activity.

@endif

Badges

@foreach ($badges as $badge)

{{ $badge['name'] }}

@if (! empty($badge['description']))

{{ $badge['description'] }}

@endif

{{ $badge['earned'] ? 'Earned' : 'Locked' }}

@endforeach