We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should have a flag for the bt.plot() function which would show the cash amount at our broker.
bt.plot()
E.g.: bt.plot(plot_broker_cash=True)
bt.plot(plot_broker_cash=True)
Also, given this feature it would be nice to access the "cash at the broker" in each iteration.
Thank you for the great work!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
We should have a flag for the
bt.plot()
function which would show the cash amount at our broker.E.g.:
bt.plot(plot_broker_cash=True)
Also, given this feature it would be nice to access the "cash at the broker" in each iteration.
Thank you for the great work!
The text was updated successfully, but these errors were encountered: