Dmitry Fedoseev
Dmitry Fedoseev
4.7 (68)
  • Information
15+ years
experience
60
products
59
demo versions
125
jobs
0
signals
0
subscribers
Новый вариант эксперта exp_iCustom - exp_iCustomNew в маркете: https://www.mql5.com/ru/market/product/5660

Учебник MQL5 (электронная версия): https://play.google.com/store/books/details?id=M0oREAAAQBAJ

Учебник MQL5 (электронная и бумажная версии): https://ridero.ru/books/programmirovanie_na_yazyke_mql5_ot_osnov_do_indikatorov_i_ekspertov
Dmitry Fedoseev
Published article Custom Graphical Controls. Part 1: Creating a Simple Control
Custom Graphical Controls. Part 1: Creating a Simple Control

This article covers general principles of development of graphical controls. We are going to prepare tools for a quick and convenient work with graphical objects, analyze an example of creation of a simple control for entering text or numeric data as well as the ways of using it.

Dmitry Fedoseev
Published code sTimeToVariables
The script converts the time, represented as datetime variable into the year, month, day, hour, minutes and seconds.
Dmitry Fedoseev
Published code iChartsSwitchSymbol
When the chart symbol is changed, it will change symbols for all other charts.
· 1 9345 2676
Dmitry Fedoseev
Published code sToken
The script contains a class, that can be used to solve mathematical and logical expressions, defined as string.
· 1 5845 1912
Dmitry Fedoseev
Published code cIntSpeech
It speaks the specified text using the speech engine.
· 1 4638 1856
Dmitry Fedoseev
Published code cIntBMP - a library for creation of BMP images
A class for creation and output of BMP images.
· 1 7550 2105
Dmitry Fedoseev
Published code eKeyboardTrader
The Expert Advisor allows to trade using the keyboard.
· 1 7254 3244
Dmitry Fedoseev
Published code sChartsSynchroScroll_v2
New version of the sChartsSynchroScroll script.
· 1 6227 2818
Dmitry Fedoseev
Published code eInTradePanel
The eInTradePanel is a panel for manual trading, it has some useful functions. It needs the minimum space on the chart.
· 1 21588 7125
Dmitry Fedoseev
Published code iCrossClose
The indicator allows to perform any arithmetic action with prices of two symbols and plot result on any other chart. It allows to calculate crosses (using multiplication and division), spread (subtract) or just to plot the other symbol's data on the chart.
· 1 9797 2548
Dmitry Fedoseev
Published article How to Create Your Own Trailing Stop
How to Create Your Own Trailing Stop

The basic rule of trader - let profit to grow, cut off losses! This article considers one of the basic techniques, allowing to follow this rule - moving the protective stop level (Stop loss level) after increasing position profit, i.e. - Trailing Stop level. You'll find the step by step procedure to create a class for trailing stop on SAR and NRTR indicators. Everyone will be able to insert this trailing stop into their experts or use it independently to control positions in their accounts.

Dmitry Fedoseev
Published code NRTR
The NRTR (Nick Rypock Trailing Reverse) indicator draws the base line (support and resistance) and a target line.
· 1 22107 8805
Dmitry Fedoseev
Published article The Optimal Method for Calculation of Total Position Volume by Specified Magic Number
The Optimal Method for Calculation of Total Position Volume by Specified Magic Number

The problem of calculation of the total position volume of the specified symbol and magic number is considered in this article. The proposed method requests only the minimum necessary part of the history of deals, finds the closest time when the total position was equal to zero, and performs the calculations with the recent deals. Working with global variables of the client terminal is also considered.