psemdel / py-trading-bot

Trading-bot in python using django, vertorbt lib and interactive-brokers
MIT License
141 stars 34 forks source link

Adding Plotly and dash to this app? #29

Closed ben1628 closed 1 year ago

ben1628 commented 1 year ago

What is your thought on this?

I'm using IB Gateway, so I will not have access to the TWS's candlesticks and various tools. After we start the bot, it may not be a bad ideas to plot some candlestick on Django. There is some github stuff about Django Instant, plotly-dash-django using tag. Even some real time display of Dataframe would be helpful as it is now just a black box to me, :)

Again, nothing urgent, may be we can start creating a Labels called Request/Enhancement to track that.

Even without that, this is going to be a lot of potential for this project.

ben1628 commented 1 year ago

On second thought, this is not necessary as I could use TWS or other charting tools. Do this in this app is not ideal and make the codes much more complicated than necessary

psemdel commented 1 year ago

vbt is also very good to plot things in jupyter. I also think it would be a bit the overkill to put that in django.