Oleh Fedorov
Oleh Fedorov
  • 정보
7+ 년도
경험
2
제품
100
데몬 버전
7
작업
0
거래 신호
0
구독자
Oleh Fedorov
게재된 기고글 Изучение MQL5 — от новичка до профи (Часть VI): Основы написания советников
Изучение MQL5 — от новичка до профи (Часть VI):  Основы написания советников

Статья продолжает цикл для начинающих. Здесь будут рассмотрены основные принципы построения советников. Мы создадим два советника: первый будет торговать без индикаторов, отложенными ордерами, второй — на основе стандартного индикатора MA, торгующий с помощью сделок по текущей цене. Здесь я предполагаю, что вы уже не совсем новичок и владеете материалом предыдущих статей относительно свободно.

1
Oleh Fedorov
게재된 기고글 Master MQL5 from beginner to pro (Part V): Fundamental control flow operators
Master MQL5 from beginner to pro (Part V): Fundamental control flow operators

This article explores the key operators used to modify the program's execution flow: conditional statements, loops, and switch statements. Utilizing these operators will allow the functions we create to behave more "intelligently".

Oleh Fedorov
게재된 기고글 Master MQL5 from beginner to pro (Part IV): About Arrays, Functions and Global Terminal Variables
Master MQL5 from beginner to pro (Part IV): About Arrays, Functions and Global Terminal Variables

The article is a continuation of the series for beginners. It covers in detail data arrays, the interaction of data and functions, as well as global terminal variables that allow data exchange between different MQL5 programs.

Oleh Fedorov
게재된 기고글 Master MQL5 from Beginner to Pro (Part III): Complex Data Types and Include Files
Master MQL5 from Beginner to Pro (Part III): Complex Data Types and Include Files

This is the third article in a series describing the main aspects of MQL5 programming. This article covers complex data types that were not discussed in the previous article. These include structures, unions, classes, and the 'function' data type. It also explains how to add modularity to your program using the #include preprocessor directive.

Oleh Fedorov
게재된 기고글 Master MQL5 from beginner to pro (Part II): Basic data types and use of variable
Master MQL5 from beginner to pro (Part II): Basic data types and use of variable

This is a continuation of the series for beginners. In this article, we'll look at how to create constants and variables, write dates, colors, and other useful data. We will learn how to create enumerations like days of the week or line styles (solid, dotted, etc.). Variables and expressions are the basis of programming. They are definitely present in 99% of programs, so understanding them is critical. Therefore, if you are new to programming, this article can be very useful for you. Required programming knowledge level: very basic, within the limits of my previous article (see the link at the beginning).

Oleh Fedorov
게재된 기고글 Master MQL5 from beginner to pro (Part I): Getting started with programming
Master MQL5 from beginner to pro (Part I): Getting started with programming

This article is an introduction to a series of articles about programming. It is assumed here that the reader has never dealt with programming before. So, this series starts from the very basics. Programming knowledge level: Absolute Beginner.

2
Oleh Fedorov
게재된 기고글 DRAKON visual programming language — communication tool for MQL developers and customers
DRAKON visual programming language — communication tool for MQL developers and customers

DRAKON is a visual programming language designed to simplify interaction between specialists from different fields (biologists, physicists, engineers...) with programmers in Russian space projects (for example, in the Buran reusable spacecraft project). In this article, I will talk about how DRAKON makes the creation of algorithms accessible and intuitive, even if you have never encountered code, and also how it is easier for customers to explain their thoughts when ordering trading robots, and for programmers to make fewer mistakes in complex functions.

Oleh Fedorov
게재된 기고글 앨런 앤드류스의 시계열 분석 방법
앨런 앤드류스의 시계열 분석 방법

앨런 앤드류스는 현대의 트레이딩 세계에서 가장 유명한 '교육자' 중 한 명입니다. 그의 '피치포크'는 거의 모든 최신 분석 프로그램에 포함되어 있습니다. 그러나 대부분의 트레이더는 이 도구가 제공하는 기회 중 일부도 사용하지 않고 있습니다. 게다가 앤드류스의 오리지널 교육 과정에는 피치포크(여전히 주요 도구이지만)뿐만 아니라 이외의 다른 유용한 구조에 대한 설명도 포함되어 있습니다. 이 글은 Andrews가 원래 강의에서 가르쳤던 놀라운 차트 분석 방법에 대한 인사이트를 제공합니다. 이미지가 많으니 주의하세요.

Oleh Fedorov
게재된 기고글 Revisiting Murray system
Revisiting Murray system

Graphical price analysis systems are deservedly popular among traders. In this article, I am going to describe the complete Murray system, including its famous levels, as well as some other useful techniques for assessing the current price position and making a trading decision.

Andrea maiani ciccarelli
Andrea maiani ciccarelli 2023.03.10
salve Oleh,ma e' per mt4 o mt5...
Oleh Fedorov
게재된 기고글 이동 평균으로 할 수 있는 것
이동 평균으로 할 수 있는 것

이 기사에서는 이동 평균 지표를 적용하는 몇 가지 방법에 대해 살펴봅니다. 곡선 분석과 관련된 각각의 방법에는 아이디어를 시각화 하는 지표가 수반됩니다. 대부분의 경우 여기에서 다루는 아이디어는 존경받는 저자들의 것입니다. 저의 유일한 임무는 그것들을 모아 여러분이 주요한 접근 방식에 대해 알아보고 더 합리적인 거래 결정을 내릴 수 있도록 하는 것이었습니다. MQL5 숙련도 수준 - 기본.

Oleh Fedorov
게재된 기고글 Manual charting and trading toolkit (Part III). Optimization and new tools
Manual charting and trading toolkit (Part III). Optimization and new tools

In this article, we will further develop the idea of drawing graphical objects on charts using keyboard shortcuts. New tools have been added to the library, including a straight line plotted through arbitrary vertices, and a set of rectangles that enable the evaluation of the reversal time and level. Also, the article shows the possibility to optimize code for improved performance. The implementation example has been rewritten, allowing the use of Shortcuts alongside other trading programs. Required code knowledge level: slightly higher than a beginner.

Zqh Zhang
Zqh Zhang 2022.02.05
Отладка была ошибкой. надежда вновь обновится. Спасибо
Oleh Fedorov
게재된 기고글 Using spreadsheets to build trading strategies
Using spreadsheets to build trading strategies

The article describes the basic principles and methods that allow you to analyze any strategy using spreadsheets (Excel, Calc, Google). The obtained results are compared with MetaTrader 5 tester.

2
optionshk
optionshk 2021.01.30
Would you please take up this freelance job that involves making csv spreadsheet for backtesting use
Oleh Fedorov
게재된 기고글 Analyzing charts using DeMark Sequential and Murray-Gann levels
Analyzing charts using DeMark Sequential and Murray-Gann levels

Thomas DeMark Sequential is good at showing balance changes in the price movement. This is especially evident if we combine its signals with a level indicator, for example, Murray levels. The article is intended mostly for beginners and those who still cannot find their "Grail". I will also display some features of building levels that I have not seen on other forums. So, the article will probably be useful for advanced traders as well... Suggestions and reasonable criticism are welcome...

Oleh Fedorov
게재된 기고글 Manual charting and trading toolkit (Part II). Chart graphics drawing tools
Manual charting and trading toolkit (Part II). Chart graphics drawing tools

This is the next article within the series, in which I show how I created a convenient library for manual application of chart graphics by utilizing keyboard shortcuts. The tools used include straight lines and their combinations. In this part, we will view how the drawing tools are applied using the functions described in the first part. The library can be connected to any Expert Advisor or indicator which will greatly simplify the charting tasks. This solution DOES NOT use external dlls, while all the commands are implemented using built-in MQL tools.

Oleh Fedorov
게재된 기고글 Manual charting and trading toolkit (Part I). Preparation: structure description and helper class
Manual charting and trading toolkit (Part I). Preparation: structure description and helper class

This is the first article in a series, in which I am going to describe a toolkit which enables manual application of chart graphics by utilizing keyboard shortcuts. It is very convenient: you press one key and a trendline appears, you press another key — this will create a Fibonacci fan with the necessary parameters. It will also be possible to switch timeframes, to rearrange layers or to delete all objects from the chart.

5
Oleh Fedorov
게재된 코드 Индикатор конца тренда
Оригинальная идея: JLY, обсуждение в теме https://www.mql5.com/ru/forum/12503. Для отрисовки целевых точек пока использован код оригинального индикатора версии 3.6, который не проверялся и не оптимизировался.
2 1941
Oleh Fedorov
게재된 코드 Управляемые уровни Мюррея-Ганна
Простой индикатор уровней Мюррея-Ганна, который можно использовать, как стандартный инструмент Fibo, перемещая управляющую линию в нужные вам координаты. Длина, толщина, стиль линий настраиваются. Тепреь совместимо с MQL5.
1 1345
Oleh Fedorov
게재된 코드 Переключение таймфреймов текущего окна с клавиатуры
Переключение таймфреймов окна последовательно с клавиатуры. Управляющие клавиши - "U" и "D" (для меня ассоциируются со словами "up" - вверх - и "down" - вниз.). Клавиши можно настраивать при старте индикатора.
1 464
Oleh Fedorov
MQL5.커뮤니티에 등록됨