IFCCI

Create Your Own Trading System

Build Your Trading System in 3 Steps

2 min readLesson 22 of 41
54%

Now that you’ve learned the basics of technical analysis, it’s time to put everything together and create a simple trading system.

This example will help you understand what to look for when developing your own forex trading system.

We’ll use a moving average crossover system, which relies on moving averages to decide when to go long or short. Additional technical indicators are included to confirm signals before entering trades.

You’ll learn how to use these indicators to set clear entry and exit points.


Building the Trading System in 3 Easy Steps:

  1. Choose your time frame

  2. Define your entry triggers

  3. Define your exit triggers


Trading Setup

  • Use the daily chart (suitable for swing trading)

  • Apply the 5-period SMA to the closing prices

  • Apply the 10-period SMA to the closing prices

  • Add Stochastic oscillator (14,3,3)

  • Add RSI (9)


Trading Rules

Entry Rules

  • Enter LONG when:

    • The 5 SMA crosses above the 10 SMA

    • Both Stochastic lines are moving up (avoid entering if they’re already in overbought territory)

    • RSI is above 50

  • Enter SHORT when:

    • The 5 SMA crosses below the 10 SMA

    • Both Stochastic lines are moving down (avoid entering if they’re already in oversold territory)

    • RSI is below 50


Exit Rules

  • Exit when:

    • The 5 SMA crosses the 10 SMA in the opposite direction of your trade, OR

    • RSI crosses back to 50

  • Also exit if your stop loss of 100 pips is hit


If the daily chart feels too slow, feel free to try other time frames. Just remember: the faster the time frame, the more likely you’ll encounter “false positives” — trades that trigger the rules but quickly reverse and stop you out.


Important: A trading system only works if you follow it consistently. Discipline is key!


Alright, let’s look at some charts to see how this system performs in action…

Knowledge Check

1. Why is it important to test a trading system before using it with real money?