Merge branch 'xgboost'

# Conflicts:
#	.gitignore
#	README.md
#	cycles/backtest.py
#	main.py
#	pyproject.toml
#	uv.lock
This commit is contained in:
2025-07-11 09:04:49 +08:00
39 changed files with 6311 additions and 1332 deletions

View File

@@ -0,0 +1,10 @@
{
"start_date": "2021-11-01",
"stop_date": "2024-04-01",
"initial_usd": 10000,
"timeframes": ["1min", "2min", "3min", "4min", "5min", "10min", "15min", "30min", "1h", "2h", "4h", "6h", "8h", "12h", "1d"],
"stop_loss_pcts": [0.01, 0.02, 0.03, 0.04, 0.05, 0.1],
"data_dir": "../data",
"results_dir": "../results",
"debug": 0
}

10
configs/full_config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"start_date": "2020-01-01",
"stop_date": "2025-07-08",
"initial_usd": 10000,
"timeframes": ["1h", "4h", "15ME", "5ME", "1ME"],
"stop_loss_pcts": [0.01, 0.02, 0.03, 0.05],
"data_dir": "../data",
"results_dir": "../results",
"debug": 1
}

View File

@@ -0,0 +1,10 @@
{
"start_date": "2023-01-01",
"stop_date": "2025-01-15",
"initial_usd": 10000,
"timeframes": ["4h"],
"stop_loss_pcts": [0.05],
"data_dir": "../data",
"results_dir": "../results",
"debug": 0
}