tradingview / charting-library-tutorial

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

There is one dropdown there i.e account_no. I want to draw the chart of only close value of credit and debit columns. I want to draw the 2 different charts for that without any manual intervention. How can I do that? #130

Open yashashri0809 opened 2 days ago

yashashri0809 commented 2 days ago

There is one dropdown there i.e account_no. I want to draw the chart of only close value of credit and debit columns. I want to draw the 2 different charts for that without any manual intervention. How can I do that?

romfrancois commented 2 days ago

You would need to be a tad clearer here. Im assuming you're a Trading Platform user and by account_no you're referring to Account Manager?

yashashri0809 commented 2 days ago

Just consider that i want to show the 2 seperate line chart of credit and debit. Then how can i do that?

romfrancois commented 1 day ago

Still lacking context. Where are those data coming from? If it's just plain numbers you could draw a line at a given price; otherwise if it's over time and you need to plot a line then you may either want to create a made up symbol for it or create a custom indicator.