{{ bokeh_resources | safe }}

TradeLearn Report

TradeLearn BackTest : {{ metadata.strategy_name }}

Run ID
{{ metadata.run_id }}
Period
{{ metadata.start }} to {{ metadata.end }}
Generated
{{ metadata.generated_at }}
Rows
returns={{ returns_count }}, trades={{ trades_count }}

Summary Stats

Key performance, risk, and accounting metrics.

{{ summary_table | safe }}

Top 5 Drawdowns

{{ drawdowns_table | safe }}

Experiment Parameters

{{ config_table | safe }} {{ research_section | safe }}
{% set detail_content -%} {{ benchmark_section | safe }} {{ correlation_section | safe }} {{ exposure_section | safe }} {{ factor_ic_section | safe }} {{ factor_rank_ic_section | safe }} {{ factor_turnover_section | safe }} {{ factor_long_short_section | safe }} {{ factor_section | safe }} {%- endset %} {% if detail_content.strip() %}
{{ detail_content | safe }}
{% endif %} {% if charts.get("Price / Trades") %}

Price / Trades

{{ charts.get("Price / Trades") | safe }}
{% endif %}
{% for title, chart in charts.items() if title != "Price / Trades" %}

{{ title }}

{{ chart | safe }}
{% endfor %}
{{ custom_sections | safe }} {{ script | safe }}