MT4 Strategy Tester Window In this tutorial we will look at the Strategy Tester window. I will explain what each of the options is responsible for and how you would go about adjusting them. The MT4 Strategy Tester has a lot of buttons and at first it can be quite overwhelming. However, I will guide […]
Hello there! In this video I will show you how to download and install MetaTrader 4 and open a FREE Forex demo account. What is MetaTrader 4? MetaTrader 4 (MT4) is the world’s most popular platform for trading Forex. In our series of tutorials we will be using this MT4 to test the scripts and expert […]
Learn how to backtest & optimize Forex Robots! This course assumes no prior Forex or MetaTrader 4 knowledge. All you need – is a passion for learning and a desire to be successful! We will start of by Installing MetaTrader 4 and opening a practice trading account. I will show you a smart way how […]
In this short tutorial we will summarize everything we learned in the previous section called “Putting it all together”. Looking back you will see how we first came up with an idea, then put that idea into a diagram, then programmed the algorithmic trading system step-by-step, making sure that everything works correctly every time, and […]
Welcome back to our Series of Tutorials! Today we are going to compare how our algorithmic trading system performs before and after adding the Moving Average entry filter. This will allow us to evaluate the effectiveness of this filter. Then we will learn how to optimise the filter for a given set of parameters. Do […]
In this tutorial we will add the moving average indicator as an additional market entry condition to our trading strategy. To do this we will use the iMA() function which is built-in into MQL4. Functions such as iMA, iMACD, iRSI and many others allow you to quickly access the Moving Average, MACD, RSI and other indicators from within your Algorithmic Trading Systems. In this beginners course we will only touch on the iMA() briefly, but that should be enough for what we need in our trading system.
Enrol in the full course here: https://www.forexboat.com/learn-mql4
Today we will learn the very basics of backtesting. We will practice using the Metatrader Strategy Tester and see how we can optimize the expert advisor which we have created. We will find two different sets of parameters, which will both be profitable in the backtest. Please note: do not use this expert advisor for trading […]