Discussing the article: "Tables in the MVC Paradigm in MQL5: Integrating the Model Component into the View Component"
Excellent breakdown of MVC, but how exactly does this complexity improve trading which is what we’re really here for?
Have all other trading challenges been solved, leaving only the user interface?
Sometimes we forget what a tool is really for—or get frustrated when it doesn’t work the way we want—and end up trying to make it do things it was never meant to do which it never will
Great description of MVC, but how exactly does this complexity improve the trading we're actually here for?
Are all the other trading problems solved, with only the UI left?
Sometimes we forget what a tool is really for, or get frustrated when it doesn't work the way we want it to, and end up trying to make it do things it was never intended to do and never will.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Check out the new article: Tables in the MVC Paradigm in MQL5: Integrating the Model Component into the View Component.
In article “Table and Header Classes based on a table model in MQL5: Applying the MVC concept" we completed creating the table model class (in the MVC concept it means the Model component). Next, we were developing a library of simple controls that allow for creating controls based on them that are completely different in purpose and complexity. In particular, the View component for creating the TableView control.
This article will cover implementation of the interaction between the Model component and the View component. In other words, today we will combine tabular data with their graphical representation in a single control.
The control will be created based on the Panel object class, and will consist of several elements:
Author: Artyom Trishkin