Dmitry Fedoseev
Dmitry Fedoseev
4.7 (66)
  • 정보
13+ 년도
경험
60
제품
55
데몬 버전
114
작업
0
거래 신호
0
구독자
Новый вариант эксперта 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
게재된 코드 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.
Dmitry Fedoseev
게재된 코드 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.
Dmitry Fedoseev
게재된 코드 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.
Dmitry Fedoseev
게재된 코드 IncATROnArray
CATROnArray is designed for calculation of ATR (Average True Range) values on indicator buffers. The example of use of the class is provided.
Dmitry Fedoseev
게재된 코드 IncMAOnArray
CMAOnArray class is used for Moving Average calculation on indicator buffer's data. The example of use of the class is provided.
Dmitry Fedoseev
게재된 코드 iSimpleClock_v2
Simple clock displayed via the "label" graphical object (OBJ_LABEL).
Dmitry Fedoseev
게재된 코드 iSimpleClock
This indicator shows the simple clock in comment.
Dmitry Fedoseev
게재된 코드 iBeta
The indicator of covariation, correlation and Beta ratio of two symbols.
Dmitry Fedoseev
게재된 코드 CCalendarInputBox
New CCalendarInputBox control element of the IncGUI library has been designed for date and/or time input.
Dmitry Fedoseev
게재된 기고글 사용자 정의 그래픽 컨트롤. 파트 3. 양식
사용자 정의 그래픽 컨트롤. 파트 3. 양식

이것은 그래픽 컨트롤에 관한 세 가지 글 중 마지막입니다. 주요 그래픽 인터페이스 구성 요소 (양식)의 생성과 다른 컨트롤과 함께 사용하는 방법을 다룹니다. 양식 클래스 외에도 CFrame, CButton, CLabel 클래스가 컨트롤 라이브러리에 추가되었습니다.

Dmitry Fedoseev
게재된 기고글 사용자 정의 그래픽 컨트롤. 파트 2. 컨트롤 라이브러리
사용자 정의 그래픽 컨트롤. 파트 2. 컨트롤 라이브러리

"Custom Graphical Controls"시리즈의 두 번째 글에서는 프로그램 (Expert Advisor, 스크립트, 인디케이터)과 사용자 간의 상호 작용에서 발생하는 주요 문제를 처리하기 위한 컨트롤 라이브러리를 소개합니다. 라이브러리에는 수많은 클래스 (CInputBox, CSpinInputBox, CCheckBox, CRadioGroup, CVSсrollBar, CHSсrollBar, CList, CListMS, CComBox, CHMenu, CVMenu, CHProgress, CDialer, CDialerInputBox, CTable) 및 사용 예제가 포함되어 있습니다.

Dmitry Fedoseev
게재된 기고글 사용자 정의 그래픽 컨트롤. 1 부: 간단한 컨트롤 만들기
사용자 정의 그래픽 컨트롤. 1 부: 간단한 컨트롤 만들기

이 글에서는 그래픽 컨트롤 개발의 일반 원칙을 다룹니다. 그래픽 개체로 빠르고 편리한 작업을 위한 도구를 준비하고 텍스트 또는 숫자 데이터를 입력하기위한 간단한 컨트롤 생성의 예와 사용 방법을 분석 할 것입니다.

Dmitry Fedoseev
게재된 코드 sTimeToVariables
The script converts the time, represented as datetime variable into the year, month, day, hour, minutes and seconds.
Dmitry Fedoseev
게재된 코드 iChartsSwitchSymbol
When the chart symbol is changed, it will change symbols for all other charts.
Dmitry Fedoseev
게재된 코드 sToken
The script contains a class, that can be used to solve mathematical and logical expressions, defined as string.
Dmitry Fedoseev
게재된 코드 cIntSpeech
It speaks the specified text using the speech engine.
Dmitry Fedoseev
게재된 코드 cIntBMP - a library for creation of BMP images
A class for creation and output of BMP images.
Dmitry Fedoseev
게재된 코드 eKeyboardTrader
The Expert Advisor allows to trade using the keyboard.
Dmitry Fedoseev
게재된 코드 sChartsSynchroScroll_v2
New version of the sChartsSynchroScroll script.
Dmitry Fedoseev
게재된 코드 eInTradePanel
The eInTradePanel is a panel for manual trading, it has some useful functions. It needs the minimum space on the chart.