TradingView-API
TradingView-API copied to clipboard
📈 Get real-time stocks from TradingView
**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...
**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...
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...
"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...
**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...
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...
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...
 getting error like this, what happend?