Dmitry Fedoseev
Dmitry Fedoseev
4.7 (68)
  • Information
15+ years
experience
60
products
59
demo versions
126
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 code IncERDOnArray
CERDOnArray class is designed to calculate the Efficiency Ratio (ER) used in the Adaptive Moving Average (AMA) considering price movement direction. When the price is moving upwards the indicator has positive values, when it is moving downwards, - negative ones.
· 1 3489 1339
Dmitry Fedoseev
Published code IncEROnArray
CEROnArray class is designed to calculate the Efficiency Ratio (ER) used in the Adaptive Moving Average (AMA). The example of use of the CEROnArray class is presented.
· 1 3405 1288
Dmitry Fedoseev
Published code IncMFIOnArray
CMFIOnArray class is designed for calculation of MFI (Money Flow Index) values on indicator buffer. The example of use of the class is presented.
· 1 4023 1298
Dmitry Fedoseev
Published code IncRSIOnArray
CRSIOnArray class is designed for calculation of RSI (Relative Strength Index, RSI) values on indicator buffers. The example of use of the class is presented.
· 1 4820 1299
Dmitry Fedoseev
Published code IncAMAOnArray
CAMAOnArray class is designed for calculation of AMA (Adaptive Moving Average) values on indicator buffers. The example of use of the class is provided.
· 1 4275 1454
Dmitry Fedoseev
Published code IncStochasticOnArray
CStochasticOnArray class is designed for calculation of Stochastic indicator values on indicator buffers. The example of use of the class is provided.
· 1 4068 1371
Dmitry Fedoseev
Published code IncOsMAOnArray
COsMAOnArray class is designed for calculation of OsMA (Moving Average of Oscillator) values on indicator buffers. The example of use of the class is provided.
· 1 3854 1297
Dmitry Fedoseev
Published code IncMACDOnArray
CMACDOnArray class is designed for calculation of MACD (Moving Average Convergence/Divergence) values on indicator buffers. The example of use of the class is provided.
· 1 4807 1414
Dmitry Fedoseev
Published code IncADXWOnArray
CADXWOnArray class is designed for calculation of ADXW (Average Directional Movement Index Wilder, ADX Wilder) values on indicator buffers. The example of use of the class is provided.
· 1 4991 1437
Dmitry Fedoseev
Published code IncADXOnArray
CADXOnArray class is designed for calculation of ADX (Average Directional Movement Index) values on indicator buffers. The example of use of the class is provided.
· 1 4227 1352
Dmitry Fedoseev
Published code IncATROnArray
CATROnArray is designed for calculation of ATR (Average True Range) values on indicator buffers. The example of use of the class is provided.
· 1 4326 1384
Dmitry Fedoseev
Published code IncMAOnArray
CMAOnArray class is used for Moving Average calculation on indicator buffer's data. The example of use of the class is provided.
· 1 5287 1664
Dmitry Fedoseev
Published code iSimpleClock_v2
Simple clock displayed via the "label" graphical object (OBJ_LABEL).
· 1 11161 3267
Dmitry Fedoseev
Published code iSimpleClock
This indicator shows the simple clock in comment.
· 1 12849 4222
Dmitry Fedoseev
Published code iBeta
The indicator of covariation, correlation and Beta ratio of two symbols.
Dmitry Fedoseev
Published code CCalendarInputBox
New CCalendarInputBox control element of the IncGUI library has been designed for date and/or time input.
Dmitry Fedoseev
Published article Custom Graphical Controls. Part 3. Forms
Custom Graphical Controls. Part 3. Forms

This is the last of the three articles devoted to graphical controls. It covers the creation of the main graphical interface component - the form - and its use in combination with other controls. In addition to the form classes, CFrame, CButton, CLabel classes have been added to the control library.

Dmitry Fedoseev
Published article Custom Graphical Controls. Part 2. Control Library
Custom Graphical Controls. Part 2. Control Library

The second article of the "Custom Graphical Controls" series introduces a control library for handling the main problems arising in interaction between a program (Expert Advisor, script, indicator) and a user. The library contains a great number of classes (CInputBox, CSpinInputBox, CCheckBox, CRadioGroup, CVSсrollBar, CHSсrollBar, CList, CListMS, CComBox, CHMenu, CVMenu, CHProgress, CDialer, CDialerInputBox, CTable) and examples of their use.