Artyom Trishkin
Artyom Trishkin
4.2 (65)
  • Informazioni
14+ anni
esperienza
0
prodotti
0
versioni demo
20
lavori
0
segnali
0
iscritti
Программист al
X
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
Articolo pubblicato Code, Tears, and Algo Forge
Code, Tears, and Algo Forge

This article discusses the transition to MQL5 Algo Forge as a modern and convenient format for publishing program code and article attachments. Using repositories instead of traditional ZIP archives and source code allows you to keep projects up-to-date, make edits quickly, and professionally interact with your readers. Recommendations are provided for quickly migrating developments to the cloud environment via the MetaEditor interface.

3
Artyom Trishkin
Articolo pubblicato Индикатор CandleCode: Формализация свечных моделей в MQL5
Индикатор CandleCode: Формализация свечных моделей в MQL5

В статье показана практическая реализация CandleCode для MetaTrader 5: расчет кодов свечей по методу Лиховидова с адаптацией порогов к волатильности (Bollinger Bands) и гистограммное отображение. Дополнительно представлен советник, который строит базу исторических паттернов по ZigZag, сравнивает их с текущим "слепком" через ATR и выдает статистику совпадений на панели.

3
Artyom Trishkin
Articolo pubblicato Забытая классика объёма: индикатор "Finite Volume Elements" для современных рынков
Забытая классика объёма: индикатор "Finite Volume Elements" для современных рынков

В статье рассмотрим индикатор Finite Volume Elements (FVE), позволяющий выявлять истинные потоки капитала на рынке. Реализуем FVE для MetaTrader 5 и рассмотрим рекомендации по его использованию в торговле.

2
Artyom Trishkin
Articolo pubblicato The Mathematics of Volatility: Why the GRI Indicator Deserves to Return to Your Trading Terminal
The Mathematics of Volatility: Why the GRI Indicator Deserves to Return to Your Trading Terminal

The article focuses on the Gopalakrishnan Range Index (GRI/ROCI), which quantitatively assesses the market's "degree of chaos" using the logarithm of the closing price range over a given period. The article shows how to implement GRI in MetaTrader 5, resolve the issue of negative values using a shifted logarithm, and convert the scale to convenient "points" by normalizing it by Point. Next, we examine practical scenarios for using GRI as a filter for volatility and market phases.

2
Artyom Trishkin
Articolo pubblicato Tables in the MVC Paradigm in MQL5: Symbol Correlation Table
Tables in the MVC Paradigm in MQL5: Symbol Correlation Table

In this article, we will refine the graphics library classes by adding a vertical header to the table and use the table classes to create an indicator that displays the correlation between the symbols specified in the settings.

2
Artyom Trishkin
Articolo pubblicato Automating Terminal Startup for Service Tasks
Automating Terminal Startup for Service Tasks

The article explores the possibility of launching a terminal with a configuration file to perform automated routine tasks, programmatically handling such launches, and creating a fully-fledged system for auto-optimizing an EA using Windows OS tools.

2
Artyom Trishkin
Articolo pubblicato Tables in the MVC Paradigm in MQL5: Customizable and sortable table columns
Tables in the MVC Paradigm in MQL5: Customizable and sortable table columns

In the article, we will make the table column widths adjustable using the mouse cursor, sort the table by column data, and add a new class to simplify the creation of tables based on any data sets.

3
Artyom Trishkin
Codice pubblicato Script con funzioni di esempio per la creazione di oggetti grafici
Lo script fornisce un insieme di funzioni per la creazione di tutti gli oggetti grafici standard da utilizzare nei propri sviluppi. Le funzioni presentate nello script possono essere utilizzate "così come sono" o modificate in base alle proprie esigenze.
Artyom Trishkin
Articolo pubblicato How to publish code to CodeBase: A practical guide
How to publish code to CodeBase: A practical guide

In this article, we will use real-life examples to illustrate posting various types of terminal programs in the MQL5 source code base.

2
Artyom Trishkin
Codice pubblicato ExpPinBar - Consulente esperto per i modelli di azione del prezzo Pin Bar
Expert Advisor basato su iPinBar Pin Bar Finder + diversi indicatori di trailing
Artyom Trishkin
Codice pubblicato Libreria di classi di trailing StopLoss per MQL5
Un insieme di classi per lo spostamento automatico dello StopLoss delle posizioni aperte in base a un'indentazione fissa o ai valori degli indicatori Parabolic SAR e delle medie mobili, oppure in base al livello di stop della posizione specificato.
Artyom Trishkin
Codice pubblicato Semplice Expert Advisor basato sugli indicatori WPR, Bande di Bollinger e ATR
Una semplice strategia basata sui segnali di due indicatori: Williams' Percent Range (WPR) e Bollinger Bands (BB). Una posizione viene aperta solo quando i segnali dei due indicatori coincidono.
Artyom Trishkin
Codice pubblicato Indice del dollaro USA
Un servizio per MetaTrader 5 che crea un simbolo sintetico personalizzato "USDX.synthetic" che riflette l'indice del dollaro USA (DXY) in tempo reale.
Artyom Trishkin
Codice pubblicato Trova i Pin Bar
L'indicatore cerca nel grafico i pattern di Price Action "Pin Bar" e mette le icone sulla barra con il pattern trovato.
Artyom Trishkin
Codice pubblicato Cancellare la cronologia di trading
Lo script rimuove tutte le icone di autotrading dal grafico corrente.
Artyom Trishkin
Articolo pubblicato Tables in the MVC Paradigm in MQL5: Integrating the Model Component into the View Component
Tables in the MVC Paradigm in MQL5: Integrating the Model Component into the View Component

In the article, we will create the first version of the TableControl (TableView) control. This will be a simple static table being created based on the input data defined by two arrays — a data array and an array of column headers.

2
Artyom Trishkin
Articolo pubblicato The View and Controller components for tables in the MQL5 MVC paradigm: Resizable elements
The View and Controller components for tables in the MQL5 MVC paradigm: Resizable elements

In the article, we will add the functionality of resizing controls by dragging edges and corners of the element with the mouse.

2
Artyom Trishkin
Articolo pubblicato The View and Controller components for tables in the MQL5 MVC paradigm: Containers
The View and Controller components for tables in the MQL5 MVC paradigm: Containers

In this article, we will discuss creating a "Container" control that supports scrolling its contents. Within the process, the already implemented classes of graphics library controls will be improved.

2
Artyom Trishkin
Articolo pubblicato The View and Controller components for tables in the MQL5 MVC paradigm: Simple controls
The View and Controller components for tables in the MQL5 MVC paradigm: Simple controls

The article covers simple controls as components of more complex graphical elements of the View component within the framework of table implementation in the MVC (Model-View-Controller) paradigm. The basic functionality of the Controller is implemented for interaction of elements with the user and with each other. This is the second article on the View component and the fourth one in a series of articles on creating tables for the MetaTrader 5 client terminal.

2