disable freqai
This commit is contained in:
parent
48fad353a4
commit
aab70c973b
@ -69,7 +69,7 @@
|
||||
}
|
||||
],
|
||||
"freqai": {
|
||||
"enabled": true,
|
||||
"enabled": false,
|
||||
"data_kitchen": {
|
||||
"fillna": "ffill"
|
||||
},
|
||||
|
||||
5
tools/%1
Normal file
5
tools/%1
Normal 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
0
tools/grep
Normal 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user