• Information
8+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
About me
shared author's Sergey Pavlov article
Developing multi-module Expert Advisors
Developing multi-module Expert Advisors

MQL programming language allows implementing the concept of modular development of trading strategies. The article shows an example of developing a multi-module Expert Advisor consisting of separately compiled file modules.

shared author's Dmitrii Troshin article
The NRTR indicator and trading modules based on NRTR for the MQL5 Wizard
The NRTR indicator and trading modules based on NRTR for the MQL5 Wizard

In this article we are going to analyze the NRTR indicator and create a trading system based on this indicator. We are going to develop a module of trading signals that can be used in creating strategies based on a combination of NRTR with additional trend confirmation indicators.

shared author's Vladimir Karputov article
LifeHack for traders: Blending ForEach with defines (#define)
LifeHack for traders: Blending ForEach with defines (#define)

The article is an intermediate step for those who still writes in MQL4 and has no desire to switch to MQL5. We continue to search for opportunities to write code in MQL4 style. This time, we will look into the macro substitution of the #define preprocessor.

shared author's Dmitrii Troshin article
Money Management by Vince. Implementation as a module for MQL5 Wizard
Money Management by Vince. Implementation as a module for MQL5 Wizard

The article is based on 'The Mathematics of Money Management' by Ralph Vince. It provides the description of empirical and parametric methods used for finding the optimal size of a trading lot. Also the article features implementation of trading modules for the MQL5 Wizard based on these methods.

shared author's Vasiliy Sokolov article
Custom Strategy Tester based on fast mathematical calculations
Custom Strategy Tester based on fast mathematical calculations

The article describes the way to create a custom strategy tester and a custom analyzer of the optimization passes. After reading it, you will understand how the math calculations mode and the mechanism of so-called frames work, how to prepare and load custom data for calculations and use effective algorithms for their compression. This article will also be interesting to those interested in ways of storing custom information within an expert.

ZhiJun Zhang
ZhiJun Zhang
price breakout pattern scanner
shared author's Vladimir Karputov article
LifeHack for traders: Fast food made of indicators
LifeHack for traders: Fast food made of indicators

If you have newly switched to MQL5, then this article will be useful. First, the access to the indicator data and series is done in the usual MQL4 style. Second, this entire simplicity is implemented in MQL5. All functions are as clear as possible and perfectly suited for step-by-step debugging.

shared author's Dmitriy Gizlyk article
The Channel Breakout pattern
The Channel Breakout pattern

Price trends form price channels that can be observed on financial symbol charts. The breakout of the current channel is one of the strong trend reversal signals. In this article, I suggest a way to automate the process of finding such signals and see if the channel breakout pattern can be used for creating a trading strategy.

shared author's Vladimir Mametov article
Automatic construction of support and resistance lines
Automatic construction of support and resistance lines

The article deals with automatic construction of support/resistance lines using local tops and bottoms of price charts. The well-known ZigZag indicator is applied to define these extreme values.

ZhiJun Zhang
ZhiJun Zhang
封五必转………………
ZhiJun Zhang
ZhiJun Zhang
一图胜千言…………
ZhiJun Zhang
ZhiJun Zhang
出现5的形态转势的机会很高……
shared author's Antoniuk Oleg article
MQL4 Language for Newbies. Introduction
MQL4 Language for Newbies. Introduction

This sequence of articles is intended for traders, who know nothing about programming, but have a desire to learn MQL4 language as quick as possible with minimal time and effort inputs. If you are afraid of such phrases as "object orientation" or "three dimensional arrays", this article is what you need. The lessons are designed for the maximally quick result. Moreover, the information is delivered in a comprehensible manner. We shall not go too deep into the theory, but you will gain the practical benefit already from the first lesson.

ZhiJun Zhang
ZhiJun Zhang
Patience is the key
ZhiJun Zhang
ZhiJun Zhang
EURUSD会改变趋势嘛?
shared author's Collector article
Ten Basic Errors of a Newcomer in Trading
Ten Basic Errors of a Newcomer in Trading

There are ten basic errors of a newcomer intrading: trading at market opening, undue hurry in taking profit, adding of lots in a losing position, closing positions starting with the best one, revenge, the most preferable positions, trading by the principle of 'bought for ever', closing of a profitable strategic position on the first day, closing of a position when alerted to open an opposite position, doubts.

ZhiJun Zhang
ZhiJun Zhang
在上升趋势里,但现在是下降,必须等待极点和改变小趋势……
ZhiJun Zhang
ZhiJun Zhang
EURUSD下降趋势,短期拐点在红点位置
ZhiJun Zhang
ZhiJun Zhang
Happy New Year
shared author's Дмитрий article
EA Status SMS Notifications
EA Status SMS Notifications

Developing a system of SMS notifications that informs you of the status of your EA so that you are always aware of any critical situation, wherever you may be.