Backtest visualisation #245
Replies: 8 comments 5 replies
-
I've been using Jupyter notebooks with some custom plots. One option is we eventually add some example notebooks, or we could go the route of integrating something more substantial such as a Backtester.py. It does look quite good. I'll investigate more closely over the next few days and likely open an issue for further discussions. |
Beta Was this translation helpful? Give feedback.
-
Some examples with your notebooks will be great! I have idea to use ClickHouse + Grafana for backtest visualisation and also like realtime dashboard , |
Beta Was this translation helpful? Give feedback.
-
I'm thinking about a UI as well - any progression in thoughts on this space? Was actually contemplating a standard JS/Angular web front end, but I'd prefer to contribute something everyone could use |
Beta Was this translation helpful? Give feedback.
-
I'm also interesting in this topic. |
Beta Was this translation helpful? Give feedback.
-
I think we can work towards some more basic backtest visualizations in the same vein as some other open source Python trading platforms currently out there. Note that A JS/Angular front end is a more substantial undertaking, which I had intended to include in a future licensed add-on to NautilusTrader. The first step would be building a web server which could expose a REST and WebSocket API, leveraging something like FastAPI. This is something an Angular front end could then 'plug into'. Its currently not my intention to add the machinery for this into the open source repo, however I'm happy to discuss topics relating to the above via email. |
Beta Was this translation helpful? Give feedback.
-
Another good looking library https://github.com/ranaroussi/quantstats |
Beta Was this translation helpful? Give feedback.
-
While we don't have the perfect solution yet, can you suggest how should I start to build a FastAPI server to expose backtest |
Beta Was this translation helpful? Give feedback.
-
Hey, @cjdsellers, awesome project, thank you! |
Beta Was this translation helpful? Give feedback.
-
What do you use to visualize the results as a GUI ?
https://kernc.github.io/backtesting.py/ - this thing looks very nice
Beta Was this translation helpful? Give feedback.
All reactions