tvjsx / trading-vue-js

💹 Hackable charting lib for traders. You can draw literally ANYTHING on top of candlestick charts. [Not Maintained]
https://tvjsx.github.io/trading-vue-demo/
MIT License
2.07k stars 629 forks source link

Is there any way to handle overlay changes? #235

Open yusufozcan opened 3 years ago

yusufozcan commented 3 years ago

I need to save the data for drawings and the indicators (overlays) on every change to load them for same symbol later. I make the logic all, but to make it more efficiency I need to handle any change on its time. So I am looking for an event like that indicates this changes.

phuthuycoding commented 2 years ago

@yusufozcan Can you explain what data you need ? Can you share example code ?