Author name: ajm

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 »

MQL4 Object Oriented Development Part 10 – Managed EA

This is the tenth part in the OOP series and the third developing an EA. In this part I take the EA developed earlier and extend the functionality to manage open trades, still using OO techniques. The sample files used in this and the earlier videos are available for download below the video Download the …

MQL4 Object Oriented Development Part 10 – Managed EA Read More »

Build an Expert Advisor Step by Step – MQL4 Object Oriented Development Part 8

There is no object oriented development in this tutorial but this simple expert advisor will form the basis of improvements that will use the object oriented techniques from earlier tutorials in the series. This video shows how to build a “Set and Forget” style expert advisor using a simple 3 moving average trading strategy. The …

Build an Expert Advisor Step by Step – MQL4 Object Oriented Development Part 8 Read More »

MQL4 Object Oriented Development Part 7 – Build an Expert Advisor Dashboard

In the last part of this series I mentioned that expert advisors cannot create separate windows to display a dashboard. In this part I show how to overcome that problem. This video (part 7) makes reference to earlier videos in the series. The earlier articles are: MQL4 Object Oriented Development Part 6 – Multi Column …

MQL4 Object Oriented Development Part 7 – Build an Expert Advisor Dashboard Read More »

MQL4 Object Oriented Development Part 6 – Multi Column Dashboard

This part of the series builds on the dashboard created earlier to create a multi column dashboard in a separate sub window. This demonstrates several programming techniques but more importantly some concepts of software design. Future parts will extend on this to include: Connecting the dashboard to an expert advisor  Viewing the dashboard remotely (useful …

MQL4 Object Oriented Development Part 6 – Multi Column Dashboard Read More »

Scroll to Top