TradingView-API
TradingView-API copied to clipboard
📈 Get real-time stocks from TradingView
### Describe the bug I know this was previously reported as affecting v2 in Issue #23 , but I appear to be encountering it in v3.2.0 also. If I'm doing...
Where do I find the code for other indicators such as when you create a new builtInIndactor ?
**Describe the bug** When I call "TradingView.getIndicator(ID)" and as an ID I use "STD;RSI" it's all good. Same with all indicators starting with STD. But when I try to call...
Right now the api stops updating even after the internet is back ```js client.onDisconnected(() => { console.log("client DISconnected!"); setTimeout(() => { // How to reconnect here? console.log('connected?!'); }, 5000); });...
Hello, The 'searchMarket' function does not work, in fact it gives me completely different values than those requested. However, I type "BINANCE:BTCUSDT" and I never get this result in the...
**Describe the bug** The websocket code in Client I think somewhere isn't listening for onError event and throws up the whole app as a result. ``` node:events:498 throw er; //...
Hello , can you add a new Deep Backtesting feature ? 
Hello, I'm a beginner. I want to know how to use TradingVieew-API step by step. Anyone with knowledge of this please teach me. Actually, I would like to use the...
how can i log into tradingview and access personal indicators? i get sessionid error. where do you set your username and password?
I only have a very basic knowledge of java and i would really like to know how to run this app. I am using a mac OSX. I installed node...