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

Automated Trading Language Documentation

ATR on BarsATR on Bars Try product
ATR on Bars
Author: song_song
Subscribe to signal
Strategy Grand MoneyFX
686.05%, 4 063.62 USD
Dserg-PPZ Indicator
Dserg-PPZ
Author: GODZILLA
Interview with Atsushi Yamanaka (ATC 2011) Interview with Atsushi Yamanaka (ATC 2011) Screenshot
EURUSDy, H1
Real

Create

Creates new CAppDialog 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