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

Automated Trading Language Documentation

Subscribe to signal
AlfaScalp
72.28%, 86.14 USD
MQL5 Programming Basics: Arrays MQL5 Programming Basics: Arrays Local Time LabelLocal Time Label Try product
Local Time Label
Author: MarketArt
FATL Indicator
FATL
Author: GODZILLA
Screenshot
فنوال, W1
Demo

Right (Get Method)

Gets the X coordinate of the lower-right corner of the control.

int  Right()

Returned value

X coordinate of the lower-right corner.

Right (Set Method)

Sets the Y coordinate of the lower-right corner of the control.

void  Right(
   const int  x      // x coordinate
   )

Parameters

x

[in]  New X coordinate of the lower-right corner.

Returned value

None.


Updated: 2012.04.06
Top