-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does mplfinance support pick_event? #361
Comments
I want to use pick_event, but plot doesn't support picker. |
I don't know much about "picking", but it seems to me that mplfinance may need changes in order to support picking. I will try to make time, later this week, to to read through the picking tutorial and see if I can think of any way you can do it without the need to change mplfinance, or if I can think of an easy way to support picking in |
@DanielGoldfarb : I have tested in detail that mplfinance supports common mouse events, such as figure_ enter_ event、figure_ leave_ event、axes_ enter_ event、axes_ leave_ event、button_ press_ Event. These events do not require plot to pass parameters. But pick_ Event needs to pass in picker in plot, so it is not supported! Looking forward to your good news! |
@DanielGoldfarb : |
@lyl1836 |
How to enhance it? Do you need to improve the function of mplfinance? |
It seems to me that If you are familiar with the fork and clone workflow you are welcome to try making this enhancement yourself. I like the idea of supporting object picking in mpflinance, but I do not expect to have time to work on it for at least 3 months. |
Thank you for your guidance! Happy work! |
Because just learned MPL, MPF, finally understand what you want!
I want to find out other relevant data when the user clicks a bar after MPF draws the K-line graph. The key is to pick_event.
I checked your help and all the cases, and the chart is generated by "plot". But picker is not supported in "plot"!
My question now is:
How to support “picker” in mplfinance?
Can you provide an example?
The text was updated successfully, but these errors were encountered: