python-tradingview-ta
python-tradingview-ta copied to clipboard
Unofficial TradingView technical analysis API wrapper.
I feel like is a good opportunity to buy based in TV signals when there is a change from NEUTRAL to BUY or from BUY to STRONG BUY in 5...
I find it would be useful and important to be able to check the time stamp of the retrieved analysis. Is it possible to get that information somehow? For example,...
Hello, First let me congratulate you on the good job - the project is awesome! Do you happen to know of any limitations of the TradingView API? How many requests...
Hey Brian, I wanted to ask you if it is possible to add the volatility indicator (for crypto screener). Thanks a lot!
Hi, we're using your TradingView-TA and we're finding it really usefull. Unfortunately we've discovered that from the 20th of September 2021 the DAX 30 will include 10 new businesses and...
Our applications are based on the actual value of the moving averages values, however we tend to use custom moving averages, such as SMA1, SMA3 etc. It would be really...
Can you please add super trend value.
Hey, I was wondering, is it possible to add custom indicators (created by users, not TradingView)? [e.g](https://tradingview.com/script/64ynXU2e/)
Hi, Thanks for your code. I am getting below error while running below command kindly check and let me know. Thanks for advance " from tradingview_ta import * Traceback (most...
So I stumbled on this repo while building out some similar functionality. Curious as to your rationale on how you decided on the subset of 80 some odd indicators you've...