Kun Li
Kun Li
JC
JC
Comment to topic Send orders to MT4 from Java via IP
jjc : ... stating the obvious, if you wanted to do the above in an EA rather than a script [...] Revised version which can be used to create an EA rather than a script simply by un-commenting the
shared author's rob code
 WinSock
A WinSock library and a client/server example
shared author's MetaQuotes article
How to use ONNX models in MQL5
How to use ONNX models in MQL5

ONNX (Open Neural Network Exchange) is an open format built to represent machine learning models. In this article, we will consider how to create a CNN-LSTM model to forecast financial timeseries. We will also show how to use the created ONNX model in an MQL5 Expert Advisor.

shared author's c0d3 code
 HTH Trader
Hedge The Hedge Trader EA
shared author's Atsushi Yamanaka code
 Triangle Hedge
Opens a virtual hedge position in MetaTrader 5.
shared author's Boris Odintsov code
 Matrix operations library
The library provides simple matrix operations: addition, subtraction, multiplication, inversion.
shared author's Dmitry Fedoseev code
 IncMatrix
Class for working with matrices.
shared author's Scriptor code
 Kicking Pattern
The indicator searches for a sequence of candlesticks on a chart and marks bullish and bearish sequences.
shared author's Omega J Msigwa article
Data Science and Machine Learning (Part 02): Logistic Regression
Data Science and Machine Learning (Part 02): Logistic Regression

Data Classification is a crucial thing for an algo trader and a programmer. In this article, we are going to focus on one of classification logistic algorithms that can probability help us identify the Yes's or No's, the Ups and Downs, Buys and Sells.

shared author's Andrey Dik article
Population optimization algorithms: Cuckoo Optimization Algorithm (COA)
Population optimization algorithms: Cuckoo Optimization Algorithm (COA)

The next algorithm I will consider is cuckoo search optimization using Levy flights. This is one of the latest optimization algorithms and a new leader in the leaderboard.

shared author's Andrey Dik article
Population optimization algorithms: Grey Wolf Optimizer (GWO)
Population optimization algorithms: Grey Wolf Optimizer (GWO)

Let's consider one of the newest modern optimization algorithms - Grey Wolf Optimization. The original behavior on test functions makes this algorithm one of the most interesting among the ones considered earlier. This is one of the top algorithms for use in training neural networks, smooth functions with many variables.

MetaQuotes
MetaQuotes
Learning ONNX for trading
We have added support for ONNX models in MQL5 since we believe this is the future. We have created this topic to discuss and study this promising field which can assist in raising the use of machine learning to a new level. By using the new
Boris
Boris
Comment to topic Advanced Cycle Analysis
EMD Huang indicator Hi all, I made a break in further optimizing the Goertzel Browser. I focussed more on Empirical Mode Decomposition which I consider as very important for preprocessing data for
shared author's Andrey Dik article
Population optimization algorithms: Artificial Bee Colony (ABC)
Population optimization algorithms: Artificial Bee Colony (ABC)

In this article, we will study the algorithm of an artificial bee colony and supplement our knowledge with new principles of studying functional spaces. In this article, I will showcase my interpretation of the classic version of the algorithm.

shared author's Victor article
Analysis of the Main Characteristics of Time Series
Analysis of the Main Characteristics of Time Series

This article introduces a class designed to give a quick preliminary estimate of characteristics of various time series. As this takes place, statistical parameters and autocorrelation function are estimated, a spectral estimation of time series is carried out and a histogram is built.

shared author's Stanislav Korotky code
 BPNN MQL Predictor Demo with library
This is a demo indicator with BPNN neural network library ported from C++ to MQL.
shared author's Murad Ismayilov code
 WmiFor 3.5 for MT5 (with DTW engine)
This indicator predicts future price movements by searching for similar candle patterns in the rate history.
shared author's MRoVas article
The Implementation of Automatic Analysis of the Elliott Waves in MQL5
The Implementation of Automatic Analysis of the Elliott Waves in MQL5

One of the most popular methods of market analysis is the Elliott Wave Principle. However, this process is quite complicated, which leads us to the use of additional tools. One of such instruments is the automatic marker. This article describes the creation of an automatic analyzer of Elliott Waves in MQL5 language.

shared author's Sergey Pavlov article
The ZigZag Indicator: Fresh Approach and New Solutions
The ZigZag Indicator: Fresh Approach and New Solutions

The article examines the possibility of creating an advanced ZigZag indicator. The idea of identifying nodes is based on the use of the Envelopes indicator. We assume that we can find a certain combination of input parameters for a series of Envelopes, whereby all ZigZag nodes lie within the confines of the Envelopes bands. Consequently, we can try to predict the coordinates of the new node.

shared author's Dmitriy Zabudskiy article
Indicator for Renko charting
Indicator for Renko charting

The article describes an example of Renko charting and its implementation in MQL5 as an indicator. Modifications of this indicator distinguish it from a classic chart. It can be constructed both in the indicator window and on the main chart. Moreover, there is the ZigZag indicator. You can find a few examples of the chart implementation.