Private indicators #36
-
Hello Mathieu, and congratulations for the work done so far! I have private indicators, that I can obviously access if and only if I am personally connected to the platform. I checked through your code, but could not find any way to input login/password and get a private session. Hence my question: is there any way to use your tools as a connected user (preferably by generating a private session from login/password, or alternatively by opening a private session in a browser and passing by some relevant key to your tools)? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
On V3, we have the const client = new TradingView.Client({
token: 'YOUR_SESSIONID_COOKIE',
}); |
Beta Was this translation helpful? Give feedback.
On V3, we have the
token
parameter forClient
object.