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-multi-pairs
lowkey_backtest/main.py
Simon Moisy 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.
2026-01-12 21:11:39 +08:00

11 lines
265 B
Python
Raw Permalink Blame History

"""
Lowkey Backtest CLI - VectorBT Edition
A backtesting framework supporting multiple market types (spot, perpetual)
with realistic trading simulation including leverage, funding, and shorts.
"""
from engine.cli import main
if __name__ == "__main__":
main()
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 71ms Template: 4ms
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