코드

EasyAndFastGUI library for creating graphical interfaces MetaTrader 5용

The EasyAndFastGUI library allows creating graphical interfaces for custom MQL programs

Size Highs And Lows MetaTrader 5용

The indicator shows the size of Highs and Lows and their values over the specified period

MultiSignals_PCH MetaTrader 5용

This is the improved version of Price Channel indicator. Two additional price levels, trade signals and Stop Loss/Take Profit levels were added

Break_Lag_ATR MetaTrader 5용

The indicator showing volatility breakout as a histogram and serving as a signal for market entry/exit/position reversal or position volume increasing

기고글

Magic of time trading intervals with Frames Analyzer tool MetaTrader 5를 위하여

What is Frames Analyzer? This is a plug-in module for any Expert Advisor for analyzing optimization frames during parameter optimization in the strategy tester, as well as outside the tester, by reading an MQD file or a database that is created immediately after parameter optimization. You will be

Веб-проекты (Часть III): Система авторизации Laravel/MetaTrader 5 MetaTrader 5를 위하여

В этот раз создадим систему авторизации в торговом терминале MetaTrader 5 на чистом MQL5. Пользователи приложения смогут зарегистрироваться в системе, предоставив свои учётные данные, чтобы впоследствии можно было авторизоваться и получить доступ, к каким-нибудь данным, которые хранятся в серверной

Веб-проекты (Часть II): Система авторизации Laravel/Nuxt MetaTrader 5를 위하여

В этой статье создадим систему авторизации через браузерное приложение и через торговый терминал MetaTrader 5. Можно будет зарегистрироваться в системе, указав свои учётные данные

Веб-проекты (Часть I): Создание веб-приложения в схеме Laravel/Nuxt/MetaTrader 5 MetaTrader 5를 위하여

Разработчики MetaTrader 5 предоставили MQL-сообществу множество технологических решений, что даёт возможность реализовывать сложные программные комплексы, схемы которых могут выходить даже за рамки «песочницы» локального компьютера

The power of ZigZag (part II). Examples of receiving, processing and displaying data MetaTrader 5를 위하여

In the first part of the article, I have described a modified ZigZag indicator and a class for receiving data of that type of indicators. Here, I will show how to develop indicators based on these tools and write an EA for tests that features making deals according to signals formed by ZigZag

The power of ZigZag (part I). Developing the base class of the indicator MetaTrader 5를 위하여

Many researchers do not pay enough attention to determining the price behavior. At the same time, complex methods are used, which very often are simply “black boxes”, such as machine learning or neural networks. The most important question arising in that case is what data to submit for training a

Universal RSI indicator for working in two directions simultaneously MetaTrader 5를 위하여

When developing trading algorithms, we often encounter a problem: how to determine where a trend/flat begins and ends? In this article, we try to create a universal indicator, in which we try to combine signals for different types of strategies. We will try to simplify the process of obtaining trade

Expert Advisor featuring GUI: Adding functionality (part II) MetaTrader 5를 위하여

This is the second part of the article showing the development of a multi-symbol signal Expert Advisor for manual trading. We have already created the graphical interface. It is now time to connect it with the program's functionality

Expert Advisor featuring GUI: Creating the panel (part I) MetaTrader 5를 위하여

Despite the fact that many traders still prefer manual trading, it is hardly possible to completely avoid the automation of routine operations. The article shows an example of developing a multi-symbol signal Expert Advisor for manual trading

Visualizing optimization results using a selected criterion MetaTrader 5를 위하여

In the article, we continue to develop the MQL application for working with optimization results. This time, we will show how to form the table of the best results after optimizing the parameters by specifying another criterion via the graphical interface

포럼

MetaTrader 5 전략 테스터의 테스트 결과 분석 및 최적화

하나 및 여러 문자에 대한 테스트 결과를 고려하십시오. 모든 틱 모드에서 테스트를 수행합니다. 다중 기호 Expert Advisor 구성표를 사용하여 문제를 재현하고 결과를 공유할 수 있습니다. 문제를 정의합시다. 예를 들어, 하나의 문자를 테스트할 때 테스트 시간은 1분입니다. 다른 캐릭터를 추가할 때 테스트 시간은 예상대로 이미 2분이 아닌 4분입니다. 하나의 기호(총 3개)를 더 추가하면 하나의 기호에 대한 테스트 시간이 이미 8배 증가하는 식입니다. 테스트에 소요된 시간이 예상 시간과 일치하지 않는 이유를 알아보겠습니다

다중통화 Expert Advisors 테스트 결과

다중 통화 Expert Advisors의 구성에 대한 기사를 읽고 커뮤니티의 "거물"로부터 질문을 받고 답변을 얻은 후에도 여전히 질문이 남아 있습니다. "테스트 결과가 정확하도록 Expert Advisor를 코딩하는 방법은 무엇입니까? ". 이 주제의 목적은 이 문제를 명확히 하는 것입니다. 커뮤니티 구성원이 제안한 세 가지 다른 방법에 대한 테스트를 수행했습니다. · OnTick() . · OnChartEvent() . 이 방법은 Konstantin Gruzdev가 그의 기사 " MetaTrader