From 23836242679512788204bc322906c9f16b5f772b Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 22 Apr 2025 16:51:39 +0800 Subject: [PATCH] =?UTF-8?q?=E2=94=82=20Total/Daily=20Avg=20Trades=20=20=20?= =?UTF-8?q?=20=20=20=E2=94=82=2034=20/=200.68=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=E2=94=82=20=E2=94=82=20Starting=20balance=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=E2=94=82=201000=20USDT=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=E2=94=82=20=E2=94=82=20Final=20balance=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20=20=20=E2=94=82=201040.202=20USDT?= =?UTF-8?q?=20=20=20=20=20=20=20=E2=94=82=20=E2=94=82=20Absolute=20profit?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20=20=20=20=E2=94=82=2040.202=20USD?= =?UTF-8?q?T=20=20=20=20=20=20=20=20=20=E2=94=82=20=E2=94=82=20Total=20pro?= =?UTF-8?q?fit=20%=20=20=20=20=20=20=20=20=20=20=20=20=20=20=E2=94=82=204.?= =?UTF-8?q?02%=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=E2=94=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_examples/config_freqai.okx.json | 4 ++-- docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config_examples/config_freqai.okx.json b/config_examples/config_freqai.okx.json index 7298d71..c7d553f 100644 --- a/config_examples/config_freqai.okx.json +++ b/config_examples/config_freqai.okx.json @@ -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, diff --git a/docker-compose.yml b/docker-compose.yml index 0dfc5a0..786e4ed 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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