-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could be cool to do in-house plots. #207
Comments
This is neat, thanks for the implementation. We were thinking about ways to improve visual debugging for the models with different charting libraries so this might come in handy. |
Hey @SamsTheGreatest , thanks for the help here. Yes, we've been actively looking for a better solution compared to the Blankly Platform as we currently are working with an external data provider for the TradingView charts and they are just not producing the right data. As a result, I think the best approach that the team is taking is considering a desktop rendition of the platform that enables you to read directly from the underlying CSV and backtest results themselves while still keeping and maintaining the features of the platform, with additional syncing capabilities if you do work in a team. That way you get the best of the TradingView experience on the right data :D. |
Sounds like a solid plan, really enjoying the development you guys made, you must keep on it! On a side note, if for now I want to plot custom variables, is it possible to access |
The best way is to use global variables that are defined outside of the strategy (so anything that is outside of your strategy will still be stored and you can interact with them inside your strategy as well. |
Hej!
I think it is very useful to debug algos using something more than equity curves and metrics. Other frameworks like Vectorbt use Plotly for this, you guys chose tradingview (questionably quality right now). As I usually use Jupyter notebooks for everything, here is my suggestion right now before you can make a smooth integration with Tradingview:
The text was updated successfully, but these errors were encountered: