Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGetting warnings @ ADX indicator #98
Open
Labels
Comments
|
Hi @CrossfireX , This is a warning, not an error. You can use ADX and the results will be right. Anyway, I will try to solve! Thank you. |
|
True, the D+ and D- worked correctly, now the trend adx is working too. |
|
same issue with ADX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Running the "visualize_features.ipynb" example gets me this warning:
/home/vant/projects/python/ta/env-ta/lib/python3.7/site-packages/ta/trend.py:468: RuntimeWarning: invalid value encountered in double_scalars dip[i] = 100 * (self._dip[i]/self._trs[i]) /home/vant/projects/python/ta/env-ta/lib/python3.7/site-packages/ta/trend.py:472: RuntimeWarning: invalid value encountered in double_scalars din[i] = 100 * (self._din[i]/self._trs[i])Looks like an error at ADX trend indicator. Can you please take a look at it?
Thanks and keep up the good work!