Metatrader

Automatic Support/Resistance indicator using ZigZag

To write an indicator drawing support and resistance lines you need a set of rules that a computer can follow to create those lines. This technique uses the ZigZag indicator to find potential S/R levels and then refines further by finding multiple points. The code here is a combination for MT4 and MT5. Most code […]

Automatic Support/Resistance indicator using ZigZag Read More »

Write an Expert for MT4 or MT5 using CCI and 2 Moving Averages

This is an example of writing an expert advisor using a very basic strategy. The key information here is the comparison of 2 indicators which occur at different times. The strategy and detail about the code are explained fully in the video. This covers both MT4 and MT5, there are some sections that are modified

Write an Expert for MT4 or MT5 using CCI and 2 Moving Averages Read More »

How to Calculate Lot Sizes and Risk Pricing with MQL4 and MQL5

If you are trading with a risk management approach then you need to calculate the amount you are prepared to risk and from that the lot size to trade if you have a fixed stop loss or the stop loss price if you want to fix lot sizes. The calculations are really very simple and

How to Calculate Lot Sizes and Risk Pricing with MQL4 and MQL5 Read More »

Add Buy and Sell Arrows to your MT4 or MT5 custom indicator

If you have a custom indicator and a strategy for buy and sell this video will show you how to add buy and sell arrows to your custom indicator for both MT4 and MT5. The video uses a tripple moving average ribbon from earlier tutorials as the basis and adds buy and sell arrows to

Add Buy and Sell Arrows to your MT4 or MT5 custom indicator Read More »

Programming a multi purpose key value pair for MQL4

This video takes the Key Value pair class created in the earlier video on telemetry and enhances the functionality to be more generic and able to store additional data types without extensive rework. See the earlier article which builds the initial KVP class here All downloads in this series

Programming a multi purpose key value pair for MQL4 Read More »

Scroll to Top