diff --git a/config.json.example b/config.json.example index 9dab7b998..0ea0fc344 100644 --- a/config.json.example +++ b/config.json.example @@ -5,7 +5,7 @@ "fiat_display_currency": "USD", "ticker_interval" : "5m", "dry_run": false, - "disable_buy" : true, + "disable_buy" : false, "unfilledtimeout": { "buy":10, "sell":30 @@ -13,15 +13,14 @@ "trailing_stop": { "positive" : 0.005 }, - "unfilledtimeout": 600, "bid_strategy": { "ask_last_balance": 0.0, - "use_book_order": true, + "use_book_order": false, "book_order_top": 6, - "percent_from_top": 0.005 + "percent_from_top": 0 }, "ask_strategy":{ - "use_book_order": true, + "use_book_order": false, "book_order_min": 1, "book_order_max": 30 }, diff --git a/config_full.json.example b/config_full.json.example index 1601f672e..41e14822c 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -4,7 +4,7 @@ "stake_amount": 0.05, "fiat_display_currency": "USD", "dry_run": false, - "disable_buy" : true, + "disable_buy" : false, "ticker_interval": "5m", "trailing_stop": true, "minimal_roi": { @@ -20,12 +20,12 @@ } "bid_strategy": { "ask_last_balance": 0.0, - "use_book_order": true, + "use_book_order": false, "book_order_top": 6, - "percent_from_top": 0.005 + "percent_from_top": 0 }, "ask_strategy":{ - "use_book_order": true, + "use_book_order": false, "book_order_min": 1, "book_order_max": 30 },