debug identifier 配置
This commit is contained in:
parent
03f69f08a8
commit
4783e1bdee
@ -60,7 +60,7 @@
|
||||
},
|
||||
"freqaimodel": "XGBoostRegressor",
|
||||
"purge_old_models": 2,
|
||||
"identifier": "test175",
|
||||
"identifier": "test61",
|
||||
"train_period_days": 30,
|
||||
"backtest_period_days": 10,
|
||||
"live_retrain_hours": 0,
|
||||
|
||||
@ -92,7 +92,7 @@
|
||||
},
|
||||
"freqaimodel": "LightGBMMultiTargetRegressor",
|
||||
"purge_old_models": 2,
|
||||
"identifier": "dryrun-freqai",
|
||||
"identifier": "test60",
|
||||
"train_period_days": 18,
|
||||
"backtest_period_days": 2,
|
||||
"live_retrain_hours": 2,
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
},
|
||||
"freqaimodel": "LightGBMMultiTargetRegressor",
|
||||
"purge_old_models": 2,
|
||||
"identifier": "live-freqai",
|
||||
"identifier": "test59",
|
||||
"train_period_days": 18,
|
||||
"backtest_period_days": 2,
|
||||
"live_retrain_hours": 2,
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
"tradable_balance_ratio": 1,
|
||||
"fiat_display_currency": "USD",
|
||||
"dry_run": true,
|
||||
"identifier": "demo1",
|
||||
"identifier": "test62",
|
||||
"timeframe": "5m",
|
||||
"dry_run_wallet": 1000,
|
||||
"cancel_open_orders_on_exit": true,
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
},
|
||||
"freqai": {
|
||||
"enabled": true,
|
||||
"identifier": "freqai_primer_mixed",
|
||||
"identifier": "test63",
|
||||
"model": "LightGBMRegressor",
|
||||
"purge_old_models": 2,
|
||||
"train_period_days": 15,
|
||||
|
||||
@ -250,6 +250,11 @@ PARAMS_NAME=$(echo "$STRATEGY_NAME" | tr '[:upper:]' '[:lower:]')
|
||||
|
||||
echo "使用策略: $STRATEGY_NAME" >&2
|
||||
echo "使用配置: $CONFIG_FILE" >&2
|
||||
echo "参数文件: $PARAMS_NAME.json" >&2
|
||||
echo "配置加载顺序:" >&2
|
||||
echo " 1. /freqtrade/config_examples/$CONFIG_FILE" >&2
|
||||
echo " 2. /freqtrade/templates/${PARAMS_NAME}.json" >&2
|
||||
echo " 3. /freqtrade/config_examples/live.json" >&2
|
||||
echo "测试分支: $TEST_BRANCH" >&2
|
||||
echo "远程币对列表URL: $PAIR_REMOTE_LIST_URL" >&2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user