Join our fan page
This is the trading signal of PullBack and Candle. The expert code for this strategy is automatically generated by the MQL 5 wizard.
This is the trading signal of Bollinger Bands. The expert code for this strategy is automatically generated by the MQL 5 wizard.
The library allows receiving a magic number bound to three elements: symbol name, timeframe and prefix index.
This calculates Optimal f using the Geometric Mean. Per Ralph Vince, "In trading we can count on our wins being for varying amounts and our losses being for varying amounts. Therefore the Kelly formulas could not give us the correct optimal f." So, using his equation(s), I created this library for the Geometric Mean version of Optimal f.
Complete and fast functions similar to Bars and iBarShift from MQL4.
Handy functions for comparison, rounding, formatting and debugging of doubles (prices, lots and money).
A module of trading signals based on the Moving Average indicator signal module.
A module of trading signals based on the Moving Average indicator signal module.
This non-trading utility generates custom symbol information on 1M chart. Configure using Tick Size, Pip Size, Points or R. Now with Asymetric Reversals!
The EasyAndFastGUI library allows creating graphical interfaces for custom MQL programs.
A module of trading signals based on the signal module of the iCCI (Commodity Channel Index, CCI) indicator.
A library for common rounding methods used in MQL development, primitive wrapper class for type (double), and vector for CDouble objects. MQL5 and MQL4 compatible!
An implementation of the dictionary (associative array) data structure in MQL5, based on CArrayObj and CList.
A library for creating icons in the Windows taskbar and for sending text alerts. The use of this library will help you make your MQL programs more informative.
Returns the profit of a position in points, as well as commission, swaps and profit in money based on the trading history.
MqlParams container class that uses method chaining to quickly add params and reduce lines of code.
Many traders are interested in native work with the BTC-e exchange directly from MetaTrader. In the exchange API, it is necessary to send data with the confirmation of parameters validity through HMAC-SHA512. The algorithm of SHA512 and HMAC calculation is implemented in this class.
Original mathematical functions taken from different places, which either do not have analogues or perform much faster than alternative implementations
This time-series library brings lightning-fast timeseries access to MQL5 for time-sensitive applications while implementing the familiar methods of MQL4, e.g. iBarShift.