You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on a TradingView library related project and here are a few questions related to the TradingView library.
Does the total tick data length have to be more than or equals to the - periodParams.countBack value in getBars function ?
If yes then can i update the value of periodParams.countBack according to the tick data length ?
When I scroll horizontally to the left and when I reach the last bar, the 'getBars' function is called infinitely. Why is this happening?
Does any Android library exist that for advanced trading view library ?
because when i open the trading view of groww app , my be i wrong but i think it is not implemented in web view.
The text was updated successfully, but these errors were encountered:
Does the total tick data length have to be more than or equals to the - periodParams.countBack value in getBars function ?
Simplest answer would be no, but I would encourage you to firsyt read the dedicated documentation explaining how the datafeed works.
When I scroll horizontally to the left and when I reach the last bar, the 'getBars' function is called infinitely. Why is this happening?
This is simply because your datafeed is not indicating to the library there is no more data to return so as a consequence the library keeps on requesting data.
Does any Android library exist that for advanced trading view library ?
Here we have a dedicated example for Android using webviews.
Basically the library is in Javascript to ease its usability in most framework/environment.
I am currently working on a TradingView library related project and here are a few questions related to the TradingView library.
Does the total tick data length have to be more than or equals to the - periodParams.countBack value in getBars function ?
If yes then can i update the value of periodParams.countBack according to the tick data length ?
When I scroll horizontally to the left and when I reach the last bar, the 'getBars' function is called infinitely. Why is this happening?
Does any Android library exist that for advanced trading view library ?
because when i open the trading view of groww app , my be i wrong but i think it is not implemented in web view.
The text was updated successfully, but these errors were encountered: