From 8a1155b0c5f4d453042a86ec9b87e2d716b1ab82 Mon Sep 17 00:00:00 2001 From: Gert Wohlgemuth Date: Fri, 11 May 2018 15:59:03 -0700 Subject: [PATCH] added trailing stop parameter to example files --- config.json.example | 1 + config_full.json.example | 1 + 2 files changed, 2 insertions(+) diff --git a/config.json.example b/config.json.example index 6a4f20cd6..5b98a505a 100644 --- a/config.json.example +++ b/config.json.example @@ -4,6 +4,7 @@ "stake_amount": 0.05, "fiat_display_currency": "USD", "dry_run": false, + "trailing_stop": false, "unfilledtimeout": 600, "bid_strategy": { "ask_last_balance": 0.0 diff --git a/config_full.json.example b/config_full.json.example index 77ef0faa0..570276e77 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -5,6 +5,7 @@ "fiat_display_currency": "USD", "dry_run": false, "ticker_interval": "5m", + "trailing_stop": true, "minimal_roi": { "40": 0.0, "30": 0.01,