TradingView-API
TradingView-API copied to clipboard
📈 Get real-time stocks from TradingView
### Max Sessions Rate Reached Error [Urgent!] For the way I am using the API, I need to call multiple timeframes on multiple assets simultaneously. When sending the GET request,...
**Attempting to access Invite Only Indicator yields the following:** study_not_auth:Script@tv-scripting-507 undefined  **The line that causes it is:** const STD = new chart.Study(indic); **To Reproduce** Snag the id from the...
Hello, Mathieu. I've been experimenting with your library, and it looks very promising! I faced a bug when I try to use other timeframes in replay mode. Replay mode works...
Hi Mathieu, I came across your conversation with Andres on github regarding backtesting using TradingView indicators on NodeRed. I have a similar project in mind that I'd like to discuss...
**Is your feature request related to a problem? Please describe.** Defining a chart setup with multiple indicators is difficult. It requires looking up the indicators, finding their id, and loading...
resolve #184
I want to get specific stock prices from specific market, for example THYAO from BIST(Turkish) market. How can I achieve this with this library?
**Describe the bug** The bug occurs in the parseWSPacket function, which expects a string input but receives a Buffer object instead. This leads to the TypeError: str.replace is not a...