Join our fan page
A new interface library has been developed to simplify the process of converting MT4 indicators and Expert Advisors (EAs) to MT5. This library supports most of the MetaTrader 4 functions, offering developers a unified solution for cross-platform compatibility.
A simple replacement for a comment. Works in the tester 50 times faster than the standard function.
This code provides a simple function for sending push notifications to your mobile device whenever trades are opened or closed in MetaTrader 5. It's designed for netting accounts (where only one position per symbol is allowed).
The simplest class for logging in MetaTrader 5 with support for levels, message format, include and exclude filters on substrings.
The CDebugLogger class is a flexible and comprehensive logging utility designed for use in MQL4/5 environments. It allows developers to log messages at various levels of importance (INFO, WARNING, ERROR, DEBUG) with options to include timestamps, function signatures, file names, and line numbers in the log entries. The class supports logging to both the console and files, with the ability to save logs in a common folder and in CSV format. Additionally, it offers functionality to silence logs based on specific keywords, ensuring that sensitive information is not logged. This class is ideal for developers looking to implement robust logging mechanisms in their MQL4/5 applications, with customizable features that cater to a wide range of debugging and monitoring needs.
This library simulates prop trading firm scenarios by resetting the account balance based on configurable profit and loss thresholds during backtesting, and logs reset results for analysis.
The CDebugLogger class is a flexible and comprehensive logging utility designed for use in MQL4/5 environments. It allows developers to log messages at various levels of importance (INFO, WARNING, ERROR, DEBUG) with options to include timestamps, function signatures, file names, and line numbers in the log entries. The class supports logging to both the console and files, with the ability to save logs in a common folder and in CSV format. Additionally, it offers functionality to silence logs based on specific keywords, ensuring that sensitive information is not logged. This class is ideal for developers looking to implement robust logging mechanisms in their MQL4/5 applications, with customizable features that cater to a wide range of debugging and monitoring needs.
This EA is a demonstration of how you can implement your own Hedging strategy with the help of the include file.
Class to access to the local time for the specified location, as well as time zone information and the local trading session hours.
The source codes written during the development of the library for creating multi-currency Expert Advisors that combine many instances of various trading strategies.
Static class to fix the TimeGMT() function during testing in the strategy tester.
Calculate the cosine distance and similarity between 2 vectors . The cosine distance is 1-cosine_similarity and the cosine similarity is the dot product of two vectors by their magnitudes multiplied.
Smooth Algorithms fixed version plus Trade Algorithms plus full operational EA, plus two indicators . So you will get complete project where you be able to see example how to use and implement this libraries
This Include File checks for Market Open Hours. An EA to test it is also included.
Enables Programmers to create Martin Gale and Grid Trading strategies with ease.
Forget about BMP files like a bad dream. Thanks to this library, you can now use the PNG format, which has a number of advantages, such as being more compact without losing image quality and maintaining transparency.
Calculate DST for USA, EUR, AUD and RUB and the offset time of the broker automatically from the 70's until 2030 - even in the Strategy Tester of MQ.
The purpose is to check whether new bar are generated This is a class file that can be used as a class or copied to EA or scripts for use
This library shows useful informations and do a lot of functions to a symbol.
Allows you to determine the occurrence of a new bar event in a multicurrency Expert Advisor
The ZigZagExtremaOnArray is an mqh include file which contains the calculation function of MetaQuotes' Examples ZigZag, BUT you can use it on any buffer that contains curves or histograms, similarly to the MovingAverages.mqh from include. The idea was to get highs and lows of an indicator curve quickly with the help of an "onBuffer" function.
Utility for copying transactions from one MT5 account or MT4 account to another MT5 account.
Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.
from the logistic regression Article, I welcome all the thoughts on how we can build multiple dynamic Logistic Regression
Sorts the values in the first dimension of a multidimensional numeric array in the ascending order.
This EA demonstrates creating and saving a graphic chart using data from the MT5 Strategy Tester.
Simple class for getting the number of microseconds (µs) elapsed since January 1, 1970
Extend of CFile class to work with the .set extension file which terminal will produce when the Input/Optimisation is saved.
This Function will retrieve the Assets next Opening Time and Closing Times, either following the current time or following a given time.