• Joined on 2025-03-07
Simon pushed to regime-imbalance-ethbtc at Simon/lowkey_backtest 2026-01-18 14:35:54 +08:00
582a43cd4a Remove deprecated training scripts and Systemd service files
Simon pushed to regime-imbalance-ethbtc at Simon/lowkey_backtest 2026-01-18 11:09:19 +08:00
b5550f4ff4 Add daily model training scripts and terminal UI for live trading
Simon pushed to regime-imbalance-ethbtc at Simon/lowkey_backtest 2026-01-16 13:54:56 +08:00
35992ee374 Enhance SL/TP calculation and order handling in LiveRegimeStrategy and OKXClient
Simon pushed to regime-imbalance-multi-pairs at Simon/lowkey_backtest 2026-01-15 22:17:18 +08:00
1af0aab5fa feat: Add Multi-Pair Divergence Live Trading Module
Simon pushed to regime-imbalance-ethbtc at Simon/lowkey_backtest 2026-01-15 21:12:09 +08:00
62c470b3de Refactor dotenv loading in config.py to simplify environment variable management by removing the fallback logic and directly loading the .env file.
Simon deleted branch regime-imbalance-tests from Simon/lowkey_backtest 2026-01-15 20:51:38 +08:00
Simon created branch regime-imbalance-ethbtc in Simon/lowkey_backtest 2026-01-15 20:51:35 +08:00
Simon pushed to regime-imbalance-ethbtc at Simon/lowkey_backtest 2026-01-15 20:51:35 +08:00
Simon created branch regime-imbalance-multi-pairs in Simon/lowkey_backtest 2026-01-15 20:48:33 +08:00
Simon pushed to regime-imbalance-multi-pairs at Simon/lowkey_backtest 2026-01-15 20:48:33 +08:00
df37366603 feat: Multi-Pair Divergence Selection Strategy
Simon pushed to regime-imbalance-tests at Simon/lowkey_backtest 2026-01-15 10:51:51 +08:00
7e4a6874a2 Cleaning up PRDs files
Simon pushed to regime-imbalance-tests at Simon/lowkey_backtest 2026-01-15 10:40:59 +08:00
c4ecb29d4c Update trading configuration to allow full fund utilization and adjust base size calculation in strategy
Simon pushed to regime-imbalance-tests at Simon/lowkey_backtest 2026-01-14 21:44:19 +08:00
0c82c4f366 Implement FastAPI backend and Vue 3 frontend for Lowkey Backtest UI
Simon pushed to regime-imbalance-tests at Simon/lowkey_backtest 2026-01-14 09:46:59 +08:00
1e4cb87da3 Add check_symbols.py for ETH perpetuals filtering and enhance backtester with size handling
Simon pushed to regime-imbalance-tests at Simon/lowkey_backtest 2026-01-13 21:55:40 +08:00
10bb371054 Implement Regime Reversion Strategy and remove regime_detection.py
Simon pushed to regime-imbalance-tests at Simon/lowkey_backtest 2026-01-13 16:14:39 +08:00
e6d69ed04d Add CryptoQuant client and regime detection analysis
44fac1ed25 Remove deprecated modules and files related to the backtesting framework, including backtest.py, cli.py, config.py, data.py, intrabar.py, logging_utils.py, market_costs.py, metrics.py, trade.py, and supertrend indicators. Introduce a new structure for the backtesting engine with improved organization and functionality, including a CLI handler, data manager, and reporting capabilities. Update dependencies in pyproject.toml to support the new architecture.
Compare 2 commits »
Simon created branch regime-imbalance-tests in Simon/lowkey_backtest 2026-01-13 16:14:39 +08:00
Simon pushed to main at Simon/lowkey_backtest 2026-01-10 08:49:40 +08:00
Simon pushed to main at Simon/lowkey_backtest 2026-01-10 06:10:57 +08:00
5cc6791877 Add MVRV strategy backtesting module with feature engineering and on-chain data integration. Implement model training and evaluation pipeline, including probability threshold analysis. Update configuration for strategy parameters and enhance logging for trade results. Include instructions for running the backtest and preparing data.
Simon pushed to main at Simon/lowkey_backtest 2026-01-09 19:53:14 +08:00
c4aa965a98 Add initial implementation of backtesting framework with CLI interface. Introduce core modules for data loading, trade management, performance metrics, and logging. Include Supertrend indicator calculations and slippage estimation. Update .gitignore to exclude logs and CSV files.