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: DemoBufferPattern
DemoBufferPattern : To demo buffer-pattern. It's Candles + Fractals + ZigzagColor + ColorMaLine. It uses the folllowing drawing styles: DRAW_COLOR_CANDLES DRAW_ARROW DRAW_COLOR_ZIGZAG DRAW_COLOR_LINE Author: Loong
Automated-Trading
Added topic Indicators: Ticks
Ticks : It's a simple example of the indicator, that show ticks in the separate subwindow. It uses the standard indicator's buffers, shifted by the PlotIndexSetInteger() function after each tick. Author: MetaQuotes
Automated-Trading
Added topic Indicators: Trade Sessions Indicator
Trade Sessions Indicator : This Indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer() , TimeGMT() functions are used. There is an opportunity to use the time changes to the summer time, at present time
Automated-Trading
Added topic Indicators: Price_Channel
Price_Channel : It's a well-known indicator that shows maximal and minimal prices (and average values) of the last n bars. Author: Александр
Automated-Trading
Added topic Scripts: WININET_TEST
WININET_TEST : Here is a simple example that shows how to download page(file) from Internet using the wininet.dll library. The WININET_TEST.mq5 script is a modified version of script s_wininet.mq4 , published by Integer in MQL4.Codebase. To see how
Automated-Trading
Added topic Scripts: sChartsSynchroScroll
sChartsSynchroScroll : The script provides a synchronous scrolling for all charts opened in the client terminal. The script should be executed only on one chart. The red markers will be created on all of the opened charts after the script running
Automated-Trading
Added topic Indicators: TimerClosingPeriod
TimerClosingPeriod : An indicator can be useful for traders who are working on opening of the new candle, it prints the time to close of the current timeframe. If the timeframe is lower than H1, it also prints the time to close of the current hourly
Automated-Trading
Added topic Libraries: ErrorDescription
ErrorDescription : The library contains functions that returns description of runtime error codes and trade server return codes. Author: MetaQuotes Software Corp
Automated-Trading
Added topic Expert Advisors: LoongClock
LoongClock : A very simple sample of clock. You can select GMT, SERVER, or LOCAL time. Author: 龙一
Automated-Trading
Added topic Libraries: MovingAverages
MovingAverages : The MovingAverages library is a part of Standard package of MetaTrader 5 client terminal. The library contains functions for calculation of different types of moving averages . Totally, there are 8 functions that can be divided into
Automated-Trading
Added topic Indicators: Triple Exponential Average (TRIX)
Triple Exponential Average (TRIX) : Triple Exponential Moving Average (TEMA) technical indicator was developed by Patrick Mulloy and published in the "Technical Analysis of Stocks & Commodities" magazine. The principle of its calculation is
Automated-Trading
Added topic Indicators: Variable Index Dynamic Average (VIDYA)
Variable Index Dynamic Average (VIDYA) : This oscillator measures the ratio between the sum of positive increments and sum of negative increments for a certain period. Author: MetaQuotes Software Corp
Automated-Trading
Added topic Indicators: Triple Exponential Moving Average (TEMA)
Triple Exponential Moving Average (TEMA) : Triple Exponential Moving Average (TEMA) technical indicator was developed by Patrick Mulloy and published in the "Technical Analysis of Stocks & Commodities" magazine. The principle of its calculation
Automated-Trading
Added topic Indicators: Double Exponential Moving Average (DEMA)
Double Exponential Moving Average (DEMA) : Double Exponential Moving Average technical Indicator (DEMA) was developed by Patrick Mulloy and published in February 1994 in the "Technical Analysis of Stocks & Commodities" magazine. It is used for
Automated-Trading
Added topic Indicators: Fractal Adaptive Moving Average (FrAMA)
Fractal Adaptive Moving Average (FrAMA) : Fractal Adaptive Moving Average technical Indicator (FRAMA) was developed by John Ehlers. This indicator is constructed based on the algorithm of the Exponential Moving Average , in which the smoothing factor
Automated-Trading
Added topic Expert Advisors: TradePad_Sample
TradePad_Sample : Here are some examples of objects implementation to build a table of trade symbols. By pressing the symbol on graphic object Chart (OBJ_CHART) the price data of this symbol are loaded. Each symbol panel has color that shows the
Automated-Trading
Added topic Scripts: ObjChartSample
ObjChartSample : The script ObjChartSample.mql5 illustrates control of chart properties using the classes from the Standard Library ( CChart ). Author: MetaQuotes Software Corp
Automated-Trading
Added topic Scripts: SphereSample
SphereSample : The script SphereSample.mq5 illustrates control of graphic objects using the classes from the Standard Library (Base class of objects array CArrayObj , CChartObjectText ). Author: MetaQuotes Software Corp
Automated-Trading
Added topic Indicators: Plombiers - oscillator in the channel.
Plombiers - oscillator in the channel. : Sometimes this is useful - to observe the behavior of the oscillator in the channel. Greatly simplifies the evaluation of the situation. By changing the parameters, you began to see clearly. Author: Михаил
Automated-Trading
Added topic Indicators: FractalsPeriod
FractalsPeriod : An indicator lets you specify the number of bars separately before and after the current High / Low (fractal) can. Author: Alexander P