Discussion of article "Prices and Signals in DoEasy library (Part 65): Depth of Market collection and the class for working with MQL5.com Signals"
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