Rejoignez notre page de fans
Here are 6 classes, designed for convenient and intuitive use of indicators in your code.
Constructor for creating histograms of statistical distributions of indicators, timeseries and their derivatives.
Version of the iBarShift function for the MetaTrader 5, takes a parameter of type datetime — opening time of the bar, the index of which must be found.
Class for exchanging data between programs. It allows to pass structures of arbitrary size via the global variables of the terminal from one program to another.
This library allows to automate the process of connecting to a trade server after the "Account disabled" error occurs.
Instance of the class returns such values as Bid, Ask, High, Low, Close and Open prices of the current candle or any other specified in the parameters, as well as the candle opening time.
Filter based on the Intraday time filter offered by the standard library.
A library of classes for creating a user-friendly interface of your programs.
Signal based on the indicator developed by the Brazilian analyst Odir Aguiar (Didi).
The class restricts the EA trading by time. It has flexible configuration options, which allow to set a custom number of the time zones, and also to allow trading only on the specified week days.
This simple class can be used to adjust, for example, trading ranges, or to enable / disable certain actions by time or day of the week.
Serialization and deserialization of JSON protocol. The code is ported from a high-speed С++ library.
Bug fixed versions of CRect and CCanvas which are part of the standard library.
This file replaces the WndContainer.mqh original file. It prevents the chart from being affected when you click and hold the mouse inside a container area.
Set of statistical functions which allows you to calculate some values describing timeseries.
This class is designed for creating interactive buttons with various states on a price chart.
CTimeControl class for include to your EA for easy setting and checking your own trading time.
Library for calculation of a margin required for opening a position in MetaТrader 5.
Checking a date for belonging to winter or summer time. The code was developed for news debugging.
Trading signals module based on Delta ZigZag indicator.
The module for tracking open positions based on Delta ZigZag for MQL5 Wizard.
Uses the idea of the classical moving average smoothing. The class can be used when you want to smooth out any array of type double without using the standard indicator.