disable freqai
This commit is contained in:
parent
aab70c973b
commit
aa2f369fc9
@ -361,9 +361,8 @@ 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 \ 不再使用freqai了,这个版本下
|
||||
--strategy $STRATEGY_NAME \
|
||||
--config /freqtrade/templates/${PARAMS_NAME}.json \
|
||||
--strategy $STRATEGY_NAME \
|
||||
--strategy-path /freqtrade/templates
|
||||
RUN_RESULT=$?
|
||||
set -e # 恢复 set -e
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user