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
6c5dcc1183
Implement backtesting framework with modular architecture for data loading, processing, and result management. Introduced BacktestRunner, ConfigManager, and ResultProcessor classes for improved maintainability and error handling. Updated main execution script to utilize new components and added comprehensive logging. Enhanced README with detailed project overview and usage instructions.
2025-06-25 13:08:07 +08:00
..
Analysis
Boilinger Band and RSI implementation
2025-05-20 18:28:53 +08:00
utils
Implement backtesting framework with modular architecture for data loading, processing, and result management. Introduced BacktestRunner, ConfigManager, and ResultProcessor classes for improved maintainability and error handling. Updated main execution script to utilize new components and added comprehensive logging. Enhanced README with detailed project overview and usage instructions.
2025-06-25 13:08:07 +08:00
__init__.py
Refactor
2025-05-20 16:59:17 +08:00
backtest.py
progress print
2025-05-29 11:04:03 +08:00
charts.py
Refactor
2025-05-20 16:59:17 +08:00
market_fees.py
Refactor backtesting logic and introduce new components
2025-05-21 17:03:34 +08:00
supertrend.py
shifted one day back on the metatrend to avoid lookahead bias, reverted metatrend calculus to use no cpu optimization for readability
2025-05-27 17:49:55 +08:00