Artyom Trishkin
Artyom Trishkin
5 (10)
  • 정보
12+ 년도
경험
0
제품
0
데몬 버전
20
작업
0
거래 신호
0
구독자
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
게재된 코드 Net Volume
Индикатор "Чистого объёма" отображает объём с учётом давления продавцов и покупателей
1 2
Artyom Trishkin
게재된 코드 Know Sure Thing
Индикатор-осциллятор Know Sure Thing (KST), основанный на скорости изменения цены (ROC)
1 12
Artyom Trishkin
게재된 코드 Correlation Coefficient
Индикатор "Коэффициент корреляции"
1 24
Artyom Trishkin
게재된 코드 Chande Kroll Stop
Индикатор Chande Kroll Stop - уровни стопов для коротких и длинных позиций.
1 29
Artyom Trishkin
게재된 코드 Chaikin Money Flow
Индикатор "Денежный поток Чайкина (CMF)"
2 27
Artyom Trishkin
게재된 코드 Average Day Range
Индикатор среднего дневного диапазона.
1 20
Artyom Trishkin
게재된 기고글 DoEasy. Сервисные функции (Часть 2): Паттерн "Внутренний бар"
DoEasy. Сервисные функции (Часть 2): Паттерн "Внутренний бар"

В статье продолжим рассматривать ценовые паттерны в библиотеке DoEasy. Создадим класс паттерна "Внутренний бар" формаций Price Action.

3
Artyom Trishkin
게재된 기고글 DoEasy. Сервисные функции (Часть 1): Ценовые паттерны
DoEasy. Сервисные функции (Часть 1): Ценовые паттерны

В статье начнём разрабатывать методы поиска ценовых паттернов по данным таймсерий. Паттерн имеет определённый набор параметров, общий для любого вида и типа паттернов. Все данные такого рода будут сосредоточены в классе объекта базового абстрактного паттерна. Сегодня создадим класс абстрактного паттерна и класс паттерна Пин-бар.

2
Artyom Trishkin
게재된 기고글 DoEasy. Элементы управления (Часть 33): вертикальный "ScrollBar"
DoEasy. Элементы управления (Часть 33): вертикальный "ScrollBar"

В статье продолжим разработку графических элементов библиотеки DoEasy, и добавим вертикальную прокрутку элементов управления объекта-формы и некоторые полезные функции и методы, которые потребуются в дальнейшем.

2
Artyom Trishkin
게재된 기고글 Тип рисования DRAW_ARROW в мультисимвольных мультипериодных индикаторах
Тип рисования DRAW_ARROW в мультисимвольных мультипериодных индикаторах

В статье рассмотрим рисование стрелочных мультисимвольных мультипериодных индикаторов. Доработаем методы класса для корректного отображения стрелок, отображающих данные стрелочных индикаторов, рассчитанных на символе/периоде, не соответствующих символу/периоду текущего графика.

2
Artyom Trishkin
게재된 기고글 Индикатор исторических позиций на графике в виде диаграммы их прибыли/убытка
Индикатор исторических позиций на графике в виде диаграммы их прибыли/убытка

В статье рассмотрим вариант получения информации о закрытых позициях по истории их сделок. Создадим простой индикатор, отображающий в виде диаграммы приблизительный профит/убыток позиций на каждом баре.

4
Artyom Trishkin
게재된 기고글 Цветные буферы в мультисимвольных мультипериодных индикаторах
Цветные буферы в мультисимвольных мультипериодных индикаторах

В статье пересмотрим структуру индикаторного буфера в мультисимвольных мультипериодных индикаторах и организуем вывод на график цветных буферов этих индикаторов.

2
Artyom Trishkin
게재된 기고글 Creating multi-symbol, multi-period indicators
Creating multi-symbol, multi-period indicators

In this article, we will look at the principles of creating multi-symbol, multi-period indicators. We will also see how to access the data of such indicators from Expert Advisors and other indicators. We will consider the main features of using multi-indicators in Expert Advisors and indicators and will see how to plot them through custom indicator buffers.

5
Artyom Trishkin
게재된 기고글 Ready-made templates for including indicators to Expert Advisors (Part 3): Trend indicators
Ready-made templates for including indicators to Expert Advisors (Part 3): Trend indicators

In this reference article, we will look at standard indicators from the Trend Indicators category. We will create ready-to-use templates for indicator use in EAs - declaring and setting parameters, indicator initialization and deinitialization, as well as receiving data and signals from indicator buffers in EAs.

2
Artyom Trishkin
게재된 기고글 Ready-made templates for including indicators to Expert Advisors (Part 2): Volume and Bill Williams indicators
Ready-made templates for including indicators to Expert Advisors (Part 2): Volume and Bill Williams indicators

In this article, we will look at standard indicators of the Volume and Bill Williams' indicators category. We will create ready-to-use templates for indicator use in EAs - declaring and setting parameters, indicator initialization and deinitialization, as well as receiving data and signals from indicator buffers in EAs.

2
Artyom Trishkin
게재된 기고글 Ready-made templates for including indicators to Expert Advisors (Part 1): Oscillators
Ready-made templates for including indicators to Expert Advisors (Part 1): Oscillators

The article considers standard indicators from the oscillator category. We will create ready-to-use templates for their use in EAs - declaring and setting parameters, indicator initialization and deinitialization, as well as receiving data and signals from indicator buffers in EAs.

3
Artyom Trishkin
게재된 기고글 Making a dashboard to display data in indicators and EAs
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
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
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
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