This website requires JavaScript.
Explore
Help
Sign In
Simon
/
Cycles
Watch
1
Star
0
Fork
0
You've already forked Cycles
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Cycles
/
cycles
History
Simon Moisy
267f040fe8
Merge branch 'xgboost'
...
# Conflicts: # .gitignore # README.md # cycles/backtest.py # main.py # pyproject.toml # uv.lock
2025-07-11 09:04:49 +08:00
..
Analysis
Merge branch 'xgboost'
2025-07-11 09:04:49 +08:00
strategies
attempt fix for lookahead bias
2025-05-27 18:08:42 +08:00
utils
Merge branch 'xgboost'
2025-07-11 09:04:49 +08:00
__init__.py
Refactor
2025-05-20 16:59:17 +08:00
backtest.py
Enhance backtesting framework with static task processing and progress management. Introduced static task processing for parallel execution, improved error handling, and added a progress manager for better task tracking. Updated BacktestRunner to support progress callbacks and optimized worker allocation based on system resources. Added new configuration files for flexible backtesting setups.
2025-07-10 10:23:41 +08:00
charts.py
Implement BBRS strategy with multi-timeframe support and enhance strategy manager
2025-05-23 16:56:53 +08:00
market_fees.py
- Refactored the Backtest class for strategy modularity
2025-05-22 17:05:19 +08:00