Mouse Clicks capturing price and time?

 
Hi:  Any way for MQL5 to capture mouse clicks for price and time (similar to an Andrew's Pitchfork capture)?    Thanks for the input. 
 
YYZ:
Hi:  Any way for MQL5 to capture mouse clicks for price and time (similar to an Andrew's Pitchfork capture)?    Thanks for the input. 
Have a look at CHART_EVENT_MOUSE_MOVE
 
YYZ:
Hi:  Any way for MQL5 to capture mouse clicks for price and time (similar to an Andrew's Pitchfork capture)?    Thanks for the input. 
Use OnChartEvent's CHARTEVENT_CLICK and then convert the X, Y pixels coordinates into time price coordinates using ChartXYToTimePrice function.
 
Thanks to both of you for that information!
Reason: