louisnw01 / lightweight-charts-python

Python framework for TradingView's Lightweight Charts JavaScript library.
MIT License
1.06k stars 196 forks source link

How to use other lightweight-charts plugins #416

Open piotrwoj opened 2 months ago

piotrwoj commented 2 months ago

Question

I would like to use other plugins, such like volume profile: https://github.com/tradingview/lightweight-charts/tree/master/plugin-examples/src/plugins/volume-profile. I see that the lightweight-charts-python supports plugins in general, but it looks that it's not enough to just copy and paste the plugin code to the project. Could someone explain how to do it, assuming that I know Python and same basics of JS?

Code example

No response

yakir4123 commented 1 month ago

any example of how to use any plugin will be appriciated (than with gpt or something we probably will be able to create a lot more)

gl-karunkrishna commented 1 month ago

https://tradingview.github.io/lightweight-charts/plugin-examples/plugins/volume-profile/example/

This feature will be very powerful to implement natively