How to make a 2 colour indicator for MT5
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 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 »
This will show how to set up a configuration file as input to an expert or indicator
Load inputs from a file for your indicator or expert Read More »
A follow up to the earlier Stop Loss Grid post that fixes a code issue and reduces over trading.
Stop Loss Grid Part 2 Read More »