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
17
Commits
4
Branches
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Simon Moisy
0eb7fc77f9
Enhance data loading in main.py to support both CSV and JSON formats, improving flexibility for input data. Update date filtering and logging for better traceability. Refactor trade collection logic to ensure all trades are captured and written to separate CSV files by timeframe and stop loss percentage. Adjusted main execution parameters for broader timeframe analysis.
2025-05-19 17:35:17 +08:00
.gitignore
Update .gitignore to exclude PNG files from version control
2025-05-17 14:48:13 +08:00
charts.py
Add BacktestCharts class for visualizing backtest results and update main.py for enhanced data processing
2025-05-17 13:07:40 +08:00
Dockerfile
Cleanup
2025-05-17 14:48:30 +08:00
main_debug.py
Add BacktestCharts class for visualizing backtest results and update main.py for enhanced data processing
2025-05-17 13:07:40 +08:00
main.py
Enhance data loading in main.py to support both CSV and JSON formats, improving flexibility for input data. Update date filtering and logging for better traceability. Refactor trade collection logic to ensure all trades are captured and written to separate CSV files by timeframe and stop loss percentage. Adjusted main execution parameters for broader timeframe analysis.
2025-05-19 17:35:17 +08:00
README.md
Update .gitignore to include additional files and modify README header
2025-05-09 12:26:42 +08:00
requirements.txt
Implement Google Sheets integration in main.py for batch updates of backtest results
2025-05-19 02:02:03 +08:00
trend_detector_simple.py
Enhance data loading in main.py to support both CSV and JSON formats, improving flexibility for input data. Update date filtering and logging for better traceability. Refactor trade collection logic to ensure all trades are captured and written to separate CSV files by timeframe and stop loss percentage. Adjusted main execution parameters for broader timeframe analysis.
2025-05-19 17:35:17 +08:00
README.md
Cycles
Description
No description provided
Readme
2
MiB
Languages
Python
99.4%
Dockerfile
0.6%