Discussion of article "Prices in DoEasy library (Part 64): Depth of Market, classes of DOM snapshot and snapshot series objects"
Very hard-working Artyom!
This seems to be a life's work 👌😊.
I assume that the libraries you have developed will be integrated into the Metatrader5 standard library at some point.
When will that be?
Very diligent Artyom !
This seems to be a life's work 👌😊.
I assume that the libraries you have developed will be integrated into the Metatrader5 standard library at some point.
When will that be?
Thank you :)
I don't think so. It's just a separate project and doesn't fit the concept of the standard library.
Thank you :)
I don't think so. It's just a separate project and doesn't fit the concept of the standard library.
You derive everything from CObject. Where are the conceptual differences to the standard library?
You derive everything from CObject. Where are the conceptual differences to the standard library?
The MQL5 standard library is written in the MQL5 language and is intended to make it easier for end users to write programmes (indicators, scripts, expert advisors). The library provides convenient access to most of the internal functions of MQL5.
My library is created using the tools provided by the standard library - this is already an add-on to it.
The MQL5 standard library is written in the MQL5 language and is designed to make it easier for end users to write programmes (indicators, scripts, expert advisors). The library provides convenient access to most of MQL5's internal functions.
My library is created using the tools provided by the standard library - this is already an add-on to it.
Ok, I see.
I still hope that your work will be permanently integrated at some point.
There are some real gems in there.
Keep up the good work!
Ok, I see.
I still hope that your work will be permanently integrated at some point.
There are some real gems in there.
Keep up the good work!
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
New article Prices in DoEasy library (Part 64): Depth of Market, classes of DOM snapshot and snapshot series objects has been published:
In this article, I will create two classes (the class of DOM snapshot object and the class of DOM snapshot series object) and test creation of the DOM data series.
The number of the last DOM snapshot, the number of orders for a symbol, the number of orders in the current snapshot and the total number of DOM snapshots added to the DOM snapshot list are to be displayed in a symbol chart:
The figure displays data on the EA that has already been working for some time (5019 snapshots have been added to the list)
Author: Artyom Trishkin