Logged in as {{ user.nickname }} - Logout

Your strategies

{% if strategies %} {% else %} No strategies were found. {% endif %}

Active executions

{% if active_executions %}
    {% for active_execution in active_executions %}
  • {{ active_execution.class }} started on {{ active_execution.created }}. {{ active_execution.executions_finished }}/{{ active_execution.total_executions }} executions finished.
  • {% endfor %}
{% else %} No active executions were found. {% endif %}