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: Blau_Ergodic
Blau_Ergodic : Ergodic Oscillator by William Blau is based on True Strength Index indicator (see Momentum, Direction, and Divergence: Applying the Latest Momentum Indicators for Technical Analysis ). To indicate the trend reversal, the signal line is
Automated-Trading
Added topic Indicators: Blau_TSI
Blau_TSI : True Strength Index (TSI, q-period smoothed Momentum, see Momentum, Direction, and Divergence: Applying the Latest Momentum Indicators for Technical Analysis ) - is a normalized Momentum indicator developed by William Blau. The indicator
Automated-Trading
Added topic Indicators: Blau_Mtm
Blau_Mtm : Momentum Indicator by William Blau (see Momentum, Direction, and Divergence: Applying the Latest Momentum Indicators for Technical Analysis ). In contrast with built-in standard iMomentum indicator, it calculates the absolute price change
Automated-Trading
Added topic Expert Advisors: EA_OBJPROP_CHART_ID
EA_OBJPROP_CHART_ID : Do you want to place a Chart objects ( OBJ_CHART ) on the chart and use it as conventional chart? It's possible. This Expert Advisor is a demo of working with OBJ_CHART objects as conventional charts. You can set custom color
Automated-Trading
Added topic Libraries: The class of a module of trade signals, on "inner bar breakthrough" in trend direction
The class of a module of trade signals, on "inner bar breakthrough" in trend direction : 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
Automated-Trading
Added topic Indicators: STALIN
STALIN : The Buy/Sell signals of the indicator are based on crossover of two Moving Averages with different periods. The indicator has the following features: Filter, based on RSI ( Relative Strength Index ) indicator. Movement confirmation filter
Automated-Trading
Added topic Scripts: Exposure
Exposure : This script reads all opened position and calculates their exposure for each currency. It's useful if there are many positions. Author: IvanBG
Automated-Trading
Added topic Scripts: sTimeToVariables
sTimeToVariables : The script converts the time, represented as datetime variable into the year, month, day, hour, minutes and seconds. It doen't uses MQL5 functions! Author: Дмитрий
Automated-Trading
Added topic Indicators: Regression Analysis
Regression Analysis : This indicator compares four types of regression (linear, quadratic, logarithmic and exponential) and chooses the one that best fits the data analyzed. This analysis is done every time there is a new tick. In the left top corner
Automated-Trading
Added topic Indicators: Kaufman Efficiency Ratio
Kaufman Efficiency Ratio : Kaufman Efficiency Ratio (also called "generalized fractal efficiency") according to Perry Kaufman books "Smarter Trading: Improving Performance in Changing Markets" and "New Trading Systems & Methods" . Author
Automated-Trading
Added topic Indicators: Kaufman Volatility
Kaufman Volatility : Kaufman Volatility indicator according to Perry Kaufman book "Smarter Trading: Improving Performance in Changing Markets". Author: barmenteros
Automated-Trading
Added topic Indicators: DRAW_COLOR_ARROW
DRAW_COLOR_ARROW : The DRAW_COLOR_ARROW drawing style plots the color arrows (symbols from Windings font). The inidcator plots arrows on the chart, using the symbols from Windings font. Two indicator buffers are used: one for the price values, the
Automated-Trading
Added topic Indicators: DRAW_COLOR_HISTOGRAM2
DRAW_COLOR_HISTOGRAM2 : The DRAW_COLOR_HISTOGRAM2 drawing style is used to plot color histograms using two indicator buffers, the colors are specified in the color buffer. For each bar it plots a section between the Open and Close prices. Three
Automated-Trading
Added topic Indicators: DRAW_COLOR_HISTOGRAM
DRAW_COLOR_HISTOGRAM : The DRAW_COLOR_HISTOGRAM drawing style is used to plot color histograms. The indicator plots a sin(x) function as a color histogram in a separate window. Two indicator buffers are used: the first contains the values of sin(x)
Automated-Trading
Added topic Indicators: DRAW_COLOR_SECTION
DRAW_COLOR_SECTION : This indicator is a demo of DRAW_COLOR_SECTION drawing style. It plots color sections with specified number of bars. Two indicator buffers are used: the first contains the High price of the bar, the color indexes specified in the
Automated-Trading
Added topic Indicators: DRAW_COLOR_LINE
DRAW_COLOR_LINE : The DRAW_COLOR_LINE drawing style is used to plot lines with different colors, the colors are specified in the color buffer. Two indicator buffers are used: the first contains the closing price of the bar, the color indexes
Automated-Trading
Added topic Indicators: Premier Stochastic Oscillator [v01]
Premier Stochastic Oscillator [v01] : Premier Stochastic Oscillator - Double EMA smoothing of stochastic, based on article in TASC by Lee Leibfarth (August 2008) You can set the same parameters as for the normal Stochastic indicator , and for the
Automated-Trading
Added topic Indicators: VininI Cyber Cyсle [v01]
VininI Cyber Cyсle [v01] : VininI Cyber Cycle - Identify cyclical movements of price, based on VininI_Cyber Cycle(V2).mq4 by Victor Nicolaev (2009) Author: traderak20
Automated-Trading
Added topic Expert Advisors: Creating fractals in MQL5 using the Iterated Function Systems (IFS)
Creating fractals in MQL5 using the Iterated Function Systems (IFS) : There are many programs, allowing the creation of self-similar sets, defined by Iterated Function System (IFS). See, for example, Fractint , Fractal Designer or IFS Matlab
Automated-Trading
Added topic Indicators: DRAW_ARROW
DRAW_ARROW : The indicator plots arrows on the bar, if its close price is greater than close price of the previous bar. The color, width, shift and code of the arrow char changed randomly after N ticks. The N variable is defined as input parameter