drl-trading-bot-dev2 / src /ui /__init__.py
DRL Trading Bot
Feature: HTF Agent integration — live trading, API endpoints, UI tab
fc115d5
Raw
History Blame Contribute Delete
121 Bytes
"""
UI Layer Package
Streamlit dashboard for real-time monitoring.
"""
# Export main app function
__all__ = ['run_app']