Skip to content

HTML Backtest reporting #283

@MDUYN

Description

@MDUYN

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)

Report should similiar to quant connect report
image

image

image

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions