Double click to access/get candle information #445
-
Good afternoon, I'm working on a project related to filtering talent for a firm. Currently working on one functionality that would benefit from being able to simply double click a candle to retrieve its information for possible later usage - like choosing to execute a trade at a certain price - meaning it's low, high, open, close information. Many thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For now use the badly named function |
Beta Was this translation helpful? Give feedback.
For now use the badly named function
set_time_inspector(my_callback, ax=ax, when='double-click')
. It will call your function with x, y. See the S&P 500 example for more info.