{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block head_scripts %} {% endblock %} {% block main_class %}shell{% endblock %} {% block content %}

Arbitrade Dashboard

Live execution, P&L, and system state.

Refresh metrics Health Config Backtesting
{% include "partials/metrics.html" %}
{% include "partials/overview.html" %}
{% include "partials/controls.html" %}
{% include "partials/charts.html" %}
{% include "partials/audit.html" %}
{% endblock %} {% block scripts %} {% endblock %}