ta-lib-python
ta-lib-python copied to clipboard
How to measure the slope for OBV(on balance volume)?
Hi I am trying to use "obv" in my strategy but since the obv indicator y_axis is not giving you valuable pieces of information, we need to measure the slope in order to detect the up or downtrend. I tried to use the OBV slope in ta_lib with linear regression as documented, but the results are different from what I am expecting. Can someone please help me to set the right slope for this indicator? Thanks
In addition to my question, I am looking for a trend_indicator for "OBV"?