MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading Language Documentation

Screenshot
XAUUSD, M30
Demo
Multi Timeframe MappingMulti Timeframe Mapping Try product
Multi Timeframe Mapping
Author: tradelife
Auto Fibonacci Indicator (Auto Fibos) Indicator
Auto Fibonacci Indicator (Auto Fibos)
Author: codersguru
Applying One Indicator to Another Applying One Indicator to Another Subscribe to signal
Long term trades MT5
195.91%, 4 020.85 RUR

Create

Creates new CListView control.

virtual bool  Create(
   const long    chart,      // chart ID
   const string  name,       // name
   const int     subwin,     // chart subwindow
   const int     x1,         // x1 coordinate
   const int     y1,         // y1 coordinate
   const int     x2,         // x2 coordinate
   const int     y2          // y2 coordinate
   )

Parameters

chart

[in]  chart ID.

name

[in]  Unique name of the control.

subwin

[in]  Chart subwindow.

x1

[in]  X coordinate of the upper left corner.

y1

[in]  Y coordinate of the upper left corner.

x2

[in]  X coordinate of the lower right corner.

y2

[in]  Y coordinate of the lower right corner.

Returned value

true if successful, otherwise false.


Updated: 2012.04.06