pmarino84 / strategy_tester

A tool to simplify backtesing and/or optimization of your trading strategy
MIT License
0 stars 0 forks source link

Move report_pdf to report module #35

Closed pmarino84 closed 1 month ago

pmarino84 commented 1 month ago

Move the report_pdf method to the new report module.

Use context as argument instead of metrics, statistics and heatmap directly, to facilitate future changes.

pmarino84 commented 1 month ago

Moved sub task 'Add profits_losses_mean_by_hour/dow/month charts.' to it's own issue

pmarino84 commented 1 month ago

Moved report_pdf under /src/strategy_tester/report/pdf folder