Artyom Trishkin
Artyom Trishkin
5 (10)
  • Bilgiler
12+ yıl
deneyim
0
ürünler
0
demo sürümleri
20
işler
0
sinyaller
0
aboneler
Программист konum:
Writing scripts, indicators, EAs on mql5 and mql4
------------------------------------------------
Reliable, high quality. Help you check your strategy in StrategyTester, offer options to increase profitability. I write as a tester, and for demo and live trading.
------------------------------------------------
For all questions, please contact personal messages.
------------------------------------------------
Artyom Trishkin
"Other classes in DoEasy library (Part 67): Chart object class" makalesini yayınladı
Other classes in DoEasy library (Part 67): Chart object class

In this article, I will create the chart object class (of a single trading instrument chart) and improve the collection class of MQL5 signal objects so that each signal object stored in the collection updates all its parameters when updating the list.

5
Artyom Trishkin
"Other classes in DoEasy library (Part 66): MQL5.com Signals collection class" makalesini yayınladı
Other classes in DoEasy library (Part 66): MQL5.com Signals collection class

In this article, I will create the signal collection class of the MQL5.com Signals service with the functions for managing signals. Besides, I will improve the Depth of Market snapshot object class for displaying the total DOM buy and sell volumes.

5
Artyom Trishkin
"Prices and Signals in DoEasy library (Part 65): Depth of Market collection and the class for working with MQL5.com Signals" makalesini yayınladı
Prices and Signals in DoEasy library (Part 65): Depth of Market collection and the class for working with MQL5.com Signals

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.

3
Artyom Trishkin
"Prices in DoEasy library (Part 64): Depth of Market, classes of DOM snapshot and snapshot series objects" makalesini yayınladı
Prices in DoEasy library (Part 64): Depth of Market, classes of DOM snapshot and snapshot series objects

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.

4
Artyom Trishkin
"Prices in DoEasy library (part 63): Depth of Market and its abstract request class" makalesini yayınladı
Prices in DoEasy library (part 63): Depth of Market and its abstract request class

In the article, I will start developing the functionality for working with the Depth of Market. I will also create the class of the Depth of Market abstract order object and its descendants.

3
Artyom Trishkin
"Prices in DoEasy library (part 62): Updating tick series in real time, preparation for working with Depth of Market" makalesini yayınladı
Prices in DoEasy library (part 62): Updating tick series in real time, preparation for working with Depth of Market

In this article, I will implement updating tick data in real time and prepare the symbol object class for working with Depth of Market (DOM itself is to be implemented in the next article).

3
Artyom Trishkin
"Prices in DoEasy library (part 61): Collection of symbol tick series" makalesini yayınladı
Prices in DoEasy library (part 61): Collection of symbol tick series

Since a program may use different symbols in its work, a separate list should be created for each of them. In this article, I will combine such lists into a tick data collection. In fact, this will be a regular list based on the class of dynamic array of pointers to instances of CObject class and its descendants of the Standard library.

4
Artyom Trishkin
"Prices in DoEasy library (part 60): Series list of symbol tick data" makalesini yayınladı
Prices in DoEasy library (part 60): Series list of symbol tick data

In this article, I will create the list for storing tick data of a single symbol and check its creation and retrieval of required data in an EA. Tick data lists that are individual for each used symbol will further constitute a collection of tick data.

3
Artyom Trishkin
"Prices in DoEasy library (part 59): Object to store data of one tick" makalesini yayınladı
Prices in DoEasy library (part 59): Object to store data of one tick

From this article on, start creating library functionality to work with price data. Today, create an object class which will store all price data which arrived with yet another tick.

6
Artyom Trishkin
"Timeseries in DoEasy library (part 58): Timeseries of indicator buffer data" makalesini yayınladı
Timeseries in DoEasy library (part 58): Timeseries of indicator buffer data

In conclusion of the topic of working with timeseries organise storage, search and sort of data stored in indicator buffers which will allow to further perform the analysis based on values of the indicators to be created on the library basis in programs. The general concept of all collection classes of the library allows to easily find necessary data in the corresponding collection. Respectively, the same will be possible in the class created today.

5
Artyom Trishkin
"Timeseries in DoEasy library (part 57): Indicator buffer data object" makalesini yayınladı
Timeseries in DoEasy library (part 57): Indicator buffer data object

In the article, develop an object which will contain all data of one buffer for one indicator. Such objects will be necessary for storing serial data of indicator buffers. With their help, it will be possible to sort and compare buffer data of any indicators, as well as other similar data with each other.

5
Artyom Trishkin
"Timeseries in DoEasy library (part 56): Custom indicator object, get data from indicator objects in the collection" makalesini yayınladı
Timeseries in DoEasy library (part 56): Custom indicator object, get data from indicator objects in the collection

The article considers creation of the custom indicator object for the use in EAs. Let’s slightly improve library classes and add methods to get data from indicator objects in EAs.

4
Artyom Trishkin
"Timeseries in DoEasy library (part 55): Indicator collection class" makalesini yayınladı
Timeseries in DoEasy library (part 55): Indicator collection class

The article continues developing indicator object classes and their collections. For each indicator object create its description and correct collection class for error-free storage and getting indicator objects from the collection list.

4
Artyom Trishkin
"Timeseries in DoEasy library (part 54): Descendant classes of abstract base indicator" makalesini yayınladı
Timeseries in DoEasy library (part 54): Descendant classes of abstract base indicator

The article considers creation of classes of descendant objects of base abstract indicator. Such objects will provide access to features of creating indicator EAs, collecting and getting data value statistics of various indicators and prices. Also, create indicator object collection from which getting access to properties and data of each indicator created in the program will be possible.

4
Artyom Trishkin
"Timeseries in DoEasy library (part 53): Abstract base indicator class" makalesini yayınladı
Timeseries in DoEasy library (part 53): Abstract base indicator class

The article considers creation of an abstract indicator which further will be used as the base class to create objects of library’s standard and custom indicators.

4
Artyom Trishkin
"Timeseries in DoEasy library (part 52): Cross-platform nature of multi-period multi-symbol single-buffer standard indicators" makalesini yayınladı
Timeseries in DoEasy library (part 52): Cross-platform nature of multi-period multi-symbol  single-buffer standard indicators

In the article, consider creation of multi-symbol multi-period standard indicator Accumulation/Distribution. Slightly improve library classes with respect to indicators so that, the programs developed for outdated platform MetaTrader 4 based on this library could work normally when switching over to MetaTrader 5.

4
Artyom Trishkin
"Timeseries in DoEasy library (part 51): Composite multi-period multi-symbol standard indicators" makalesini yayınladı
Timeseries in DoEasy library (part 51): Composite multi-period multi-symbol standard indicators

In the article, complete development of objects of multi-period multi-symbol standard indicators. Using Ichimoku Kinko Hyo standard indicator example, analyze creation of compound custom indicators which have auxiliary drawn buffers for displaying data on the chart.

2
Artyom Trishkin
"Timeseries in DoEasy library (part 50): Multi-period multi-symbol standard indicators with a shift" makalesini yayınladı
Timeseries in DoEasy library (part 50): Multi-period multi-symbol standard indicators with a shift

In the article, let’s improve library methods for correct display of multi-symbol multi-period standard indicators, which lines are displayed on the current symbol chart with a shift set in the settings. As well, let’s put things in order in methods of work with standard indicators and remove the redundant code to the library area in the final indicator program.

2
Artyom Trishkin
"Timeseries in DoEasy library (part 49): Multi-period multi-symbol multi-buffer standard indicators" makalesini yayınladı
Timeseries in DoEasy library (part 49): Multi-period multi-symbol multi-buffer standard indicators

In the current article, I will improve the library classes to implement the ability to develop multi-symbol multi-period standard indicators requiring several indicator buffers to display their data.

2
Artyom Trishkin
"Timeseries in DoEasy library (part 48): Multi-period multi-symbol indicators on one buffer in a subwindow" makalesini yayınladı
Timeseries in DoEasy library (part 48): Multi-period multi-symbol indicators on one buffer in a subwindow

The article considers an example of creating multi-symbol multi-period standard indicators using a single indicator buffer for construction and working in the indicator subwindow. I am going to prepare the library classes for working with standard indicators working in the program main window and having more than one buffer for displaying their data.

2