Enhance README and documentation for Cycles framework

- Expanded the README.md to provide a comprehensive overview of the Cycles framework, including features, quick start instructions, and configuration examples.
- Updated strategies documentation to detail the architecture, available strategies, and their configurations, emphasizing the new multi-timeframe capabilities.
- Added a new timeframe system documentation to explain the strategy-controlled timeframe management and automatic data resampling.
- Improved the strategy manager documentation to clarify its role in orchestrating multiple strategies and combining signals effectively.
- Adjusted configuration examples to reflect recent changes in strategy parameters and usage.
This commit is contained in:
Vasily.onl
2025-05-23 17:06:35 +08:00
parent 9b15f9f44f
commit 9629d3090b
5 changed files with 1335 additions and 304 deletions

View File

@@ -2,7 +2,7 @@
"start_date": "2025-03-01",
"stop_date": "2025-03-15",
"initial_usd": 10000,
"timeframes": ["15min"],
"timeframes": ["1min"],
"stop_loss_pcts": [0.05],
"strategies": [
{