MetaTrader MTall Library Source Code Downloads - Page 2

Showing 485 results
mql5 wizard - candlestick patterns class library MT5
MetaTrader 5 library

mql5 wizard - candlestick patterns class

the mql5 wizard allows creating ready-made expert advisors based on the classes delivered together with the client terminal. it allows to check your trade ideas quickly, all you ne...
c int speech engine library MT5
MetaTrader 5 library

c int speech engine

this is an example of using a speech engine in metatrader products.the cintspeech class is used for speech functionality and should be located in the mql5/include directory.the ssp...
expression solver for mt5 library MT5
MetaTrader 5 library

expression solver for mt5

expression solver class for mql5this script provides a class designed to solve mathematical and logical expressions defined as strings. it features two classes: ctokenbase and ctok...
Automated MT4/MT5 Backtester Control library MT4
MetaTrader 4 library

Automated MT4/MT5 Backtester Control

Automated Backtesting Control UtilityThis utility is designed to automate the backtesting process for MetaTrader Expert Advisors (EAs).The goal is to streamline the procedure of ru...
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...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.