tradingview / charting-library-tutorial

This tutorial explains step by step how to connect your data to the Charting Library
MIT License
425 stars 316 forks source link

How can i add the dropdown filters like this on the particular symbol in symbol search dialog box? in below image, in 'Stocks' symbol 3 filters are there i.e 'All countries','All types','All sectors'.....instead of all this Stocks will be replaced by 'Accounts' and 'all countries','all types','all sectors' are replaced by 'bank_id','country','currency'. How to do that? #126

Open yashashri0809 opened 1 week ago

yashashri0809 commented 1 week ago
picture pic
romfrancois commented 1 week ago

It's unfortunately impossible to do that. This kind of behaviour would have to happen in the backend and only return to the UI what a user is able to access.

yashashri0809 commented 1 week ago

It's unfortunately impossible to do that. This kind of behaviour would have to happen in the backend and only return to the UI what a user is able to access.

I have the advanced tradingview charting library. By using this library I added that 'ACCOUNTS' symbol. By using this library is it possible to add the filters?

romfrancois commented 1 week ago

What you did was changing what we call filters but not much else can be done.