Mathieu Colmon

Results 37 comments of Mathieu Colmon

Hmm I see but when I try it works... I tried with/without indicators, with normal/pro account and it works...

Built-in indicator instances have to be created using the BuiltInIndicator class. https://github.com/Mathieu2301/TradingView-API/blob/main/examples/BuiltInIndicator.js

All indicators are identified with a type: - `Dividends@tv-basicstudies-177` - `Splits@tv-basicstudies-177` - `Earnings@tv-basicstudies-177` - `VbPSessions@tv-volumebyprice` - `Script@tv-scripting-101!` - etc... A pine indicator is identified with the `Script@tv-scripting-101!` type (or `StrategyScript@tv-scripting-101!`...

if you get something like: ```js firstBarTime: undefined, lastBarTime: undefined, ``` You should increase the range.

I tried with "0.15-fixes" branch and I get same results... Please help !

Hello, the `loginUser` function can be used to generate a `sessionid` and a `signature` that must be **stored** somewhere. I don't know how long a session can be used, but...