This article is part 1 in 'How to build a trading system':
Part 1: Time frame, Universe, Position size
Part 2: Entry, Trade Management, Exit, Test
Let's continue with our trading system.
Trade entry is an important section. It dictates the conditions under which to put your hard-earned money at risk for a trade.
The rules and indicators you use to identify an entry set-up should be part of your trading system.
There can be a lot of indicators to help you identify an entry. There’s no ‘right’ indicator or how many to use. The idea is to have a consistent way of entering a trade that can be analyzed and improved.
The indicators we will use for our example are:
The idea here is that a stock that is in an uptrend has a correction to EMA 50 before going up even more.
So if the price of a stock in our universe comes close to EMA 50 and RSI is over 80 (stock is overbought) we will open a new trade.
Again this is a simple strategy to give you an idea of how you can use technical indicators to create your own entry rules.
When to exit a position is not so simple as you may think.
Most of the beginners make the common mistake of keeping a losing position and closing a winning one.
What you want to have here, are precise rules when you should close the trade and when you should keep it open.
The first rule and most important is the SL (stop loss). Close the trade if your stop-loss is reached.
You should already have the SL because you needed it to calculate the position size. If you remember when you decide what risk to take in the "position size" step you needed to know what is the SL.
Always use a stop loss. This is trading 101
The second rule is when to exit on a profit. Some traders like to have specific targets — usually based on "risk:reward" ratio. But this is not the only exit strategy you can use.
Just as you have indicators to enter a position, you can have ones to exit.
Again, it has to be consistent and you can have a ‘majority rule’.
Let's take some simple rules for our example:
Trade management is how you manage your position after the entry. You don't need to manage your trades at all if that is what you wish. You can leave your setup to play out according to predetermined parameters if you want.
Questions that need to be answered here are:
No matter what are you trade management rules as long as you have them and respect them for every trade you can improve and be consistent.
For our example, we will not manage the trades. We will set our SL and profit targets and not touch the position.
But to give you a simple rule example:
Testing your trading system is the first step you should do before trading with real money.
There are some free backtesting software if you search the internet. Find one that you like and test your system, I personally use Tradingview Pine Script to test my systems.
Now that we have explained all the steps let's see how a simple system looks:
Timeframe
Universe
Position size
Entry
Exit
Management
I hope you understood how to build your own trading system and next time you trade do it using a trading system.
Happy trading…
Wanna test your system ? Check our trading journal application were you can see if your system is profitable.