{% extends "base.html" %} {% block title %}Trading Control{% endblock %} {% block page_title %}Trading Control{% endblock %} {% block page_subtitle %}Start, stop, and configure trading operations{% endblock %} {% block content %}

Trading Engine

Control the autonomous trading loop

Status: Running Stopped

Trading Configuration

Time between analysis cycles

Leave empty for unlimited

Minimum confidence to trade (0-1)

Minimum edge required (0-0.5)

Features

Kill Switch

ACTIVE

Emergency stop all trading activity. When active, no new trades will be executed.

Current Cycle

Cycle #
Last Run
Next Run
Signals Found
Trades Executed

Provider Status

{% endblock %} {% block scripts %} {% endblock %}