jonchurch / tradingview-js-api-tutorial

308 stars 181 forks source link

Drawing custom lines #14

Closed jurepetrovic closed 3 years ago

jurepetrovic commented 5 years ago

I see that TV widget draws all indicators from the candle data locally. Is there any way to draw custom curved lines from the server data?

I mean - additionally to candles I would like to draw some lines, but the data comes from the backend server.

Did you already do something like that ?

Thank you very, very much!

jurepetrovic commented 3 years ago

Ok, I found some way to do that. Thanks.