Artyom Trishkin
Artyom Trishkin
4.2 (65)
  • Information
13+ years
experience
0
products
0
demo versions
20
jobs
0
signals
0
subscribers
Программист at
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
Published article DoEasy. Controls (Part 8): Base WinForms objects by categories, GroupBox and CheckBox controls
DoEasy. Controls (Part 8): Base WinForms objects by categories, GroupBox and CheckBox controls

The article considers creation of 'GroupBox' and 'CheckBox' WinForms objects, as well as the development of base objects for WinForms object categories. All created objects are still static, i.e. they are unable to interact with the mouse.

Artyom Trishkin
Published article DoEasy. Controls (Part 7): Text label control
DoEasy. Controls (Part 7): Text label control

In the current article, I will create the class of the WinForms text label control object. Such an object will have the ability to position its container anywhere, while its own functionality will repeat the functionality of the MS Visual Studio text label. We will be able to set font parameters for a displayed text.

Artyom Trishkin
Published article DoEasy. Controls (Part 6): Panel control, auto resizing the container to fit inner content
DoEasy. Controls (Part 6): Panel control, auto resizing the container to fit inner content

In the article, I will continue my work on the Panel WinForms object and implement its auto resizing to fit the general size of Dock objects located inside the panel. Besides, I will add the new properties to the Symbol library object.

Artyom Trishkin
Published article DoEasy. Controls (Part 5): Base WinForms object, Panel control, AutoSize parameter
DoEasy. Controls (Part 5): Base WinForms object, Panel control, AutoSize parameter

In the article, I will create the base object of all library WinForms objects and start implementing the AutoSize property of the Panel WinForms object — auto sizing for fitting the object internal content.

Artyom Trishkin
Added topic Fractals, fractal structures, their graphic images + Canvas
Comments not related to " Canvas is cool! "
Artyom Trishkin
Added topic Custom symbols. Errors, bugs, questions, suggestions.
As the topic is quite extensive, I thought it would be a good idea to have a separate discussion on it
Artyom Trishkin
Added topic OOP, templates and macros in mql5, subtleties and uses
Comments not related to " mql5 language features, intricacies and tr icks" have been moved to this thread
Artyom Trishkin
Added topic Typical mistakes and how to deal with them when dealing with the trading environment
In this thread we will discuss common mistakes made when working with the trading environment of the terminal in some algorithms, methods of their elimination and avoidance in the future
Artyom Trishkin
Added topic Algorithms, solution methods, comparison of their performance
In this thread we will discuss different ways of solving these or those problems and compare performance of the proposed solutions. Everyone is welcome to discuss problems and methods of solving them ;)
Artyom Trishkin
Added topic Organising the order cycle
Comments not related to " mql4 language features, intricacies and tr icks" have been moved to this thread
Artyom Trishkin
Added topic Chatter about the MT5 strategy tester
Comments not related to " New version of MetaTrader 5 build 1570: Improvement of the Marketplace window and extension of template functions in MQL5 " were moved to this topic
Artyom Trishkin
Added topic Features of the mql4 language, subtleties and techniques
This topic will discuss undocumented ways of working with the mql4 language , examples of solving certain problems. It would be desirable that this branch would be closer in content to the FAQ, than to the discussion. I suggest that all experienced
Artyom Trishkin
Added topic Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes
In this thread I want to begin to help those who really want to understand and learn programming in the new MQL4 and want to easily switch to MQL5 - the languages are very similar. This blog will be a good place to discuss tasks, algorithms of their
Artyom Trishkin
Published article DoEasy. Controls (Part 4): Panel control, Padding and Dock parameters
DoEasy. Controls (Part 4): Panel control, Padding and Dock parameters

In this article, I will implement handling Padding (internal indents/margin on all sides of an element) and Dock parameters (the way an object is located inside its container).

Artyom Trishkin
Published article DoEasy. Controls (Part 3): Creating bound controls
DoEasy. Controls (Part 3): Creating bound controls

In this article, I will create subordinate controls bound to the base element. The development will be performed using the base control functionality. In addition, I will tinker with the graphical element shadow object a bit since it still suffers from some logic errors when applied to any of the objects capable of having a shadow.

Artyom Trishkin
Published article DoEasy. Controls (Part 2): Working on the CPanel class
DoEasy. Controls (Part 2): Working on the CPanel class

In the current article, I will get rid of some errors related to handling graphical elements and continue the development of the CPanel control. In particular, I will implement the methods for setting the parameters of the font used by default for all panel text objects.

Artyom Trishkin
Added topic Features of the mql5 language, subtleties and tricks
This thread will discuss undocumented methods of working with the mql5 language , examples of solving certain problems. It would be desirable, that this branch on the maintenance was closer to FAQ, than to discussion. I suggest that all experienced
Artyom Trishkin
Published article DoEasy. Controls (Part 1): First steps
DoEasy. Controls (Part 1): First steps

This article starts an extensive topic of creating controls in Windows Forms style using MQL5. My first object of interest is creating the panel class. It is already becoming difficult to manage things without controls. Therefore, I will create all possible controls in Windows Forms style.

Artyom Trishkin
Published article Graphics in DoEasy library (Part 100): Making improvements in handling extended standard graphical objects
Graphics in DoEasy library (Part 100): Making improvements in handling extended standard graphical objects

In the current article, I will eliminate obvious flaws in simultaneous handling of extended (and standard) graphical objects and form objects on canvas, as well as fix errors detected during the test performed in the previous article. The article concludes this section of the library description.

Artyom Trishkin
Published article Graphics in DoEasy library (Part 99): Moving an extended graphical object using a single control point
Graphics in DoEasy library (Part 99): Moving an extended graphical object using a single control point

In the previous article, I implemented the ability to move pivot points of an extended graphical object using control forms. Now I am going to implement the ability to move a composite graphical object using a single graphical object control point (form).