TradeLearn Report
TradeLearn BackTest : {{ metadata.strategy_name }}
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 }}
{{ detail_content | safe }}
{% endif %}
{% if charts.get("Portfolio Replay") %}
{% for title, chart in charts.items() if title not in ("Price / Trades", "Portfolio Replay") %}
{{ chart | safe }}
{% endfor %}