python-tradingview-ta
python-tradingview-ta copied to clipboard
Unofficial TradingView technical analysis API wrapper.
when specifying the interval, there is no explanation on how many candles back you query on ( interval * how many candles back?) same for the indicators, do they all...
I use TradingView, but I have been calculating 10 day RSI (which is the standard) using YahooFinance. I find that my RSI calculations differ from TradingView, so I have decided...
Whats the Difference between those two and what is the Look Back Periode in both? Is there Any way to append the kdj indicator? Thank you for your awesome Work!
**Describe the bug** After several hours of successfully running a bot, I suddenly get the following error message: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='scanner.tradingview.com', port=443): Max retries exceeded with url: /crypto/scan (Caused by NewConnectionError(':...
By process of elimination, I would assume that it refers exclusively to the oscillator ratings? I have Googled extensively with no straight answer to this in sight. On a similar...
First, thanks so much for the awesome package. Is there a place where we can see a description for each of the indicators being fetched?
Hello, I follow the stating guide: `install package` + add example but get a connection error: > File "C:\Users\יונתן\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 498, in send > raise ConnectionError(err, request=request) > requests.exceptions.ConnectionError: ('Connection...
Hi, I'm studying your code. For calculating buy/sell/neutral for VWMA you're using the simple() compute function with checks for 1/-1/0. https://github.com/brian-the-dev/python-tradingview-ta/blob/dbb02b91c7a135ee9b8ed7b91a05f65cb00719ae/tradingview_ta/main.py#L166-L169 and https://github.com/brian-the-dev/python-tradingview-ta/blob/dbb02b91c7a135ee9b8ed7b91a05f65cb00719ae/tradingview_ta/technicals.py#L226-L240 How does this work? Obviously VWMA is...
Hi! Thanks for this great library. Id like to know if it is possible to replicate the recomendations and values from the library with my own data instead of tradingview...
Hello . How can I add other indicators ? (for example Ichimoku) **Note** : Ichimoku is available on the tradingview.com I read the main.py file and add "Ichimoku2c" or "Ichimoku"...