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

Automated Trading Language Documentation

Interview with Dmitry Terentew (ATC 2012) Interview with Dmitry Terentew (ATC 2012) VisualOrdersVisualOrders Try product
VisualOrders
Author: EvgeTrofi
Screenshot
بترانس, D1
Demo
Subscribe to signal
Forex005
1 689.17%, 89 458.54 USD
Float Indicator
Float
Author: GODZILLA

Contains

Checks if the point is inside the control area of the chart.

bool  Contains(
   const int  x,     // X coordinate
   const int  y      // Y coordinate
   )

Parameters

x

[in]  X coordinate.

y

[in]  Y coordinate.

Returned value

true, if the point is inside the area (including borders), otherwise - false.

Contains

Checks if the specified control is inside the control area of the chart.

bool  Contains(
   const CWnd*  control      // pointer
   )  const

Parameters

control

[in]  Object pointer.

Returned value

true, if the specified control is inside the area (including borders), otherwise - false.


Updated: 2012.04.06