MetaTrader MT5 Library Source Code Downloads - Page 2

Showing 391 results
Trade Signal Module Based on T3 Indicator library MT5
MetaTrader 5 library

Trade Signal Module Based on T3 Indicator

Trade signals are generated upon completion of bars. This module utilizes the T3 indicator as a custom indicator for generating trade signals. A downward crossover of the moving av...
Matrix Operations Library for MetaTrader 5 library MT5
MetaTrader 5 library

Matrix Operations Library for MetaTrader 5

This library provides essential matrix operations for use within MetaTrader 5. Installation Place the matrix.mqh file into the terminal_data_folder/mql5/include/ directory.Simple U...
XML Parser for MetaTrader 5 library MT5
MetaTrader 5 library

XML Parser for MetaTrader 5

A library for parsing XML documents, written entirely in MQL5 without external dependencies.To use the library, simply include it.Notes:The library was written when MQL5 constructo...
MLP Neural Network Class for MetaTrader library MT5
MetaTrader 5 library

MLP Neural Network Class for MetaTrader

The cnetmlp class provides a Multilayer Perceptron (MLP) implementation.Key Feature:The input vector and network structure are decoupled, allowing for flexible input sizes and netw...
Moving Average Calculation on Array Data library MT5
MetaTrader 5 library

Moving Average Calculation on Array Data

The CMAOnArray class is designed for calculating Moving Averages on indicator buffer data. Usage: OnInit() method is called in the indicator's OnInit() function with the followin...
ATR Calculation Array Class for MetaTrader 5 library MT5
MetaTrader 5 library

ATR Calculation Array Class for MetaTrader 5

The CatrOnArray class is designed for calculating Average True Range (ATR) values on indicator buffers.Usage:Init() Method:This method is called in the indicator's init function wi...
Average Directional Movement Index Wilder Class library MT5
MetaTrader 5 library

Average Directional Movement Index Wilder Class

The cadxwonarray class is designed for calculation of Average Directional Movement Index Wilder values on indicator buffers.The class has the following methods: init and solve. The...
MACD on Array library MT5
MetaTrader 5 library

MACD on Array

The CmacDonArray class is designed for calculation of Moving Average Convergence/Divergence (MACD) values on indicator buffers.Usage:The init() method with the following parameters...
Stochastic Oscillator Calculation on Arrays library MT5
MetaTrader 5 library

Stochastic Oscillator Calculation on Arrays

The CStochasticOnArray class is designed for calculating indicator buffers directly on provided arrays.Initialization:The init() method is called during initialization with the fol...
Money Flow Index Calculation on Array library MT5
MetaTrader 5 library

Money Flow Index Calculation on Array

The CMFIONArray class is designed for calculating Money Flow Index (MFI) values on indicator buffers.Usage:Init() method with the following parameters is called in the function:- i...
Easily Select Fonts for MT5 Indicators library MT5
MetaTrader 5 library

Easily Select Fonts for MT5 Indicators

When displaying text in MetaTrader 5 indicators, it's often necessary to allow users to change the font type through the indicator's input parameters. A common approach is to have ...
CMO Indicator Buffer Calculation Class library MT5
MetaTrader 5 library

CMO Indicator Buffer Calculation Class

The CmoOnArray class is designed for the calculation of Chande Momentum Oscillator (CMO) values on indicator buffers.Usage:init()The init() method is called with the following para...
Parabolic SAR Calculation Class for MT5 library MT5
MetaTrader 5 library

Parabolic SAR Calculation Class for MT5

The CSarOnArray class is designed for calculating Parabolic SAR values on indicator buffers.Usage:init() method:This method is called in the init() function with the following para...
Momentum Calculation on Data Arrays library MT5
MetaTrader 5 library

Momentum Calculation on Data Arrays

The CMomentumOnArray class is designed for calculating momentum values on indicator buffers.Usage:The Init() method is called within the OnInit() function with the following parame...
Memory Mapped Files in MQL5 library MT5
MetaTrader 5 library

Memory Mapped Files in MQL5

Classes for working with memory mapped files (converted from C++ to MQL5).The original C++ project was published in Codebase.An example script is included.This example can be used ...
Ichimoku Indicator Calculations on Data Arrays library MT5
MetaTrader 5 library

Ichimoku Indicator Calculations on Data Arrays

This class facilitates the calculation of Ichimoku Kinko Hyo indicator values directly on indicator data buffers.Class Initialization:The init() method is called within the indicat...
Inc Bands on Array library MT5
MetaTrader 5 library

Inc Bands on Array

The CBandsOnArray is intended for calculation of Bollinger Bands on an indicator buffer.Usage:The Init() method with the following parameters is called in the function of the indic...
CCI Calculation Class for Indicator Buffers library MT5
MetaTrader 5 library

CCI Calculation Class for Indicator Buffers

The CCICalculationArray class is designed for calculating Commodity Channel Index (CCI) values on indicator buffers.Usage:init()The init() method is called in the OnInit() function...
Williams %R Calculation Class for MetaTrader 5 library MT5
MetaTrader 5 library

Williams %R Calculation Class for MetaTrader 5

The CwprOnArray class is designed for calculating Williams %R on indicator buffers.Usage:The init() method is called within the indicator function with the following parameters:int...
Price Channel Indicator on Array library MT5
MetaTrader 5 library

Price Channel Indicator on Array

The CPriceChannelOnArray class is designed for calculating indicator buffers.Usage:The init() method is called within the indicator's function with the following parameters:int ape...
TRIX Indicator Calculation Class for Arrays library MT5
MetaTrader 5 library

TRIX Indicator Calculation Class for Arrays

The CTRIXonArray class is designed for calculating the TRIX indicator on an indicator buffer.Usage:The init() method is called within the indicator's function with the following pa...
Fractals Calculation on Array library MT5
MetaTrader 5 library

Fractals Calculation on Array

The CFractalsOnArray class is designed for calculating indicator buffers.Usage:Initialization is not required.Call the solve() method with the following parameters:const int ratesT...
On Balance Volume (OBV) Indicator Class library MT5
MetaTrader 5 library

On Balance Volume (OBV) Indicator Class

The On Balance Volume (OBV) class is designed to calculate the On Balance Volume indicator on indicator buffers.Usage:The init() method with an optional parameter is called in the ...
CFramaOnArray Class for Indicator Calculation library MT5
MetaTrader 5 library

CFramaOnArray Class for Indicator Calculation

The CFramaOnArray class is intended for calculation of the Frama indicator on indicator buffers.Usage:The init() method with the following parameters is called in the function of t...
Array-Based DeMarker Indicator Calculation Class library MT5
MetaTrader 5 library

Array-Based DeMarker Indicator Calculation Class

The CDeMarkerOnArray class is designed for calculating values on indicator buffers.Usage:The init() method is called within the init() function with the following parameters:int ap...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.