charting-library-tutorial icon indicating copy to clipboard operation
charting-library-tutorial copied to clipboard

Resolving symbol doesn't support resolving by short name

Open bhp-work opened this issue 4 years ago • 3 comments

First of all thank you so much team for the ready to use tradingview implementation. This is really great.

It throws 'cannot resolve symbol' when compared. Also I am not sure if this issue is with all or just me because I did some code changes and not really sure if that has cause the issue. Please try to reproduce and check. If you are not able to reproduce then please close the issue :)

crp

bhp-work avatar Nov 07 '20 09:11 bhp-work

I guess we have to set ticker property here as well. Would you like to make a PR?

timocov avatar Nov 09 '20 11:11 timocov

And don't forget about https://github.com/tradingview/charting-library-tutorial/blob/master/documentation/datafeed-implementation.md#resolvesymbol

timocov avatar Nov 09 '20 11:11 timocov

See https://github.com/tradingview/charting_library/wiki/Symbology#ticker.

Also, we can solve the issue by search not by just full_name, but by the name either.

timocov avatar Nov 09 '20 11:11 timocov