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 for monitoring a VPS)
- Development of an expert advisor using components and techniques covered in the series
Download the example code from the link below
All downloads in this series
Developing Indicators with Classes – Part 1
Source code examples for the first part of developing indicators using classes series
$0.00
MQL4 Object Oriented Development Part 2
Source code examples for the second part of object oriented MQL4 development
$0.00
MQL4 Object Oriented Development Part 9 – EA with Entry and Exit filters
Download the sample code for part 9 of the MQL4 OOP series
$0.00
Hello, I wonder if you’d be able to provide guidance on how to do similat Dashboard on MT5 please?
This is from some time ago and I’m not likely to revisit it for MQL5 but most of the code would be the same. I’m sure there will be minor differences in the object functions but should not be anything too difficult.