MetaQuotes Software Corp. is the software development company. One of our products is the MetaTrader 5 trading platform intended for trading in different financial markets.
Use the links below to download the latest builds:
- MetaTrader 5 Client Terminal - https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe
- MQL5 Reference (CHM) - https://www.mql5.com/files/docs/mt5/mql5/chm/mql5.chm
- MQL5 Reference (PDF) - https://www.mql5.com/files/pdf/mql5.pdf
Automated-Trading
Added topic Expert Advisors: 20/200 pips - Simple profitable Expert Advisor
20/200 pips - Simple profitable Expert Advisor : It has simple code and trading rules. It's doesn't use any martingale MM strategies. At some moment we look at the price difference for a certain time. If the price difference is negative and greate
Automated-Trading
Added topic Libraries: CIniFile class
CIniFile class : This class provides methods for working with Windows *.ini files. It has a standard interface with simple methods. Using the library: Copy the IniFile.mqh file to the MQ5\Include\ folder. Declare the CIniFil class instance in the
Automated-Trading
Added topic Expert Advisors: Multicurrency OnTickMarketWatch tick event handler
Multicurrency OnTickMarketWatch tick event handler : The standard OnTick() handler allows to receive the ticks for only one symbol. For multicurrency experts you need the ticks for several symbols. In some cases it's necessary to recieve the ticks
Automated-Trading
Added topic Indicators: Adaptive Moving Average with Bollinger Bands ®
Adaptive Moving Average with Bollinger Bands ® : The indicator shows the trend and allows to see a price range. It based on Adaptive Moving Average (AMA) and Bollinger Bands ® (BB) indicators. Author: Roman Romanenko
Automated-Trading
Added topic Indicators: i-OrdersMQL5
i-OrdersMQL5 : The indicator shows deals history on the chart. All chart objects are clickable. The colors can be customized in input parameters of the indicator. Author: Kosta
Automated-Trading
Added topic Indicators: ClearView - PricePointer, RoundNumberMarker, PeriodSeparator plus template
ClearView - PricePointer, RoundNumberMarker, PeriodSeparator plus template : Enhance your charts by adding intelligent markers for important price points and the start/end of year/month/week/day/session Includes a price pointer that changes color
Automated-Trading
Added topic Scripts: s-LastPinkEventDate
s-LastPinkEventDate : Since build 344 of the client terminal display of economic calendar news using special graphical objects ( OBJ_EVENT ) is added. A script that outputs as a demonstration of the Economic Calendar with current economic data, the
Automated-Trading
Added topic Expert Advisors: 2MA_RSI
2MA_RSI : This Expert Advisor uses two Moving Averages and RSI indicator. It has two money management systems - fixed lot and martingale. The martingale can be disabled. Author: Fox Rex
Automated-Trading
Added topic Indicators: is7n_trend.mq5 (new)
is7n_trend.mq5 (new) : This indicator is based on moving averages , it shows the current trend. Author: Roman Romanenko
Automated-Trading
Added topic Expert Advisors: An Expert Advisor template
An Expert Advisor template : This code has been used by Valery Mazurenko ( notused ) as a template of the Expert Advisor for  Automated Trading Championship 2010 . You can use this file as a template for your Expert Advisor. Add your trading
Automated-Trading
Added topic Indicators: QQE [v02] and QQE multi-timeframe [v02]
QQE [v02] and QQE multi-timeframe [v02] : QQE - Qualitative Quantitative Estimation, calculated as two indicators: MA on RSI Difference of MA on RSI and MA of MA of ATR of MA of RSI Trade signals: BUY signal: when the blue line crosses level 50 from
Automated-Trading
Added topic Expert Advisors: The ytg_ADX_V1 Expert Advisor.
The ytg_ADX_V1 Expert Advisor. : It uses the values of ADX indicator for trading. The Expert Advisor is designed to trade in MetaTrader 5 client terminal at any currency pairs and any timeframes. The trading strategy is the following: when trading it
Automated-Trading
Added topic Expert Advisors: Simple Expert Advisor based on the Simple Moving Average and ADX
Simple Expert Advisor based on the Simple Moving Average and ADX : This simple Expert Advisor uses Simple Moving Average and ADX indicators, as considered in the article " Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners ". It
Automated-Trading
Added topic Indicators: Ichimoku Oscillator
Ichimoku Oscillator : The oscillator, based on Ichimoku indicator. The idea is similar to MACD , but rather the difference between the Moving Averages , it calculates the difference between the Ichimoku indicator lines. The input parameters are the
Automated-Trading
Added topic Expert Advisors: Perceptron With 5 indcators
Perceptron With 5 indcators : Using Perceptron, Automatic Learning. It had profit in the operation indicated that the NN's purchase earn a fat kid in the decision and indicated that the sale lose weight. It had a loss, the NN's that showed a purchase
Automated-Trading
Added topic Indicators: Position in channel
Position in channel : The indicator shows the position of the current price in a channel. First it determines the channel boundaries. The upper boundary is defined as the maximal value of High[], the lower boundary is determined from the minimal
Automated-Trading
Added topic Indicators: Hodrick-Prescott Channel
Hodrick-Prescott Channel : The indicator plots a price channel using the Hodrick-Prescott Filter . The first step is to calculate the smoothed values of Close prices. After that it smoothed again with higher smoothing period. As a result we will have
Automated-Trading
Added topic Indicators: Smoothed Accelerator
Smoothed Accelerator : The indicator plots the smoothed value of the Accelerator. The smoothing is carried out by four-pass EMA with period, specified in the "MA period" input parameter. Author: victorg
Automated-Trading
Added topic Indicators: MedianPriceChart
MedianPriceChart : It plots the bar-averaged price charts. The indicator plots a chart with bar-averaged prices. Any indicator can be applied to this chart. Author: Fox Rex
Automated-Trading
Added topic Scripts: ytg_Percent_Lot
ytg_Percent_Lot : The script calculates the number of lots to trade using the specified percentage of risk funds. Author: Yuriy Tokman