{% extends "layout.html" %} {% set active_page = "home" %} {% block body %}

Profitability


Watched markets

OctoBot is starting, markets will be refreshed when available.

{% if backtesting_mode %}
{% else %} {% for pair in watched_symbols %}
{% endfor %} {% if not watched_symbols %}
{% endif %} {% endif %}

{% endblock %} {% block additional_scripts %} {% endblock additional_scripts %}