Artyom Trishkin
Artyom Trishkin
4.2 (65)
  • Bilgiler
13+ 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
"Graphics in DoEasy library (Part 78): Animation principles in the library. Image slicing" makalesini yayınladı
Graphics in DoEasy library (Part 78): Animation principles in the library. Image slicing

In this article, I will define the animation principles to be used in some parts of the library. I will also develop a class for copying a part of the image and pasting it to a specified form object location while preserving and restoring the part of the form background the image is to be superimposed on.

6
Artyom Trishkin
"Graphics in DoEasy library (Part 77): Shadow object class" makalesini yayınladı
Graphics in DoEasy library (Part 77): Shadow object class

In this article, I will create a separate class for the shadow object, which is a descendant of the graphical element object, as well as add the ability to fill the object background with a gradient fill.

5
Artyom Trishkin
"Graphics in DoEasy library (Part 76): Form object and predefined color themes" makalesini yayınladı
Graphics in DoEasy library (Part 76): Form object and predefined color themes

In this article, I will describe the concept of building various library GUI design themes, create the Form object, which is a descendant of the graphical element class object, and prepare data for creating shadows of the library graphical objects, as well as for further development of the functionality.

6
Artyom Trishkin
"Graphics in DoEasy library (Part 75): Methods of handling primitives and text in the basic graphical element" makalesini yayınladı
Graphics in DoEasy library (Part 75): Methods of handling primitives and text in the basic graphical element

In this article, I will continue the development of the basic graphical element class of all library graphical objects powered by the CCanvas Standard Library class. I will create the methods for drawing graphical primitives and for displaying a text on a graphical element object.

5
Artyom Trishkin
"Graphics in DoEasy library (Part 74): Basic graphical element powered by the CCanvas class" makalesini yayınladı
Graphics in DoEasy library (Part 74): Basic graphical element powered by the CCanvas class

In this article, I will rework the concept of building graphical objects from the previous article and prepare the base class of all graphical objects of the library powered by the Standard Library CCanvas class.

5
Artyom Trishkin
"Graphics in DoEasy library (Part 73): Form object of a graphical element" makalesini yayınladı
Graphics in DoEasy library (Part 73): Form object of a graphical element

The article opens up a new large section of the library for working with graphics. In the current article, I will create the mouse status object, the base object of all graphical elements and the class of the form object of the library graphical elements.

6
Artyom Trishkin
"Other classes in DoEasy library (Part 72): Tracking and recording chart object parameters in the collection" makalesini yayınladı
Other classes in DoEasy library (Part 72): Tracking and recording chart object parameters in the collection

In this article, I will complete working with chart object classes and their collection. I will also implement auto tracking of changes in chart properties and their windows, as well as saving new parameters to the object properties. Such a revision allows the future implementation of an event functionality for the entire chart collection.

6
Artyom Trishkin
"Other classes in DoEasy library (Part 71): Chart object collection events" makalesini yayınladı
Other classes in DoEasy library (Part 71): Chart object collection events

In this article, I will create the functionality for tracking some chart object events — adding/removing symbol charts and chart subwindows, as well as adding/removing/changing indicators in chart windows.

6
Artyom Trishkin
"Other classes in DoEasy library (Part 70): Expanding functionality and auto updating the chart object collection" makalesini yayınladı
Other classes in DoEasy library (Part 70): Expanding functionality and auto updating the chart object collection

In this article, I will expand the functionality of chart objects and arrange navigation through charts, creation of screenshots, as well as saving and applying templates to charts. Also, I will implement auto update of the collection of chart objects, their windows and indicators within them.

6
Jeiami Auxtero
Jeiami Auxtero 2021.06.20
Hopefully by reading these articles and exploring the tools, it will then be esiser foe me to locate the particular
Jeiami Auxtero
Jeiami Auxtero 2021.06.20
Hopefully by reading these articles and exploring the tools, it will then be easierr for me to locate and navigate the system
Artyom Trishkin
"Other classes in DoEasy library (Part 69): Chart object collection class" makalesini yayınladı
Other classes in DoEasy library (Part 69): Chart object collection class

With this article, I start the development of the chart object collection class. The class will store the collection list of chart objects with their subwindows and indicators providing the ability to work with any selected charts and their subwindows or with a list of several charts at once.

8
Artyom Trishkin
"Other classes in DoEasy library (Part 68): Chart window object class and indicator object classes in the chart window" makalesini yayınladı
Other classes in DoEasy library (Part 68): Chart window object class and indicator object classes in the chart window

In this article, I will continue the development of the chart object class. I will add the list of chart window objects featuring the lists of available indicators.

4
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