Double Click on Mouse to Get the Bar/Candle Range

Hi,

I am looking for a way to get the Bar and get Range (High-Low) with options to change color and font when I double click on the Bar and then Shift Click should delete the text and son.

I would appreciate if you can help.

Regards
Krishnan

Double click is used for range markers, so it is advised not to use it for other purposes.
However you could use Ctrl+click and Shift+Click combinations.

To detect key state use GetAsyncKeyState function. Then you would store co-ordinate in static variable and Plot() that bar in different color.

1 Like

Thanks for the great tips.Much Appreciated !

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.