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

Automated Trading Language Documentation

gpfTCPivotStop Expert Advisor
gpfTCPivotStop
Author: Integer
Screenshot
EURUSDm, M5
Real
Break Inner Bar signalBreak Inner Bar signal Try product
Break Inner Bar signal
Author: gdtt
Subscribe to signal
Hiu Martil
44.01%, 1 975.82 USD
Order Strategies. Multi-Purpose Expert Advisor Order Strategies. Multi-Purpose Expert Advisor

OnMouseEvent

Mouse event handler  (the CHARTEVENT_MOUSE_MOVE chart event).

virtual bool  OnMouseEvent(
   const int  x,         // x coordinate
   const int  y,         // y coordinate
   const int  flags      // flags
   )

Parameters

x

[in]  X coordinate of the mouse cursor relative to the upper-left corner of the chart.

y

[in]  Y coordinate of the mouse cursor relative to the upper-left corner of the chart.

flags

[in]  Flag of mouse buttons states.

Returned value

true - if the event has been processed, otherwise false.


Updated: 2012.04.06