Discussion of article "Prices and Signals in DoEasy library (Part 65): Depth of Market collection and the class for working with MQL5.com Signals"
And I take it the library is not cross-platform?
leonerd:
And the library, I understand, is not cross-platform?
And the library, I understand, is not cross-platform?
Ended at article 38-40, MT4 didn't have enough power to be on equal footing with MT5.
leonerd:
And the library, I understand, is not cross-platform?
Unfortunately, MeteQuotes policy has become less loyal to the fourth version of the terminal, and articles about the fourth version are not accepted. Since many things made for the fifth version have to be written from scratch to be ported to the fourth, it takes almost the whole volume of the article and it is not accepted.And the library, I understand, is not cross-platform?
So it was decided to write only for five. Creating cross-platform is through freelancing to me. Unfortunately...
BillionerClub:
It can be done. But not with two lines of code :)
Ended on article 38-40, MT4 did not have enough power to be on an equal footing with MT5
how to install the indicator

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
New article Prices and Signals in DoEasy library (Part 65): Depth of Market collection and the class for working with MQL5.com Signals has been published:
In this article, I will create the collection class of Depths of Market of all symbols and start developing the functionality for working with the MQL5.com Signals service by creating the signal object class.
Let's make some corrections in the OnInitDoEasy() function as well. Now, creation of the tick series of all used symbols is implemented as a direct access to the appropriate method of the library main object. Besides, I have added the check of created DOM series:
Compile the EA and launch it having preliminary set in the settings the usage of two symbols and the current chart period:
Data on the created DOM snapshot collection, full data on the very first suitable signal and short data on all profitable free signals are to be displayed in the journal. The end of the list features the data on the snapshot series and the first obtained DOM snapshot of the current chart:
Author: Artyom Trishkin