Artyom Trishkin
Artyom Trishkin
4.2 (65)
  • 정보
14+ 년도
경험
0
제품
0
데모 버전
20
작업
0
거래 신호
0
구독자
Программист
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
게재된 기고글 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
게재된 기고글 Индикатор CandleCode: Формализация свечных моделей в MQL5
Индикатор CandleCode: Формализация свечных моделей в MQL5

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

3
Artyom Trishkin
게재된 기고글 Забытая классика объёма: индикатор "Finite Volume Elements" для современных рынков
Забытая классика объёма: индикатор "Finite Volume Elements" для современных рынков

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

2
Artyom Trishkin
게재된 기고글 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
게재된 기고글 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
게재된 기고글 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
게재된 기고글 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
게재된 코드 그래픽 객체 생성을 위한 예제 함수가 포함된 스크립트
스크립트는 자체 개발에 사용할 수 있는 모든 표준 그래픽 객체를 만들기 위한 함수 집합을 제공합니다. 스크립트에 제시된 함수는 '있는 그대로' 사용하거나 요구 사항에 맞게 수정할 수 있습니다.
Artyom Trishkin
게재된 기고글 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
게재된 코드 ExpPinBar - 핀 바 가격 행동 패턴에 대한 전문가 어드바이저
iPinBar 핀 바 파인더 + 여러 가지 후행 지표를 기반으로 한 전문가 어드바이저
Artyom Trishkin
게재된 코드 MQL5용 StopLoss 후행 클래스 라이브러리
고정된 들여쓰기 또는 포물선 SAR 및 이동평균 지표의 값 또는 지정된 포지션 스톱 레벨에 따라 오픈 포지션의 손절매를 자동으로 이동시키는 클래스 집합입니다.
Artyom Trishkin
게재된 코드 WPR, 볼린저 밴드 및 ATR 지표를 기반으로 한 간단한 전문가 어드바이저
윌리엄스 퍼센트 레인지(WPR)와 볼린저 밴드(BB) 두 지표의 신호를 기반으로 하는 간단한 전략입니다. 두 지표의 신호가 일치할 때만 포지션이 개시됩니다.
Artyom Trishkin
게재된 코드 미국 달러 지수
미국 달러 지수(DXY)를 실시간으로 반영하는 합성 커스텀 심볼 "USDX.synthetic"을 생성하는 MetaTrader 5용 서비스입니다.
Artyom Trishkin
게재된 코드 핀 바 찾기
인디케이터는 차트에서 가격 행동 패턴 "핀 바"를 검색하고 발견된 패턴이 있는 바에 아이콘을 표시합니다.
Artyom Trishkin
게재된 코드 거래 내역 삭제
스크립트는 현재 차트에서 모든 자동매매 아이콘을 제거합니다.
Artyom Trishkin
게재된 기고글 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
게재된 기고글 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
게재된 기고글 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
게재된 기고글 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