Key Concepts

Key Concepts

Risk

Let’s start with risk as defined as ‘R’. As you already know I strongly discourage any of you from risking substantially more than 1% of your assets on a single campaign (2% is the max). So how exactly do you calculate your R size?

For simplicity’s sake let’s assume you have $100k in your account, so 1% of that is $1000. The goal is to shape your order size so that your initial stop loss (ISL) represents a max loss of as close to $1000 as possible, every single time. You are willing to risk $1000 per campaign (1%) at most – that is the portion of your assets you put at ‘risk’ – thus it represents 1R.

Now every single strategy I employ ‘thinks’ in these R intervals, because without proper risk management I may trade the entry system of a potentially winning strategy but end up actually losing money over the long term. This goes to show how crucial proper risk and campaign management rules really are.

For your convenience I have put together two handy risk calculators, one for trading futures and one for trading forex. Which means you are fresh out of excuses to ever again exceed your risk percentage.

Expectancy

Now that you understand R units, let’s talk about expectancy, which is another key concept in system development. Expectancy is calculated as follows:

Expectancy = (probability of win * average win) – (probability of loss * average loss)

Example:

You have a system that wins 30% of the time. When it wins it nets you 5R while losing trades lose 1R:

(0.3 * 5) – (0.7 * 1) = 1.5 – 0.7 = 0.8

So even though this system loses 70% of the time over time you can expect to make 0.8R on each trade. As you now understand R this also means that if you risked $1000 on each trade you can expect to make $800 on each trade on average (not over three trades but over hundreds).

SQN

Measuring expectancy alone however is insufficient. Opportunity is another concept that is often forgotten. Let’s assume you have the same system as shown above (i.e. 0.8R expectancy) but it only triggers 10 times per year. Let’s disregard the fact that this is too small a sample size for a moment. Instead let’s consider that taking such a small amount of trades per year will not bank you much coin.

So clearly the frequency of trades needs to be factored in order to define the amount of opportunity. Given the same expectancy a system that triggers 100 or 200 times a year is clearly preferable to one that only triggers 10 or 20 times.

Which brings us to SQN – system quality number – which was developed by Van Tharp and is used to evaluate the overall quality of a trading system. The formula is as follows:

SQN = root(n) * expectancy / stdev(R)

root(n) – the square root of the number of all trades
expectancy – as shown above and measured in R multiples
stdev(R) – the standard deviation of your profit/loss R multiples

Usually a SQN score of between 1.6 – 1.9 is considered poor but tradable. 2.0 – 2.5 is average. 2.5 – 2.9 is good and anything above 3.0 is deemed excellent.

Given the above we have a system that makes 0.8R per trade and let’s assume the standard deviation is 2.5R and that we make 100 trades in one year. The SQN of this system is:

SQN = root(100) * 0.8 / 2.5 – 10 * 0.8 / 2.5 = 3.20 (which is excellent)

However if you would make only 25 trades per year with this same system the SQN would drop down to 1.6. Tradable but not very exciting (or profitable) due to lack of opportunity. The higher the SQN the better your system and the easier it gets to meet your trading objective with position sizing.

I hope this explains some of the key concepts involved in proper risk management and helps you manage your campaigns quickly and effectively.