This commit is contained in:
parent
c2ebcca3c6
commit
4e7e5f2363
@ -35,8 +35,8 @@
|
|||||||
"timeout": 20000
|
"timeout": 20000
|
||||||
},
|
},
|
||||||
"pair_whitelist": [
|
"pair_whitelist": [
|
||||||
"BTC/USDT",
|
"OKB/USDT",
|
||||||
"ETH/USDT",
|
"DOT/USDT",
|
||||||
"SOL/USDT"
|
"SOL/USDT"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -67,7 +67,7 @@
|
|||||||
},
|
},
|
||||||
"freqaimodel": "CatboostClassifier",
|
"freqaimodel": "CatboostClassifier",
|
||||||
"purge_old_models": 2,
|
"purge_old_models": 2,
|
||||||
"identifier": "test171",
|
"identifier": "test175",
|
||||||
"train_period_days": 30,
|
"train_period_days": 30,
|
||||||
"backtest_period_days": 10,
|
"backtest_period_days": 10,
|
||||||
"live_retrain_hours": 0,
|
"live_retrain_hours": 0,
|
||||||
@ -81,8 +81,7 @@
|
|||||||
],
|
],
|
||||||
"include_corr_pairlist": [
|
"include_corr_pairlist": [
|
||||||
"BTC/USDT",
|
"BTC/USDT",
|
||||||
"ETH/USDT",
|
"ETH/USDT"
|
||||||
"SOL/USDT"
|
|
||||||
],
|
],
|
||||||
"label_period_candles": 12,
|
"label_period_candles": 12,
|
||||||
"include_shifted_candles": 3,
|
"include_shifted_candles": 3,
|
||||||
|
|||||||
@ -72,7 +72,14 @@ services:
|
|||||||
# --strategy FreqaiExampleStrategy
|
# --strategy FreqaiExampleStrategy
|
||||||
# --timerange 20250101-20250420
|
# --timerange 20250101-20250420
|
||||||
# --fee 0.0008
|
# --fee 0.0008
|
||||||
|
# command: >
|
||||||
|
# download-data
|
||||||
|
# --config /freqtrade/config_examples/config_freqai.okx.json
|
||||||
|
# --exchange okx
|
||||||
|
# --pairs DOT/USDT
|
||||||
|
# --timeframe 1h 5m
|
||||||
|
# --timerange 20240101-20250420
|
||||||
|
#
|
||||||
# command: >
|
# command: >
|
||||||
# hyperopt
|
# hyperopt
|
||||||
# --logfile /freqtrade/user_data/logs/freqtrade.log
|
# --logfile /freqtrade/user_data/logs/freqtrade.log
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user