ta-lib-python icon indicating copy to clipboard operation
ta-lib-python copied to clipboard

ADX-DI indicator

Open bluetyphoon77 opened this issue 3 years ago • 2 comments

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

bluetyphoon77 avatar Jun 09 '22 10:06 bluetyphoon77

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

AndreaChiaverini-Etna avatar Oct 18 '22 17:10 AndreaChiaverini-Etna

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: @.***>

bluetyphoon77 avatar Nov 07 '22 16:11 bluetyphoon77