#!/usr/bin/env python3 """ ui_template_config.py - Configuration Management HTML Template Contains the configuration interface for managing trading pairs, indicators, gap filling settings, and system configuration """ def get_config_html(): """Return the configuration management HTML""" return """ Configuration - Trading Intelligence System

⚙️ System Configuration

Manage trading pairs, indicators, and system settings

📊 Trading Pairs

Symbol Enabled Priority Record From Date Actions
Loading...

📈 Technical Indicators

Enable or disable technical indicators and configure their parameters

Loading indicators...

🔧 Gap Filling Configuration

Loading gap filling settings...

📥 Collection Settings

Loading collection settings...

🔧 Environment Variables

Key Value Actions
Loading...

💾 Save Configuration

Save all configuration changes to disk

"""