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: DRAW_ZIGZAG
DRAW_ZIGZAG : The indicator plots the Zigzag ("saw") using the High and Low prices. The DRAW_ZIGZAG drawing style allow to draw sections using the values of two indicator buffers. It looks like DRAW_SECTION , but it allows to draw vertical sections
Automated-Trading
Added topic Indicators: DRAW_BARS
DRAW_BARS : The indicator plots the bars of the specified symbol in the separate window. The DRAW_BARS drawing style is used to plot the bars using the values of 4 indicator buffers with Open, High, Low and Close prices. The bars color and width
Automated-Trading
Added topic Indicators: DRAW_FILLING
DRAW_FILLING : The DRAW_FILLING drawing style plots the filled area between the values of two indicator buffers. In fact, it plots two lines and fills the area between them with the specified color. The indicator plots a channel based on two moving
Automated-Trading
Added topic Indicators: DRAW_CANDLES
DRAW_CANDLES : The DRAW_CANDLES drawing style plots the candles using the values of 4 indicator buffers with Open, High, Low and Close prices. The indicator plots the candles on two symbols in the separate window. The N variable is defined as input
Automated-Trading
Added topic Indicators: DRAW_HISTOGRAM2
DRAW_HISTOGRAM2 : The DRAW_HISTOGRAM2 drawing style is used for plotting the values of two indicator's buffers as a histogram. The indicator plots the vertical section for each bar between the Open and Close prices. The DRAW_HISTOGRAM2 drawing style
Automated-Trading
Added topic Indicators: DRAW_HISTOGRAM
DRAW_HISTOGRAM : The DRAW_HISTOGRAM drawing style is used for plotting the values of the indicator's buffer as a histogram. The indicator plots a graph of a sin(x) function in the separate window. The histogram color, width and line style are changed
Automated-Trading
Added topic Indicators: DRAW_SECTION
DRAW_SECTION : The DRAW_SECTION drawing style is used for plotting the values of the indicator's buffer as a sections. The indicator plots sections between the High and Low prices of the bars.  The color, width and style of the sections changes
Automated-Trading
Added topic Indicators: DRAW_LINE
DRAW_LINE : The indicator plots the open prices of the bars as a line. The line color, width and style changed randomly every N=5 ticks. The width, color and style of a line can be defined using the preprocessor directives or using the
Automated-Trading
Added topic Indicators: DRAW_NONE
DRAW_NONE : The DRAW_NONE drawing style is used in cases, when you need to calculate and show the values of the indicator in "Data Window", but the plotting isn't needed. This is example of the indicator, that shows bars index in the "Data Window"
Automated-Trading
Added topic Expert Advisors: RouletteGame
RouletteGame : The Roulette Game. Author: Stasikusssss
Automated-Trading
Added topic Indicators: iChartsSwitchSymbol
iChartsSwitchSymbol : After attaching of the indicator to the chart you will see a "Drag symbol here" message. If you drag some symbol from "Market Watch" window, it will change symbols on all other charts. Author: Дмитрий
Automated-Trading
Added topic Expert Advisors: MQL5 Wizard - Trade Signals Based on Morning/Evening Stars + RSI
MQL5 Wizard - Trade Signals Based on Morning/Evening Stars + RSI : The MQL5 Wizard allows creating ready-made Expert Advisors based on the Standard library classes delivered together with the client terminal (see Creating Ready-Made Expert Advisors
Automated-Trading
Added topic Expert Advisors: MQL5 Wizard - Trade Signals Based on Morning/Evening Stars + MFI
MQL5 Wizard - Trade Signals Based on Morning/Evening Stars + MFI : The MQL5 Wizard allows creating ready-made Expert Advisors based on the Standard library classes delivered together with the client terminal (see Creating Ready-Made Expert Advisors
Automated-Trading
Added topic Expert Advisors: MQL5 Wizard - Trade Signals Based on Morning/Evening Stars + CCI
MQL5 Wizard - Trade Signals Based on Morning/Evening Stars + CCI : The MQL5 Wizard allows creating ready-made Expert Advisors based on the Standard library classes delivered together with the client terminal (see Creating Ready-Made Expert Advisors
Automated-Trading
Added topic Scripts: Demo_BitmapOffset (OBJPROP_XOFFSET and OBJPROP_YOFFSET)
Demo_BitmapOffset (OBJPROP_XOFFSET and OBJPROP_YOFFSET) : If you need to show just a part of the image at the moment and hide other, you can use the moving window by specifying the visible area of the image. This is an example of use of the
Automated-Trading
Added topic Expert Advisors: MQL5 Wizard - Trade Signals Based on Morning/Evening Stars + Stochastic
MQL5 Wizard - Trade Signals Based on Morning/Evening Stars + Stochastic : The MQL5 Wizard allows creating ready-made Expert Advisors based on the Standard library classes delivered together with the client terminal (see Creating Ready-Made Expert
Automated-Trading
Added topic Expert Advisors: MQL5 Wizard - Trade Signals Based on Bullish/Bearish Meeting Lines + RSI
MQL5 Wizard - Trade Signals Based on Bullish/Bearish Meeting Lines + RSI : The MQL5 Wizard allows creating ready-made Expert Advisors based on the Standard library classes delivered together with the client terminal (see Creating Ready-Made Expert
Automated-Trading
Added topic Expert Advisors: MQL5 Wizard - Trade Signals Based on Bullish/Bearish Meeting Lines + MFI
MQL5 Wizard - Trade Signals Based on Bullish/Bearish Meeting Lines + MFI : The MQL5 Wizard allows creating ready-made Expert Advisors based on the Standard library classes delivered together with the client terminal (see Creating Ready-Made Expert
Automated-Trading
Added topic Expert Advisors: MQL5 Wizard - Trade Signals Based on Bullish/Bearish Meeting Lines + CCI
MQL5 Wizard - Trade Signals Based on Bullish/Bearish Meeting Lines + CCI : The MQL5 Wizard allows creating ready-made Expert Advisors based on the Standard library classes delivered together with the client terminal (see Creating Ready-Made Expert
Automated-Trading
Added topic Expert Advisors: MQL5 Wizard - Trade Signals Based on Bullish/Bearish Meeting Lines + Stochastic
MQL5 Wizard - Trade Signals Based on Bullish/Bearish Meeting Lines + Stochastic : The MQL5 Wizard allows creating ready-made Expert Advisors based on the Standard library classes delivered together with the client terminal (see Creating Ready-Made