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
"Making a dashboard to display data in indicators and EAs" makalesini yayınladı
Making a dashboard to display data in indicators and EAs

In this article, we will create a dashboard class to be used in indicators and EAs. This is an introductory article in a small series of articles with templates for including and using standard indicators in Expert Advisors. I will start by creating a panel similar to the MetaTrader 5 data window.

1
Artyom Trishkin
"Trade transactions. Request and response structures, description and logging" makalesini yayınladı
Trade transactions. Request and response structures, description and logging

The article considers handling trade request structures, namely creating a request, its preliminary verification before sending it to the server, the server's response to a trade request and the structure of trade transactions. We will create simple and convenient functions for sending trading orders to the server and, based on everything discussed, create an EA informing of trade transactions.

1
Artyom Trishkin
"Structures in MQL5 and methods for printing their data" makalesini yayınladı
Structures in MQL5 and methods for printing their data

In this article we will look at the MqlDateTime, MqlTick, MqlRates and MqlBookInfo strutures, as well as methods for printing data from them. In order to print all the fields of a structure, there is a standard ArrayPrint() function, which displays the data contained in the array with the type of the handled structure in a convenient tabular format.

2
Artyom Trishkin
"StringFormat(). Review and ready-made examples" makalesini yayınladı
StringFormat(). Review and ready-made examples

The article continues the review of the PrintFormat() function. We will briefly look at formatting strings using StringFormat() and their further use in the program. We will also write templates to display symbol data in the terminal journal. The article will be useful for both beginners and experienced developers.

2
Artyom Trishkin
"Studying PrintFormat() and applying ready-made examples" makalesini yayınladı
Studying PrintFormat() and applying ready-made examples

The article will be useful for both beginners and experienced developers. We will look at the PrintFormat() function, analyze examples of string formatting and write templates for displaying various information in the terminal log.

2
Artyom Trishkin
"DoEasy. Controls (Part 32): Horizontal ScrollBar, mouse wheel scrolling" makalesini yayınladı
DoEasy. Controls (Part 32): Horizontal ScrollBar, mouse wheel scrolling

In the article, we will complete the development of the horizontal scrollbar object functionality. We will also make it possible to scroll the contents of the container by moving the scrollbar slider and rotating the mouse wheel, as well as make additions to the library, taking into account the new order execution policy and new runtime error codes in MQL5.

1
Artyom Trishkin
"DoEasy. Controls (Part 31): Scrolling the contents of the ScrollBar control" makalesini yayınladı
DoEasy. Controls (Part 31): Scrolling the contents of the ScrollBar control

In this article, I will implement the functionality of scrolling the contents of the container using the buttons of the horizontal scrollbar.

4
Artyom Trishkin
"DoEasy. Controls (Part 30): Animating the ScrollBar control" makalesini yayınladı
DoEasy. Controls (Part 30): Animating the ScrollBar control

In this article, I will continue the development of the ScrollBar control and start implementing the mouse interaction functionality. In addition, I will expand the lists of mouse state flags and events.

4
Artyom Trishkin
"DoEasy. Controls (Part 29): ScrollBar auxiliary control" makalesini yayınladı
DoEasy. Controls (Part 29): ScrollBar auxiliary control

In this article, I will start developing the ScrollBar auxiliary control element and its derivative objects — vertical and horizontal scrollbars. A scrollbar is used to scroll the content of the form if it goes beyond the container. Scrollbars are usually located at the bottom and to the right of the form. The horizontal one at the bottom scrolls content left and right, while the vertical one scrolls up and down.

4
Artyom Trishkin
"DoEasy. Controls (Part 28): Bar styles in the ProgressBar control" makalesini yayınladı
DoEasy. Controls (Part 28): Bar styles in the ProgressBar control

In this article, I will develop display styles and description text for the progress bar of the ProgressBar control.

4
Artyom Trishkin
"DoEasy. Controls (Part 27): Working on ProgressBar WinForms object" makalesini yayınladı
DoEasy. Controls (Part 27): Working on ProgressBar WinForms object

In this article, I will continue the development of the ProgressBar control. In particular, I will create the functionality for managing the progress bar and visual effects.

4
Artyom Trishkin
"DoEasy. Controls (Part 26): Finalizing the ToolTip WinForms object and moving on to ProgressBar development" makalesini yayınladı
DoEasy. Controls (Part 26): Finalizing the ToolTip WinForms object and moving on to ProgressBar development

In this article, I will complete the development of the ToolTip control and start the development of the ProgressBar WinForms object. While working on objects, I will develop universal functionality for animating controls and their components.

3
Artyom Trishkin
"DoEasy. Controls (Part 25): Tooltip WinForms object" makalesini yayınladı
DoEasy. Controls (Part 25): Tooltip WinForms object

In this article, I will start developing the Tooltip control, as well as new graphical primitives for the library. Naturally, not every element has a tooltip, but every graphical object has the ability to set it.

3
Artyom Trishkin
"DoEasy. Controls (Part 24): Hint auxiliary WinForms object" makalesini yayınladı
DoEasy. Controls (Part 24): Hint auxiliary WinForms object

In this article, I will revise the logic of specifying the base and main objects for all WinForms library objects, develop a new Hint base object and several of its derived classes to indicate the possible direction of moving the separator.

2
Artyom Trishkin
"DoEasy. Controls (Part 23): Improving TabControl and SplitContainer WinForms objects" makalesini yayınladı
DoEasy. Controls (Part 23): Improving TabControl and SplitContainer WinForms objects

In this article, I will add new mouse events relative to the boundaries of the working areas of WinForms objects and fix some shortcomings in the functioning of the TabControl and SplitContainer controls.

2
Artyom Trishkin
"DoEasy. Controls (Part 22): SplitContainer. Changing the properties of the created object" makalesini yayınladı
DoEasy. Controls (Part 22): SplitContainer. Changing the properties of the created object

In the current article, I will implement the ability to change the properties and appearance of the newly created SplitContainer control.

3
Artyom Trishkin
"DoEasy. Controls (Part 21): SplitContainer control. Panel separator" makalesini yayınladı
DoEasy. Controls (Part 21): SplitContainer control. Panel separator

In this article, I will create the class of an auxiliary panel separator object for the SplitContainer control.

1
Artyom Trishkin
"DoEasy. Controls (Part 20): SplitContainer WinForms object" makalesini yayınladı
DoEasy. Controls (Part 20): SplitContainer WinForms object

In the current article, I will start developing the SplitContainer control from the MS Visual Studio toolkit. This control consists of two panels separated by a vertical or horizontal movable separator.

Artyom Trishkin
"DoEasy. Controls (Part 19): Scrolling tabs in TabControl, WinForms object events" makalesini yayınladı
DoEasy. Controls (Part 19): Scrolling tabs in TabControl, WinForms object events

In this article, I will create the functionality for scrolling tab headers in TabControl using scrolling buttons. The functionality is meant to place tab headers into a single line from either side of the control.

2
Artyom Trishkin
"DoEasy. Controls (Part 18): Functionality for scrolling tabs in TabControl" makalesini yayınladı
DoEasy. Controls (Part 18): Functionality for scrolling tabs in TabControl

In this article, I will place header scrolling control buttons in TabControl WinForms object in case the header bar does not fit the size of the control. Besides, I will implement the shift of the header bar when clicking on the cropped tab header.

3