MQL4

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 »

MQL4 Object Oriented Development Part 5 – Dashboard Updates

This part in the MQL4 OOP series builds on the dashboard created in part 4, adding error checking and the ability to select the display corner for the dashboard. This is primarily a tutorial on technique and software design. The next part will introduce the multi column dashboard and following parts will create telemetry components

MQL4 Object Oriented Development Part 5 – Dashboard Updates Read More »

MQL4 Object Oriented Development Part 4 – Dashboard

In this part of the series I demonstrate a simple but useful class to use as a dashboard display, either from an indicator or expert advisor. The dashboard contains the elements to display text on screen with the application creating the content. Future parts will extend on this to include: * Error handling and additional

MQL4 Object Oriented Development Part 4 – Dashboard Read More »

Comparing prices in Metatrader – How to handle buy and sell pricing

Developing experts or indicators that use comparative or relative pricing involves frequent tests for trade direction. These techniques will help to make the coding seamless. Use the button below to download the functions shown in the video. GitHub: https://github.com/OrchardForexTutorials/200203_comparing_buy_and_sell_prices_-_revisit

Comparing prices in Metatrader – How to handle buy and sell pricing Read More »

Scroll to Top