TA-Lib / ta-lib-python

Python wrapper for TA-Lib (http://ta-lib.org/).
http://ta-lib.github.io/ta-lib-python
Other
9.46k stars 1.74k forks source link

ADX-DI indicator #521

Open bluetyphoon77 opened 2 years ago

bluetyphoon77 commented 2 years ago

Hi, I'm using this indicator on Tradingview : https://fr.tradingview.com/v/VTPMMOrx/ There are 3 values. 2 ADX & DI. How can I get those values with Talib ? Thanks

AndreaChiaverini-Etna commented 1 year ago

Hi, I'm a free user, not a contributor to the library.

For +DI and -DI you can use talib.PLUS_DI and talib.MINUS_DI.

https://mrjbq7.github.io/ta-lib/func_groups/momentum_indicators.html

bluetyphoon77 commented 1 year ago

Thanks 🙏

Le 18 octobre 2022 19:07:28 AndreaChiaverini-Etna @.***> a écrit :

Hi, I'm a free user, not a contributor to the library. For +DI and -DI you can use talib.PLUS_DI and talib.MINUS_DI. https://mrjbq7.github.io/ta-lib/func_groups/momentum_indicators.html — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>