-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Backtest Visualization #1268
-
Hi there,
I’ve recently been working on a new visualization tool that integrates TradingView’s lightweight-charts, designed to align with the data structures and standards of the backtesting.py library.
I’d really appreciate any thoughts you might have—especially regarding integration or improvements.
Here’s the repo link: https://github.com/Finance-Insight-Lab/bt-visualizer
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Hi there,
Just a quick update regarding my earlier message:
I’ve now released the visualization tool as a Python package that can be easily installed and used in JupyterLab.
You can install it with:
pip install bt-visualizer
I’d love to hear your feedback — especially any suggestions for improvements or ideas for better integration with backtesting.py
Thanks again!
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 3