-1

My English so limited, so I can't write a lot details. But I am trying to get "Hover" mouse hover effect. So which Object Functions help me for that. You can see that effect below image.

when click "Sell or Buy"

Thanks

Max-Enrik
  • 61
  • 13

1 Answers1

1

a short version: None


The Full Story:

In spite of a minimalistic composition of the initial Question text, one may realise that any automation, intended to work on top of the MetaTrader Terminal 4 MMI-Add-On elements, that are not integral part of the Chart's GUI-Objects, is not directly accessible from the MQL4-code-base.

Neither in a passive-observer role ( just reading some of the MMI-Add-On element's values ) nor in an active-agent/actor mode ( trying to click / type-in a value / etc ).

This said, one may investigate other technologies to handle the intended functionalities via some O/S-controlled resources, but this direction goes beyond the reach of the MQL4-language contructors.

For further details do not hesitate to click-through to follow the Headline URL.

Community
  • 1
  • 1
user3666197
  • 1
  • 6
  • 50
  • 92
  • Thanks for your answer, yes you right. And I know it is not part of the Charts GUI objects. Maybe possible I did not write more details about my TradePanel - issue (sorry about that). But I saw some "Trade Panel" GUI designed like when mouse hover "Sell & Buy" buttons "Cursor" switch "Mouse Hover". So I need know which Functions works for "Mouse Hover" effect. – Max-Enrik Oct 07 '16 at 14:39