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

**Is your feature request related to a problem? Please describe.** I would like to use the API to configure a chart, and then retrieve a screenshot of the chart output...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

I try to execute the following code. If I set "Binance" as the market, I get correct timestamp in response. But if I set "MOEX" as the market, I get...

bug

"Pine cannot determine the referencing length of a series. Try using max_bars_back in the study or strategy function.: Out of depth at index 10649: TimeScaleImpl depth=1135, length=11828, required depth=1179." I've...

bug

**Describe the bug** Im getting the "onError" event triggered when loading a Public Indicator with - "TradingView.getIndicator()". Study error: Study not allowed in this connection ams1-charts-22-webchart-1@ams1-compute-22 Study error: [ 'Study...

bug

Dear Mathieu2301 I hope this message finds you well. I was browsing through your repository and noticed that it doesn't currently support proxy connections. As someone who relies on proxies...

enhancement

Hello, I am trying to backtest a private strategy while changing a parameter to a range of values on a range of timeframes. Once it tests a configuration (e.g. timeframe...

check please my code what i missed? ``` import TradingView from '@mathieuc/tradingview' TradingView.loginUser(process.argv[2], process.argv[3], false).then((user) => { console.log('User:', user); console.log('Sessionid:', user.session); // if (!process.argv[2]) throw Error('Please specify your \'sessionid\' cookie');...

I was hoping to use this API to detect: 1. when a **new** up/down Supertrend occurs 2. what the **current** Supertrend status is. This is what this would look like...

![image](https://user-images.githubusercontent.com/18720002/209343091-ddb9ca99-dcfb-47e2-9bc3-9984c48da864.png) getting error like this, what happend?

bug