-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
HTML backtest reporting, where a html will be generated that can be opened in the browser. Ideally it should be working as follows:
from investing_algorithm_framework import create_html_report
report = app.run_backtest(
algorithm=algorithm
date_range=backtest_range,
output_directory="backtest_reports"
)
link = create_html_report(report, directory="/output")
print(link)
Metadata
Metadata
Assignees
Labels
No labels