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("Price / Trades") %}
Price / Trades
{{ charts.get("Price / Trades") | safe }}
{% for title, chart in charts.items() if title != "Price / Trades" %}
{% endfor %}