How to change the mouse cursor/pointer in MT4

 

Hi,

I want to change mouse cursor/pointer when it move over an object on the chart (like over a link on website), even better if it can display the tooltip/description.

Do anyone have experience with this?

Thanks

 
here is a good exaple hot to work with CHARTEVENT_MOUSE_MOVE (don't worry it's working in MQL4 too)
 

Hi gjol,

Thank you, but what I need is not the change of the object, it's the change of mouse cursor. I want when I hover the mouse over an object the mouse cursor turn from normal form (arrow) into pointer form like this:

 
AFAIK it's involving WINAPI
Reason: