disable freqai
This commit is contained in:
parent
a03ec5030f
commit
20c4beae48
@ -71,7 +71,7 @@
|
||||
"use_order_book": false
|
||||
},
|
||||
"freqai": {
|
||||
"enabled": true,
|
||||
"enabled": false,
|
||||
"data_kitchen": {
|
||||
"fillna": "ffill"
|
||||
},
|
||||
|
||||
@ -362,9 +362,9 @@ docker run -d --restart=always \
|
||||
--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 \
|
||||
--strategy-path /freqtrade/templates
|
||||
RUN_RESULT=$?
|
||||
RUN_RESULT=$?
|
||||
set -e # 恢复 set -e
|
||||
|
||||
if [ $RUN_RESULT -eq 0 ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user