easytrader / StrategyCeleryWebsite

qstrader UI .Demo--http://ec2-54-169-253-5.ap-southeast-1.compute.amazonaws.com:8000/
16 stars 2 forks source link

Interactive plot #4

Open femtotrader opened 7 years ago

femtotrader commented 7 years ago

Instead of creating a png file and display it you might try to create an interactive plot.

bokeh http://bokeh.pydata.org/ could help

Other solution is to output a JSON and have a pure JavaScript solution for plotting. Possible candidates could be:

easytrader commented 7 years ago

Interactive plot might be a good idea in the future.