Mykola Demko / Profile
- Information
14+ years
experience
|
1
products
|
153
demo versions
|
10
jobs
|
0
signals
|
0
subscribers
|
My articles:
The Use of ORDER_MAGIC for Trading with Different Expert Advisors on a Single Instrument
Evaluation of Trade Systems - the Effectiveness of Entering, Exiting and Trades in General
How to Copy Trading from MetaTrader 5 to MetaTrader 4
Using Pseudo-Templates as Alternative to C++ Templates
Electronic Tables in MQL5
This article describes techniques of operating with Kohonen maps. The subject will be of interest to both market researchers with basic level of programing in MQL4 and MQL5 and experienced programmers that face difficulties with connecting Kohonen maps to their projects.
https://xakep.ru/2015/06/01/bitgold/
This article is intended primarily for the programmers who have already learned the language but have not fully mastered the program development yet. It reveals some debugging techniques and presents a combined experience of the author and many other programmers.
The Period separators indicator separates time periods, specified by user. It supports all timeframes, greater or aliquot to current timeframe. In case of the incorect timeframe, the indicator modifies it to closest correct value. Additional bonus - the separation of non-standard time periods - MOON, MOON/2, MOON/4 (moon phases). The separators are plotted using the indicator's buffers. The indicator uses one graphic object for information about the progress and current bar properties. The
The player of trading. Only four words, no explanation is needed. Thoughts about a small box with buttons come to your mind. Press one button - it plays, move the lever - the playback speed changes. In reality, it is pretty similar. In this article, I want to show my development that plays trade history almost like it is in real time. The article covers some nuances of OOP, working with indicators and managing charts.
The article describes a class of dynamic two-dimensional array that contains data of different types in its first dimension. Storing data in the form of a table is convenient for solving a wide range of problems of arrangement, storing and operation with bound information of different types. The source code of the class that implements the functionality of working with tables is attached to the article.
The article describes a way of programming without using templates but keeping the style of programming iherenet to them. It tells about implementation of templates using custom methods and has a ready-made script attached for creating a code on the basis of specified templates.
Is it possible to trade on a real MetaTrader 5 account today? How to organize such trading? The article contains the theory of these questions and the working codes used for copying trades from the MetaTrader 5 terminal to MetaTrader 4. The article will be useful both for the developers of Expert Advisors and for practicing traders.
There are a lot of measures that allow determining the effectiveness and profitability of a trade system. However, traders are always ready to put any system to a new crash test. The article tells how the statistics based on measures of effectiveness can be used for the MetaTrader 5 platform. It includes the class for transformation of the interpretation of statistics by deals to the one that doesn't contradict the description given in the "Statistika dlya traderov" ("Statistics for Traders") book by S.V. Bulashev. It also includes an example of custom function for optimization.