Mathieu Colmon
Mathieu Colmon
Hey, I just added an example [here](https://github.com/Mathieu2301/TradingView-API/blob/main/examples/GetDrawings.js). The `chartID` parameter is optional. The `layoutID` can be found in the URL of your chart.
Are you sure it's the `chartID` and not the `layoutID` ? The `layoutID` is normally required.
> I got the session from the cookies in my browser. > I got the user id from the getUser function. So if you have both : ```js TradingView.getDrawings(YOUR_LAYOUT_ID, null,...
Maybe your are using a temp sessionid (you didn't check the 'remember me' checkbox) or maybe you entered the wrong userid...
Are you using a premium account ?
I have the same behavior with free account but when I use a premium token it works.
Hello, I think that all the features you need are already available in the V3. Many examples are available in [`./examples` directory](https://github.com/Mathieu2301/TradingView-API/tree/v3.0-remake/examples) and we will continue to add more. I...
Hello ! First of all I want to say that this library/API does not use Puppeteer! It would be much heavier and slower to install and use. I only use...
Okay perfect ! So it will be possible to make the script when the #17 will be solved. (Required to parse `labels` data) And then I will need an account...
> So... how long do you think before #17 is taken care of? I've done it yesterday ! > I can provide access to trading view whenever you like, let...