Directional Movement and Average Directional Index

Hi Team,


Can you please confirm if we have coverage on Directional Movement and Average Directional Index on Eikon Python API.

Directional Movement and Average Directional Index are Technical Analyses on Chart app in Eikon.


dm-and-adx-technical-analyses.png

I have checked https://developers.refinitiv.com/en/article-catalog/article/create-technical-analysis-triggers-and-signals-using-the-eikon-data-api but could only find the common Technical Analyses like SMA, RSI and Stochastic Oscillator. Thanks for looking into this.




Best Answer

  • @kenley.macandog123 Thanks for your question. So we do not distribute a wide range of technical indicators via our Python API. There are many packages which do this very nicely in the Python ecosystem. I have presented on how to achieve this in a very few lines of code, using some great packages in this webinar here and accompanying jupyter notebook here (which provides the code to do this). I hope this can help.