This commit is contained in:
zhangkun9038@dingtalk.com 2025-11-26 23:27:19 +08:00
parent 8034492695
commit cbfdcf4cd7
2 changed files with 1 additions and 19 deletions

View File

@ -59,25 +59,6 @@
"method": "StaticPairList"
}
],
"order_types": {
"entry": "market",
"exit": "market",
"stoploss": "limit",
"stoploss_on_exchange": false
},
"order_time_in_force": {
"entry": "gtc",
"exit": "gtc"
},
"entry_pricing": {
"price_side": "other",
"use_order_book": false,
"price_last_balance": 0
},
"exit_pricing": {
"price_side": "other",
"use_order_book": false
},
"fee": 0.0008,
"api_server": {
"enabled": true,

View File

@ -358,6 +358,7 @@ docker-compose run -d --rm \
--db-url sqlite:////freqtrade/user_data/tradesv3.sqlite \
--fee 0.0008 \
--config /freqtrade/config_examples/$CONFIG_FILE \
--config /freqtrade/config_examples/live.json \
--strategy $STRATEGY_NAME \
--strategy-path /freqtrade/templates