Unisciti alla nostra fan page
CADXWOnArray class is designed for calculation of ADXW (Average Directional Movement Index Wilder, ADX Wilder) values on indicator buffers. The example of use of the class is provided.
CADXOnArray class is designed for calculation of ADX (Average Directional Movement Index) values on indicator buffers. The example of use of the class is provided.
CATROnArray is designed for calculation of ATR (Average True Range) values on indicator buffers. The example of use of the class is provided.
CMAOnArray class is used for Moving Average calculation on indicator buffer's data. The example of use of the class is provided.
Multi-currency Expert Advisor functional module for organization of an access to any historical data with a request result processing.
A library for parsing of XML documents. Pure MQL5, it doesn't uses any external libraries.
The library provides simple matrix operations: addition, subtraction, multiplication, inversion.
New comments added to a chart without deleting existing ones.
The downward crossover of T3 moving average is a signal to open a long position, the upward crossover of T3 moving average is a signal to open short position.
Crossover of overbought/oversold levels of Chande Momentum Oscillator is used as a signal to open positions.
A Lime candle of BrainTrend2 indicator is a signal to open a long position, a Magenta candle is a signal to open a short position.
A blue candle of BrainTrend1 indicator is a signal to open a long position, a red candle is a signal to open a short position.
The strategy is following: when outer (outside) bar appears, it checks the fact of the inner bar breakthrough in trend direction and generates a signal to open position. A module of trade signals is compatible with the new version of MQL5 Wizard.
The CDownLoadHistory class provides the methods of historical data downloading.
The script contains a class, that can be used to solve mathematical and logical expressions, defined as string.
The library contains the following hash functions: adler32, CRC-32, MaHash8v64. Also it has functions for radix conversion of a number.
If you want to optimize your Expert Advisor using your own characteristics, you can use "Custom max" mode via OnTester() function. This code provides you many characteristics, which can be used during the optimization of your EA. Also it allows you to save the optimized charateristics in HTML file.
All we want is to think about algorithms and methods, not about syntax and values how to place orders. Here you have simple functions to manage positions in MQL5.
This library will allow you to tranfser realtime quotes from MetaTrader 5 to external server application.