TradingView-API
TradingView-API copied to clipboard
📈 Get real-time stocks from TradingView
**Describe the bug** `TradingView.loginUser` fails Message: > 'Please confirm that you are not a robot by clicking the captcha box.' Stack : > 'Error: Please confirm that you are not...
Hi, absolutely nothing is working. I understand your code parses sessionid data and so on, but I'm an absolute zero in programming. I can't figure out how to work with...
**Is your feature request related to a problem? Please describe.** It seems that the searchMarket filter is inadequate. It is best if we can filter more by country and sector....
Is there a function that returns the default indicator options? ``` indicator.setOption('in_0', 2); // here we set the 'in_0' option indicator.setOption('in_1', 2); // here we set the 'in_1' option ```...
``` const TradingView = require('@mathieuc/tradingview'); server = 'prodata'; var authToken; var session; var signature; var sessionHash; var privateChannel; session: 'xxx'; signature: 'xxx'; sessionHash: 'xxx'; privateChannel: 'xxx'; authToken: 'xxx'; const client...
**Describe the bug** Functions that use session_id and sessionid_sign do not work for me even with fresh session and auth, it always says "Wrong or expired sessionid/signature" in the console,...
Hi @Mathieu2301, I just wanted to ask if I can implement my current PineScript strategy in this project and be able to generate any webhook alerts to any local server...
After running more than 7 scripts running at the same time, we are getting "Unexpected server response: 429" error. Do you have any ideas for a workaround? /Experienced this error...
By chart patterns I mean this ones: Restriction: - they are available only for paid plans - `TradingView.searchIndicator` somehow does not find them - from ws messages on trading view...
Add index.d.ts file on root folder. Activated by "npx npm-dts -e main.js generate" in console.