disable freqai

This commit is contained in:
zhangkun 2026-02-18 02:26:33 +08:00
parent 48fad353a4
commit aab70c973b
4 changed files with 9 additions and 4 deletions

View File

@ -69,7 +69,7 @@
}
],
"freqai": {
"enabled": true,
"enabled": false,
"data_kitchen": {
"fillna": "ffill"
},

5
tools/%1 Normal file
View File

@ -0,0 +1,5 @@
docker: 'docker logs' requires 1 argument
Usage: docker logs [OPTIONS] CONTAINER
Run 'docker logs --help' for more information

0
tools/grep Normal file
View File

View File

@ -361,9 +361,9 @@ docker run -d --restart=always \
--freqaimodel $FREQAI_MODEL \
--fee 0.0008 \
--config /freqtrade/config_examples/$CONFIG_FILE \
--config /freqtrade/templates/${PARAMS_NAME}.json \
--config /freqtrade/config_examples/live_${FREQAI_MODEL}.json \
--strategy $STRATEGY_NAME \
--config /freqtrade/templates/${PARAMS_NAME}.json
#--config /freqtrade/config_examples/live_${FREQAI_MODEL}.json \ 不再使用freqai了这个版本下
--strategy $STRATEGY_NAME \
--strategy-path /freqtrade/templates
RUN_RESULT=$?
set -e # 恢复 set -e