Last update: 27 April 2023
If you came here because you're starting the endeavour of building a trading robot (EA), you've come to the right place! This tutorial will focus on building an EA using EA Builder Pro. You can build our example EA by following us in our footsteps, or you can make you own decisions, using the extra information provided by this tutorial.
When trading, you're placing orders at a broker. A broker usually offers a trading platform which allows you to send orders manually. One of the best of such platforms is MetaTrader. Besides manual trading, MetaTrader allows you to install a trading robot, called an "Expert Advisor" (EA). EA Builder Pro helps you build an EA with the greatest of ease (up to 10 times quicker than with our competition).
This tutorial assumes you've got MetaTrader 4 or 5 installed and are fairly familiar with it. If you're not, please start at the Help - Get everything you need page, which will guide you to installing MetaTrader and running your first EA. When you have finished, you should circle back to this page.
This tutorial gives an example of building an advanced EA and the tutorial can feel quite complex as well.
If you'd like to start with an easy complexity EA, try our YouTube channel: Learn to build a trading bot.
If you'd like to start with a medium complexity EA (MT5 only), we'd like to mention that one of our long-term users, Raoul, has written a blog about his EA and how he built it using our tool. Feel free to have a look at Roaul's blog.
Let's get started! In this advanced tutorial we will be creating the famous 'Cowabunga' EA. This EA will use the trend on the H4 (4 hour) timeframe to act as a filter and then look at the M15 timeframe for opportunities to go long or short.
Let's write down the entries/ exits, which we call 'Signals' as a general term for a collection of conditions for entries and exits.
Well, that's quite something! The EA you had in mind may be less complicated than that. Actually 9 out of 10 trading strageties are less complicated than the Cowabunga strategy. However, we wanted this tutorial to show EA Builder Pro is capable of creating advanced EA's and at the same time make sure you learn enough to create advanced EA's yourself. If you just started building EA's and notice during this tutorial that you have questions and need additional help, please Subscribe and send us your questions. Now, let's continue!
Next: Part 1 : Get started.