How to add Buy Sell arrows to the plot #444
-
i know this backtesting library uses finplot. can I be able to do similar thing my chart. i am able to all other problems i faced with matplotlib. here is the partial code
i short, i want to add the buy and sell arrow_coords captured above and plot it on the chart |
Beta Was this translation helpful? Give feedback.
Answered by
highfestiva
Aug 16, 2023
Replies: 1 comment 1 reply
-
Of course, the best way to do it is to vectorize your solution. It is much faster and works elegantly with finplot. See example for markers here: https://github.com/highfestiva/finplot/wiki/Examples#featured-example |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pannet1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Of course, the best way to do it is to vectorize your solution. It is much faster and works elegantly with finplot. See example for markers here: https://github.com/highfestiva/finplot/wiki/Examples#featured-example