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: at_Itp(t)Env
at_Itp(t)Env : Curvelinear redrawing channel. Author: Nikolay Kositsin
Automated-Trading
Added topic Indicators: SeNSetiVe
SeNSetiVe : The trend indicator that gives signals for performing deals. The indicator color depends on the market movement direction determined by the indicator position relative to the zero line. When the color changes from magenta to blue, that is
Automated-Trading
Added topic Indicators: FP channel
FP channel : The channel is based on the prices extreme values for a period. Central line, upper and lower channel borders values are determined by calculation of the Pivot Points used as assumed support and resistance levels. Author: Nikolay
Automated-Trading
Added topic Indicators: BullsBearsEyes
BullsBearsEyes : The indicator values are calculated as the sum of Bears Power and Bulls Power technical indicators values averaged using Laguerre algorithm. Author: Nikolay Kositsin
Automated-Trading
Added topic Indicators: SinTrend
SinTrend : Simple trend indicator. Simple trend indicator. The trend direction is determined by the histogram location relative to the zero level. Entry signals appear during the zero line breakout. If the histogram changes from red to blue, it is
Automated-Trading
Added topic Indicators: wlxBWACsig
wlxBWACsig : The indicator shows entry signals based on Accelerator Oscillator . Author: Nikolay Kositsin
Automated-Trading
Added topic Indicators: Bezier
Bezier : This indicator is an alternative to the moving averages with less delay and possibility to manage sensitivity ratio. Author: Nikolay Kositsin
Automated-Trading
Added topic Indicators: FlatTrend2
FlatTrend2 : The simplest signal indicator for specifying trend power and direction. Lime and red colors are used for strong trends, green and brown colors are used for weak ones. Author: Nikolay Kositsin
Automated-Trading
Added topic Indicators: MBKAsctrend3
MBKAsctrend3 : Typical semaphore signal indicator that shows market entry points using color arrows. Author: Nikolay Kositsin
Automated-Trading
Added topic Indicators: Change Of Volatility
Change Of Volatility : The indicator specifies the market volatility as a standard deviation. Author: Nikolay Kositsin
Automated-Trading
Added topic Indicators: Fx10
Fx10 : The semaphore signal indicator with the values based on five technical indicators: LWMA , SMA , RSI , Stochastic , MACD . Author: Nikolay Kositsin
Automated-Trading
Added topic Indicators: TrendTriggerMod
TrendTriggerMod : The indicator displays trend power and direction. If the histogram values are located within breakout levels specified by the indicator UpTriggerLevel and DnTriggerLevel input parameters, the histogram is gray. Otherwise, the
Automated-Trading
Added topic Libraries: IsNewBar
IsNewBar : СIsNewBar class allows to determine the moment of a bar change. Usually IsNewBar() function is used for such things instead of a class. But such a function contains a static variable, and therefore we cannot use several calls of this
Automated-Trading
Added topic Indicators: i-Fractals-sig
i-Fractals-sig : The indicator of the market entry signals using fractals. Author: Nikolay Kositsin
Automated-Trading
Added topic Indicators: Forecast Oscillator
Forecast Oscillator : Normalized oscillator provided by the signal line and colored dots for making deals. Author: Nikolay Kositsin
Automated-Trading
Added topic Indicators: JBrainTrend1Stop
JBrainTrend1Stop : The indicator building Stop Loss levels lines according to BrainTrend1 trading system data with preliminary price timeseries smoothing. JMA smoothing allows to considerably lessen the amount of false signals. Such intervals are now
Automated-Trading
Added topic Indicators: ATR channel
ATR channel : The channel based on ATR (Average True Range) technical indicator deviations from the moving average. Author: Nikolay Kositsin
Automated-Trading
Added topic Indicators: 3X_ParabolicRegression
3X_ParabolicRegression : Two rectilinear channels of standard deviations + curvelinear channel of the parabolic regression with interpolation of a price chart future values. Author: Nikolay Kositsin
Automated-Trading
Added topic Indicators: JBrainTrendSig1
JBrainTrendSig1 : Signal indicator of the popular BrainTrend1 trading system with preliminary price timeseries smoothing. JMA-smoothing has greatly lessened the number of false signals. Such intervals are now perceived by the system as flat ones. The
Automated-Trading
Added topic Indicators: LinearRegression
LinearRegression : When applied to financial markets this method is usually used to determine the moments of prices extreme deviation from a "standard" level. Creation of a trend line using linear regression is based on the least squares method. This