-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
How to plot enter trade events #714
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
Labels
enhancement
New feature or request
Comments
There are only trade exits on the P/L triangles plot. I considered adding a gray line extending from trade entry to its exit triangle (I thought I uploaded an example image somewhere on the forum, but now I can't find it), but that has yet to manifest. The relevant code is to be added here: backtesting.py/backtesting/_plotting.py Lines 400 to 426 in 65f54f6
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry if I missed it in the documentation, but how one plots the trade events (long or short)? It's hard to understand from the candlestick chart when exactly the position was opened (the beginning of the dashed line). Thanks!
The text was updated successfully, but these errors were encountered: