Add this code to your Metatrader Experts to trade inside a time range
If you want to set your expert to only trade within specified time ranges this code will help.
Add this code to your Metatrader Experts to trade inside a time range Read More »
If you want to set your expert to only trade within specified time ranges this code will help.
Add this code to your Metatrader Experts to trade inside a time range Read More »
Part 2 in a series on writing indicators beginning with the basics. This part covers creating an indicator that alternates colours with the trend.
How to make a 2 colour indicator for MT5 Read More »
Part 2 in a series on writing indicators beginning with the basics. This part covers creating an indicator that alternates colours with the trend.
How to make a 2 colour indicator for MT4 Read More »
You often see in my videos that I write for loops to count down from the end to zero.
Why do I write for loops in reverse? MQL4 and MQL5 Read More »
This is something I use all the time and I give a quick explanation in other videos but don’t cover the topic completely.
How to run MQL4 or MQL5 code only one time for each bar Read More »
How to add constructors and inheritance to simple structures to improve code automation.
Add automation to your structures for MQL4 and MQL5 Read More »
These are introductory tutorials on writing an indicator for MT4 and MT5. In this case the indicator is the ATR channel
Introduction to writing indicators MT4/MT5 Read More »
There are times when you may want to track a trade through various events. The obvious example is finding the remaining trade after a partial close but you may also need to track a pending order through to the position after execution.
Set your own MQL trade numbers Read More »
From requests over a long time this expert will track your account equity and close all trades and orders when a specified target profit or loss limit is reached.
Equity Limit Basket Trading Read More »