│ 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:
parent
b816a42eab
commit
2383624267
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user