MetaTrader MT5 Library Source Code Downloads - Page 3

Showing 391 results
Trading Signals Module Based on Stalin Indicator library MT5
MetaTrader 5 library

Trading Signals Module Based on Stalin Indicator

The trading signal is generated when a bar is closing, and the indicator's color arrow indicates the market entry signal.To use the indicator, place the stalin.ex5 compiled file in...
Trading Signals Module Based on Sidus Indicator library MT5
MetaTrader 5 library

Trading Signals Module Based on Sidus Indicator

The trading signal is generated when a bar is closing, with the indicator's colour arrow indicating the market entry signal.To use the indicator, place the sidus.ex5 compiled file ...
Trading Signals Module Based on GO Indicator library MT5
MetaTrader 5 library

Trading Signals Module Based on GO Indicator

The trading signal is generated when a bar is closing, with the indicator's color arrow indicating the market entry signal.To use this indicator, place the go.ex5 compiled file in ...
Bykov Trend Indicator Trading Signals Module library MT5
MetaTrader 5 library

Bykov Trend Indicator Trading Signals Module

The trading signal is generated when a bar is closing, with the indicator's color arrow indicating the market entry signal.To use the indicator, place the 'bykovtrend.ex5' compiled...
Color Laguerre Indicator Trading Signals Module library MT5
MetaTrader 5 library

Color Laguerre Indicator Trading Signals Module

The trading signal is generated when a bar closes, and the oscillator line changes color, indicating the optimal entry point.Ensure the ColorLaguerre.ex5 compiled file is placed in...
cfastfile: A Class for Efficient Data Handling library MT5
MetaTrader 5 library

cfastfile: A Class for Efficient Data Handling

The cfastfile class offers a powerful approach to data management, eliminating the need for intermediate disk writes and significantly enhancing performance.This class introduces f...
ColorJFatl Indicator Trading Signals Module library MT5
MetaTrader 5 library

ColorJFatl Indicator Trading Signals Module

The trading signal is generated when a bar closes, and the indicator changes color, indicating the optimal entry point.To use this module, place the colorjfatl.ex5 compiled file in...
Statistics Library for MetaTrader 4 and 5 library MT5
MetaTrader 5 library

Statistics Library for MetaTrader 4 and 5

This library provides essential statistical functions for user data processing in MetaTrader 4 and 5 (MT4/MT5).Originally published in 2026, the library has been enhanced and optim...
Color Conversions and Functions library MT5
MetaTrader 5 library

Color Conversions and Functions

This script provides a comprehensive set of color conversion and manipulation functions for various color spaces.Conversion Functions:- XYZ to RGB- XYZ to YXY- XYZ to HunterLab- Hu...
Color Input library MT5
MetaTrader 5 library

Color Input

A graphic control for color selection.This class utilizes the and libraries. To use it, ensure that incgui_v4.mqh, inccolors.mqh, and incgui_colorinput.mqh are placed in terminal_d...
Matrix Class library MT5
MetaTrader 5 library

Matrix Class

A class designed for efficient matrix operations and manipulations.This class provides a structured approach to working with matrices, offering a range of methods for various mathe...
Result Retcode Description library MT5
MetaTrader 5 library

Result Retcode Description

MetaQuotesThis simple function returns a string of decrypted code of the trade operation result from after executing the function:Alternatively, it can return a string from MqlTrad...
Get Lot Size for Opening Position library MT5
MetaTrader 5 library

Get Lot Size for Opening Position

This function calculates the lot size based on the available funds in the deposit currency. The input parameters are:- Currency- Risk percentage- Stop loss in pointsThe function ut...
Extended Objects library MT5
MetaTrader 5 library

Extended Objects

This tool provides dedicated functions to read and write object properties, enhancing the functionality of your trading platform....
EA X MySQL - My SQL Library library MT5
MetaTrader 5 library

EA X MySQL - My SQL Library

While exploring MQL5, I unexpectedly stumbled upon the need to assemble a MySQL library. As with any library, the accompanying examples demonstrate its practical usage. These examp...
Weekends Check Function library MT5
MetaTrader 5 library

Weekends Check Function

This function is designed to identify weekends on a server, aiding in efficient resource management for Expert Advisors (EAs) utilizing the OnTimer() function.The DaysofWeekCheck()...
Time Series Function Library library MT5
MetaTrader 5 library

Time Series Function Library

A comprehensive function library designed for efficient time series analysis and manipulation.This library offers a range of functions equivalent to MQL4's time series handling cap...
ALGLIB - Numerical Analysis Library library MT5
MetaTrader 5 library

ALGLIB - Numerical Analysis Library

ALGLIB is one of the largest and most comprehensive mathematical libraries available. It offers a wide range of features for numerical analysis and data processing.Do you need to p...
Get Extremums library MT5
MetaTrader 5 library

Get Extremums

The getextremums() function is a powerful tool for identifying extremums within a specified historical period. It employs a search algorithm akin to that used in the indicator, rel...
CTrade Statistics library MT5
MetaTrader 5 library

CTrade Statistics

The CTradeStatistics class provides a comprehensive suite of enumeration parameter calculations, offering a flexible approach to statistical analysis in trading strategies.With the...
cselectfile library MT5
MetaTrader 5 library

cselectfile

cselectfile is a graphical interface class for file selection, built upon standard library class methods.Methods:- create: Generates a graphical interface.- chartevent: Handles cha...
Shapiro-Wilk Test for Normality library MT5
MetaTrader 5 library

Shapiro-Wilk Test for Normality

The Shapiro-Wilk test is a powerful statistical method to assess normality in data sets.For large datasets (over 100 data points), the traditional tables of coefficients can be cum...
Check History Function library MT5
MetaTrader 5 library

Check History Function

Function to check and load history:This is a modified version of the MetaQuotes checkloadhistory function.Title:Usage:The history of changes:2026.02.18:- Added a maximum time limit...
rbf Neural Network Class library MT5
MetaTrader 5 library

rbf Neural Network Class

This class implements a neural network of radial basis functions (RBF network).The classic design of an RBF network consists of two layers of neurons: a hidden layer with radially ...
PNN Neural Network Class library MT5
MetaTrader 5 library

PNN Neural Network Class

The cnetpnn class implements a Probabilistic Neural Network (PNN).The network is created using the class parametric constructor.Class numbers (classification targets) start from ze...
GRNN Class library MT5
MetaTrader 5 library

GRNN Class

The cnetgrnn class implements a Generalized Regression Neural Network (GRNN).Network creation is defined in the class parametric constructor.The learn method facilitates network tr...
The Ring Buffer Class library MT5
MetaTrader 5 library

The Ring Buffer Class

The ring buffer is a data structure designed for efficient storage and retrieval of data, particularly in scenarios where asynchronous reading and writing of stream data are involv...
Combinatorics Library for MetaTrader library MT5
MetaTrader 5 library

Combinatorics Library for MetaTrader

An initial library of combinatorics functions for MetaTrader platforms (MT4/MT5).Combinatorics is a branch of mathematics that explores discrete structures, such as sets, sequences...
Simplified Carray Ring256 Ring Buffer Class library MT5
MetaTrader 5 library

Simplified Carray Ring256 Ring Buffer Class

DescriptionThis simplification is based on the property of uchar-variable, which serves as the array index. For instance, in the code, the array index consistently assumes values b...
Day of Week Function library MT5
MetaTrader 5 library

Day of Week Function

The 'day of week' function is designed to determine the required month based on the day of the week and its occurrence within that month. For instance, it can identify the third Fr...
Translator library MT5
MetaTrader 5 library

Translator

The class is designed for localization of messages in MQL5 programs. In brief, all that outputs in the log with the help of the print() function and text messages displayed in aler...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.