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

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

bug

**Attempting to access Invite Only Indicator yields the following:** study_not_auth:Script@tv-scripting-507 undefined ![image](https://github.com/Mathieu2301/TradingView-API/assets/127162040/38e46f47-2502-4415-b61e-aadbcfd4b2a2) **The line that causes it is:** const STD = new chart.Study(indic); **To Reproduce** Snag the id from the...

bug

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

bug

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

enhancement

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

enhancement

Hi, can you provide a backtest example?

enhancement

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?

enhancement

How we can get CSA indicators from Tradingview?

bug

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

bug