dummy-img

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.

dummy-img

How to make a 2 colour indicator for MT4

Part 2 in a series on writing indicators beginning with the basics. This part covers creating an indicator that alternates colours with the trend.

dummy-img

Why do I write for loops in reverse? MQL4 and MQL5

You often see in my videos that I write for loops to count down from the end to zero.

How to run MQL4 or MQL5 code only one time for each bar

How to run MQL4 or MQL5 code only one time for each bar

This is something I use all the time and I give a quick explanation in other videos but don’t cover the topic completely.

Add automation to your structures for MQL4 and MQL5

Add automation to your structures for MQL4 and MQL5

How to add constructors and inheritance to simple structures to improve code automation.

Introduction to writing indicators MT4/MT5

Introduction to writing indicators MT4/MT5

These are introductory tutorials on writing an indicator for MT4 and MT5. In this case the indicator is the ATR channel

Set your own MQL trade numbers

Set your own MQL trade numbers

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.

Equity Limit Basket Trading

Equity Limit Basket Trading

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.

Load inputs from a file for your indicator or expert

Load inputs from a file for your indicator or expert

This will show how to set up a configuration file as input to an expert or indicator

Stop Loss Grid Part 2

Stop Loss Grid Part 2

A follow up to the earlier Stop Loss Grid post that fixes a code issue and reduces over trading.

Scroll to Top