Georgii Matveev

Results 7 comments of Georgii Matveev

@sumanth1462 could you please share your getBars implementation?

The logs that you've shared above show that the library received the Symbol Info from resolveSymbol. So it should call getBars next unless something in the LibrarySymbolInfo is invalid. Suggestions:...

Hello @ashlin-utrade `generate API keys for the demo datafeed, as the website mentioned seems to be down. ` Apologies for the late reply, please try using the demo datafeed from...

Hello @antonylim , Could you please set the property in the [widget constructor](https://www.tradingview.com/charting-library-docs/latest/core_concepts/Widget-Constructor/) as `debug: true`, repeat loading of the page and send the log to us?

Hello @antonylim One "0" seems to be missing from "0930-163", should be "0930-1630", most likely in the session or corrections information.

@antonylim , I suggest to address the CORS first, you'd need to implement your own storage for production, ours is only avaialbe for testing purposes on localhost. https://www.tradingview.com/charting-library-docs/latest/getting_started/Online-Editors/#note

Hello @cetoex , Could you please double-check if you followed the three steps exactly as in https://github.com/tradingview/charting-library-examples/tree/master/ios-swift ?