Logo
Explore Help
Sign In
Simon/lowkey_backtest
1
0
Fork 0
You've already forked lowkey_backtest
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
regime-imbalance-ethbtc
lowkey_backtest/live_trading/ui/__init__.py

11 lines
240 B
Python
Raw Permalink Normal View History

Add daily model training scripts and terminal UI for live trading - Introduced `train_daily.sh` for automating daily model retraining, including data download and model training steps. - Added `install_cron.sh` for setting up a cron job to run the daily training script. - Created `setup_schedule.sh` for configuring Systemd timers for daily training tasks. - Implemented a terminal UI using Rich for real-time monitoring of trading performance, including metrics display and log handling. - Updated `pyproject.toml` to include the `rich` dependency for UI functionality. - Enhanced `.gitignore` to exclude model and log files. - Added database support for trade persistence and metrics calculation. - Updated README with installation and usage instructions for the new features.
2026-01-18 11:08:57 +08:00
"""Terminal UI module for live trading dashboard."""
from .dashboard import TradingDashboard
from .state import SharedState
from .log_handler import UILogHandler
__all__ = [
"TradingDashboard",
"SharedState",
"UILogHandler",
]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 133ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API