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 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
Automated-Trading
Added topic Expert Advisors: ProMart.
ProMart. : The Improved version of the MаrtGreg Expert Advisor. An Expert Advisor opens position using two MACD indicators. It reverts the position in the case of loss. It uses a martingale with the limited number of doublings. The doublings can be
Automated-Trading
Added topic Indicators: iCrossClose
iCrossClose : The indicator allows to perform any arithmetic action with prices of two symbols and plot result on any other chart. It allows to calculate crosses (using multiplication and division), spread (subtract) or just to plot the other
Automated-Trading
Added topic Indicators: LoongMAx96
LoongMAx96 : Draws 96 line MAs with only 100 lines of code (uses CMyBuffer class). And the idea in Chinese name, called 'jun xian liu'.(That means "Moving Average Line Flow".) I wanted to simplify the multi-indicator template with a multi-line
Automated-Trading
Added topic Indicators: Price Channel
Price Channel : There is a Price Channel indicator, but I don't like it, because it fills all the space between the upper and lower boundaries. This version of Price Channel looks like in MetaTrader 4. Author: Николай
Automated-Trading
Added topic Indicators: Moving Averages, multi-timeframe
Moving Averages, multi-timeframe : The iUniMA MTF indicator allows the user to choose between different types of moving averages ( SMA , EMA , SMMA , LWMA , AMA , DEMA , TEMA , FRAMA , and VIDYA ). It can be applied to any timeframe, higher or lower
Automated-Trading
Added topic Indicators: Stochastic multi-timeframe
Stochastic multi-timeframe : This Stochastic indicator can be applied to any timeframe, higher or lower than the current chart's timeframe. You can use all the usual parameters of the built-in iStochastic indicator, the only extra setting is the
Automated-Trading
Added topic Indicators: RSI multi-timeframe
RSI multi-timeframe : This RSI ( Relative Strength Index ) indicator can be applied to any timeframe, higher or lower than the current chart's timeframe. NOTE: If you want to create your own multi-timeframe indicators, this RSI MTF indicator is a
Automated-Trading
Added topic Libraries: Functions to simplify work with orders
Functions to simplify work with orders : 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 is a class that will allow to open, close
Automated-Trading
Added topic Indicators: MACD Histogram, multi-timeframe, multi-color
MACD Histogram, multi-timeframe, multi-color : This MACD indicator can be applied to any timeframe, higher or lower than the current chart's timeframe. The values can be calculated based on any of the usual price types. When the indicator is applied
Automated-Trading
Added topic Indicators: MACD Histogram, multi-color
MACD Histogram, multi-color : A MACD indicator with histogram to show the difference between the MACD and Signal lines. For the calculation of the MACD line you can choose from the usual price types. For the calculation of the Signal line yo can
Automated-Trading
Added topic Indicators: ZeroLag MACD
ZeroLag MACD : The MACD oscillator with zero lag. This oscillator is MQL5 version of ZeroLag MACD indicator, published in Russian section of MQL4 CodeBase. This indicator provides a signal few bars earlier, compared with standard MACD and its
Automated-Trading
Added topic Libraries: Keywords and aliases of MQL5
Keywords and aliases of MQL5 : The MQL5 keywords and aliases for autoreplace are presented. Maybe I had missed something, if you have found such keywords please inform me and this list will be updated. Author: Андрей
Automated-Trading
Added topic Indicators: AlfOs
AlfOs : It's an oscillator, similar to OsMA with Variable Index Dynamic Average . Author: Fox Rex
Automated-Trading
Added topic Libraries: Working with sockets in MQL5
Working with sockets in MQL5 : This library will allow you to tranfser realtime quotes from MetaTrader 5 to external server application. The TCP protocol is used, it allows to transfer the data not only locally, but globally all over the Internet
Automated-Trading
Added topic Indicators: i-ImpulseSystem
i-ImpulseSystem : The indicator is based on the Elder's Impluse system. It plots candles with different colors, depending on the OsMa (12,26,9) and Moving Average (EMA 13) indicators: If OsMa and EMA grows up, the candle color is green; If OsMa and
Automated-Trading
Added topic Expert Advisors: An Expert Advisor, based on Bollinger Bands
An Expert Advisor, based on Bollinger Bands : This Expert Advisor is based on Bollinger Bands. It uses trend-following strategy (DEMA) and Bollinger Bands indicator. It shows a stable profit in Strategy Tester during last 17 years (EURUSD M30). The