│ Total/Daily Avg Trades │ 34 / 0.68 │

│ Starting balance            │ 1000 USDT           │
│ Final balance               │ 1040.202 USDT       │
│ Absolute profit             │ 40.202 USDT         │
│ Total profit %              │ 4.02%               │
This commit is contained in:
Ubuntu 2025-04-22 16:51:39 +08:00
parent b816a42eab
commit 2383624267
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
"timeframe": "3m",
"dry_run_wallet": 1000,
"cancel_open_orders_on_exit": true,
"stoploss": -0.09,
"stoploss": -0.05,
"unfilledtimeout": {
"entry": 5,
"exit": 15
@ -67,7 +67,7 @@
"freqaimodel": "CatboostClassifier",
"purge_old_models": 2,
"train_period_days": 15,
"identifier": "test3",
"identifier": "test2",
"train_period_days": 30,
"backtest_period_days": 10,
"live_retrain_hours": 0,

View File

@ -43,11 +43,11 @@ services:
command: >
backtesting
--logfile /freqtrade/user_data/logs/freqtrade.log
--freqaimodel XGBoostRegressor
--freqaimodel LightGBMClassifier
--config /freqtrade/config_examples/config_freqai.okx.json
--strategy-path /freqtrade/templates
--strategy FreqaiExampleStrategy
--timerange 20250320-20250420
--timerange 20250301-20250420
--export trades