TradingView-API icon indicating copy to clipboard operation
TradingView-API copied to clipboard

📈 Get real-time stocks from TradingView

Results 106 TradingView-API issues
Sort by recently updated
recently updated
newest added

### 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...

bug

Where do I find the code for other indicators such as when you create a new builtInIndactor ?

enhancement

**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...

bug

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...

bug

**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; //...

bug

Hello , can you add a new Deep Backtesting feature ? ![image](https://user-images.githubusercontent.com/22674893/179350167-c6e791c2-3946-4f7f-91e6-1275145c3e54.png)

enhancement

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?

bug

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...

enhancement