Kai Folf

Results 29 comments of Kai Folf

Hi @Alexandar83, > the project is awesome Thank you!!! > Do you happen to know of any limitations of the TradingView API? > And is there a limitation of the...

Hello minghwee, tradingview-ta is not suitable to get the current price, since the data is not in realtime. Consider using data from an exchange or API like iexcloud.io. Customizing the...

Hi @ALT-KIK, Sorry for the late response. Feel free to do so. Thanks.

Unfortunately, SMA1 and SMA3 are not supported (the minimum is SMA5). This has nothing to do with python-tradingview-ta, but the TradingView API just doesn't support them. A workaround is to...

Hello @YonathanB, That error is caused by the `requests` package. It might be because of your internet connection. Try disabling the firewall (if active) or use a VPN. Please let...

Hey @zi-nt, No, I didn't choose to include the indicators. All indicators are from the dev tools (XHR > scan > Headers > Form Data). ![image](https://user-images.githubusercontent.com/40331046/105623078-76948300-5e49-11eb-8be0-4493b47cdf10.png) The `Rec` values are...

Can you send a screenshot or link?

Hi @wenli135, I moved that page into the FAQ section when I migrated the docs from Markdown to reST. Here's the new link: https://python-tradingview-ta.readthedocs.io/en/latest/faq.html#how-does-tradingview-ta-works.

Heya, writeboard is still in development and many features are still missing. I can see that all of the icons are wrong, I'll check on that later. Also there's a...