AlgoVerdict

Trading metrics explained: drawdown, profit factor, Sharpe & Sortino

The four metrics at a glance

Four metrics decide whether an EA track record is good or dangerous: the profit factor measures profitability (gross profit divided by gross loss), maximum drawdown measures risk (largest decline from a peak), and the Sharpe and Sortino ratios measure the relationship between return and volatility. No single number stands alone: a high profit factor with a brutal drawdown is worthless, and a beautiful equity curve over just 30 trades is statistically meaningless. Read these four values together and you can reliably tell credible systems from dangerous ones.

Profit factor

The profit factor (PF) is the simplest profitability metric:

Profit factor = gross profit ÷ gross loss

Note: the profit factor says nothing about risk. A grid EA can show a PF of 3.0 for months – until a single day wipes the account out.

Maximum drawdown

Maximum drawdown (Max DD) is the largest percentage decline from a peak to the following trough:

Max DD = (peak − trough) ÷ peak × 100

It answers the decisive question: how bad did it get at the worst moment? Rules of thumb:

An important distinction is relative drawdown (as a percentage of equity) vs. absolute drawdown (in account currency). When comparing different accounts, the relative, percentage drawdown is almost always what matters.

Sharpe ratio

The Sharpe ratio relates excess return to the total volatility of returns:

Sharpe = (return − risk-free rate) ÷ standard deviation of returns

It answers: how much return do I get per unit of risk? Rough guide: < 1 mediocre, 1–2 good, > 2 very good. The catch: the Sharpe ratio penalizes all volatility – including positive upside spikes. A system with occasional large gains is unfairly marked down.

Sortino ratio

The Sortino ratio fixes exactly that weakness. It uses only downside deviation in the denominator – that is, only the unwanted downside volatility:

Sortino = (return − target return) ÷ downside deviation

Upside swings are not penalized. For trading strategies the Sortino ratio is therefore usually more meaningful: it measures risk the way a trader actually feels it – losses hurt, large gains do not.

Worked example: how the numbers look live

Theory is good; a real account is better. Our public Live Multi-EA Showcase shows a read-only connected account running multiple EAs. Here is how to read its metrics concretely:

You can compute exactly these metrics for your own account with the free Portfolio Analysis – connected read-only via your investor password, without exposing any trading or withdrawal rights.

Common misinterpretations

Bottom line

Drawdown, profit factor, Sharpe and Sortino are not competitors but four angles on the same account: profitability, risk, and the ratio between them. Read together and over enough trades, they cut through marketing curves and reveal what is genuinely sustainable. Test your own numbers in the Portfolio Analysis.