diff --git a/config_full.json.example b/config_full.json.example index 357a8f525..58d3d3ac6 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -39,12 +39,12 @@ "buy": "limit", "sell": "limit", "stoploss": "market", - "stoploss_on_exchange": "false", + "stoploss_on_exchange": false, "stoploss_on_exchange_interval": 60 }, "order_time_in_force": { "buy": "gtc", - "sell": "gtc", + "sell": "gtc" }, "pairlist": { "method": "VolumePairList",