I would like to create Fibo crosshairs or something in MQL5

 
I would like to write a code in MQL5 that follows the mouse cursor, just like when you click on Fibo, channels, trend lines etc on MT5.

When I used ObjectCreate, it will look like a point in the X and Y coordinates.

Is there a function to create like Fibo crosshairs in MQL5?
Also, is it possible to create Fibo crosshairs, Channels crosshair or something if it does not exist?
 
You mean on hover ? to show the fibonacci info ? 
 
Lorentzos Roussos #:
You mean on hover ? to show the fibonacci info ? 

Yes, it's like a waiting to draw Fibo. Fibo + cross cursor with moving mouse cursor

 

You can alternatively get info of XY point using  CHARTEVENT_MOUSE_MOVE

Reason: