Artyom Trishkin
Artyom Trishkin
5 (10)
  • Informazioni
12+ anni
esperienza
0
prodotti
0
versioni demo
20
lavori
0
segnali
0
iscritti
Программист al
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
Argomento aggiunto Frattali, strutture frattali, loro immagini grafiche + Canvas
Commenti non correlati a " La tela è forte! "
Artyom Trishkin
Argomento aggiunto Simboli personalizzati. Errori, bug, domande, suggerimenti.
Dato che l'argomento è abbastanza ampio, ho pensato che sarebbe una buona idea avere una discussione separata su di esso
Artyom Trishkin
Argomento aggiunto OOP, modelli e macro in mql5, sottigliezze e usi
I commenti non relativi a " caratteristiche, complessità e trucchi del linguaggio mql5 " sono stati spostati in questo thread
Artyom Trishkin
Argomento aggiunto Errori tipici e come affrontarli quando si ha a che fare con l'ambiente del trading
In questo thread discuteremo gli errori comuni commessi quando si lavora con l'ambiente di trading del terminale in alcuni algoritmi, i metodi della loro eliminazione ed evitare in futuro
Artyom Trishkin
Argomento aggiunto Algoritmi, metodi di soluzione, confronto delle loro prestazioni
In questo thread discuteremo diversi modi di risolvere questi o quei problemi e confronteremo le prestazioni delle soluzioni proposte. Tutti sono invitati a discutere dei problemi e dei metodi per risolverli ;)
Artyom Trishkin
Argomento aggiunto Organizzazione del ciclo dell'ordine
I commenti non relativi a " caratteristiche, complessità e trucchi del linguaggio mql4 " sono stati spostati in questo thread
Artyom Trishkin
Argomento aggiunto Chiacchiere sul tester di strategia MT5
I commenti non relativi a " Nuova versione di MetaTrader 5 build 1570: Miglioramento della finestra Marketplace ed estensione delle funzioni template in MQL5 " sono stati spostati in questo topic
Artyom Trishkin
Argomento aggiunto Caratteristiche del linguaggio mql4, sottigliezze e tecniche
In questo argomento si parlerà di modi non documentati di lavorare con il linguaggio mql4 , esempi di risoluzione di certi problemi. Sarebbe auspicabile che questo ramo fosse più vicino come contenuto alle FAQ, che alla discussione. Suggerisco a
Artyom Trishkin
Argomento aggiunto Tutte le domande dei nuovi arrivati su MQL4 e MQL5, aiuto e discussione su algoritmi e codici
In questo thread voglio iniziare ad aiutare coloro che vogliono veramente capire e imparare la programmazione nel nuovo MQL4 e vogliono passare facilmente a MQL5 - i linguaggi sono molto simili. Questo blog sarà un buon posto per discutere di
Artyom Trishkin
Articolo pubblicato 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).

2
Artyom Trishkin
Articolo pubblicato 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.

3
Artyom Trishkin
Articolo pubblicato 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.

2
Artyom Trishkin
Argomento aggiunto Caratteristiche del linguaggio mql5, sottigliezze e tecniche
In questo argomento si parlerà di modi non documentati di lavorare con il linguaggio mql5 , esempi di risoluzione di certi problemi. Vorrei che il contenuto di questo ramo fosse più vicino alle FAQ che alla discussione. Invito tutti i programmatori
Artyom Trishkin
Articolo pubblicato 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.

4
Artyom Trishkin
Articolo pubblicato 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.

3
Artyom Trishkin
Articolo pubblicato 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).

3
Artyom Trishkin
Articolo pubblicato Graphics in DoEasy library (Part 98): Moving pivot points of extended standard graphical objects
Graphics in DoEasy library (Part 98): Moving pivot points of extended standard graphical objects

In the article, I continue the development of extended standard graphical objects and create the functionality for moving pivot points of composite graphical objects using the control points for managing the coordinates of the graphical object pivot points.

2
Artyom Trishkin
Articolo pubblicato Graphics in DoEasy library (Part 97): Independent handling of form object movement
Graphics in DoEasy library (Part 97): Independent handling of form object movement

In this article, I will consider the implementation of the independent dragging of any form objects using a mouse. Besides, I will complement the library by error messages and new deal properties previously implemented into the terminal and MQL5.

3
Artyom Trishkin
Articolo pubblicato Graphics in DoEasy library (Part 96): Graphics in form objects and handling mouse events
Graphics in DoEasy library (Part 96): Graphics in form objects and handling mouse events

In this article, I will start creating the functionality for handling mouse events in form objects, as well as add new properties and their tracking to a symbol object. Besides, I will improve the symbol object class since the chart symbols now have new properties to be considered and tracked.

2
Artyom Trishkin
Articolo pubblicato Graphics in DoEasy library (Part 95): Composite graphical object controls
Graphics in DoEasy library (Part 95): Composite graphical object controls

In this article, I will consider the toolkit for managing composite graphical objects - controls for managing an extended standard graphical object. Today, I will slightly digress from relocating a composite graphical object and implement the handler of change events on a chart featuring a composite graphical object. Besides, I will focus on the controls for managing a composite graphical object.

1