Artyom Trishkin
Artyom Trishkin
4.2 (65)
  • 信息
14+ 年
经验
0
产品
0
演示版
20
工作
0
信号
0
订阅者
Программист
X
Writing scripts, indicators, EAs on mql4 and mql5
------------------------------------------------
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.
My nickname on Mql4.com - atrmedia70 ( https://www.mql5.com/ru/users/artmedia70?utm_campaign=MQL4.community )
------------------------------------------------
Create a new job for me: https://www.mql5.com/en/job/new?prefered=artmedia70 (english) Go to the link, create jobs and send me a link to it on Skype artmedia70 specifying the that this new work.
------------------------------------------------
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
已发布代码包含创建图形对象示例函数的脚本
该脚本提供了一套用于创建所有标准图形对象的函数,供您在开发过程中使用。脚本中提供的函数可以 "按原样 "使用,也可以根据您的要求进行修改。
· 2 549 656
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 Pin Bar Finder + 多个不同跟踪指标的智能交易系统
· 2 1164 1420
Artyom Trishkin
已发布代码适用于 MQL5 的 StopLoss 追踪类库
通过固定缩进、抛物线 SAR 和移动平均线指标值或指定的仓位止损水平自动移动未结头寸止损的一组类。
· 4 633 931
Artyom Trishkin
已发布代码基于 WPR、布林带和 ATR 指标的简单专家顾问工具
基于两个指标信号的简单策略:威廉百分比范围 (WPR) 和布林线 (BB)。只有当两个指标的信号一致时,才会开仓。
· 4 1467 2818
Artyom Trishkin
已发布代码美元指数
为 MetaTrader 5 提供的一项服务,可创建实时反映美元指数 (DXY) 的合成自定义符号 "USDX.synthetic"。
· 3 762 774
Artyom Trishkin
已发布代码查找针杆
该指标在图表中搜索 "销钉柱形图 "的价格行为模式,并将图标放在找到模式的柱形图上。
· 2 818 1914
Artyom Trishkin
已发布代码删除交易历史
脚本会删除当前图表中的所有自动交易图标
· 2 485 660
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
已发布文章MQL5 MVC范式下的表格视图与控制器组件:可调整尺寸的元素
MQL5 MVC范式下的表格视图与控制器组件:可调整尺寸的元素

在本文中,我们将实现通过鼠标拖动控件的边缘和角点来调整控件大小的功能。

Artyom Trishkin
已发布文章MQL5 MVC 范式下表格的视图与控制器组件:容器
MQL5 MVC 范式下表格的视图与控制器组件:容器

在本文中,我们将讨论如何创建一个支持内容滚动的“容器”控件。在此过程中,将对已实现的图形库控件类进行改进。

Artyom Trishkin
已发布文章MQL5 MVC架构中表格视图与控制器组件:简单控件
MQL5 MVC架构中表格视图与控制器组件:简单控件

本文探讨了如何在MVC(模型 - 视图 - 控制器)架构下实现表格,重点介绍简单控件,它们是构建复杂视图组件的基础。控制器主要用来处理用户与元素、元素与元索之间的交互。这是关于视图组件的第二篇文章,也是关于为MetaTrader 5客户端创建表格系列文章中的第四篇。