Skip to content
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

Display statistics in backtesting mode #83

Open
ziyedbe opened this issue Jul 22, 2023 · 0 comments
Open

Display statistics in backtesting mode #83

ziyedbe opened this issue Jul 22, 2023 · 0 comments

Comments

@ziyedbe
Copy link

ziyedbe commented Jul 22, 2023

I saw that in earlier versions we had more statistics displayed but are now commented :

# print("Win rate:                {}%".format(round(win_rate, 1)))
# print("Max win:                 ${}".format(round(max_win, 2)))
# print("Average win:             ${}".format(round(avg_win, 2)))
# print("Max loss:                -${}".format(round(max_loss, 2)))
# print("Average loss:            -${}".format(round(avg_loss, 2)))

Is it possible to bring back those statistics ? and is it possible to have stats over every single trade (Like profit made for each trade)

Thank you!

@ziyedbe ziyedbe changed the title Display statistic for each trade made in backtesting mode Display statistics in backtesting mode Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant