Performance Overview
Daily Motivation
{{ $dailyMotivation['message'] }}
{{ $dailyMotivation['author'] }}
Total Trades
{{ $totalTrades }}
All trades you recorded
Total Wins
{{ $totalWins }}
Trades with profit above 0
Total Losses
{{ $totalLosses }}
Trades with profit below 0
Win Rate
{{ number_format($winRate, 1) }}%
Wins divided by wins + losses
Total Profit/Loss
{{ $totalProfitLoss >= 0 ? '+' : '' }}{{ number_format($totalProfitLoss, 2) }}
Sum of all profit/loss values
Weekly Discipline Score
{{ $weeklyDiscipline['score'] }}%
{{ $weeklyDiscipline['total_trades'] }} trades used for this week's score.
Monthly Discipline Score
{{ $monthlyDiscipline['score'] }}%
{{ $monthlyDiscipline['total_trades'] }} trades used for this month's score.
Tips To Improve
These insights use only your real journaled trades.
{{ $label }}
{{ $value }}
Net profit/loss grouped by month.
Gross winning value compared with gross losing value.
Gross Profit
{{ number_format($grossProfit, 2) }}
Gross Loss
{{ number_format($grossLoss, 2) }}
Pairs are ranked by total net profit/loss.
{{ $pair['symbol'] }}
{{ $pair['trades_count'] }} trades - {{ $pair['wins'] }} wins - {{ $pair['losses'] }} losses - {{ number_format($pair['win_rate'], 1) }}% win rate
{{ $pairProfitLoss >= 0 ? '+' : '' }}{{ number_format($pairProfitLoss, 2) }}
No pair analytics yet
Add trades with symbols like BTC/USD or EUR/USD to analyze your best pairs.
Blue shows winning trades. Red shows losing trades.
Wins
{{ $totalWins }}
Losses
{{ $totalLosses }}
Bars compare recent profit/loss values.
{{ $trade->type }} - {{ $trade->status }}
{{ $profitLoss >= 0 ? '+' : '' }}{{ number_format($profitLoss, 2) }}
Your latest recorded trades.
| Symbol | Type | Status | Entry | P/L | Action |
|---|---|---|---|---|---|
| {{ $trade->symbol }} | {{ $trade->type }} | {{ $trade->status }} | {{ $trade->entry_price }} | {{ (float) $trade->profit_loss >= 0 ? '+' : '' }}{{ number_format((float) $trade->profit_loss, 2) }} | View |
| No recent trades to show. | |||||