You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have been trying to use the detect_divergence and/or autodetect_divergence methods in my own project https://autotrader.readthedocs.io/en/latest/indicators.html#detecting-divergence and I was wondering what the best way is to extract the start/end index of a divergence. What I am trying to do is to plot the "blue" line that is shown in the documentation on both the candlestick chart and the indicator itself.
The text was updated successfully, but these errors were encountered:
hey @ThisisAqib , no I never managed to sort this out. I opted for implementing my own version of the indicator instead. very rudimentary/stupid method to be honest, so I would like to incorporate this implementation at some stage.
Thanks for getting back to me! I appreciate you sharing your experience. Please update me when you find a way to implement it. I'd love to hear how it goes!
Hello,
I have been trying to use the
detect_divergence
and/orautodetect_divergence
methods in my own project https://autotrader.readthedocs.io/en/latest/indicators.html#detecting-divergence and I was wondering what the best way is to extract the start/end index of a divergence. What I am trying to do is to plot the "blue" line that is shown in the documentation on both the candlestick chart and the indicator itself.The text was updated successfully, but these errors were encountered: