From 9960fe07bc3bc9a289a05e6716510c6d3dae7bdb Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 24 Jan 2019 07:08:21 +0100 Subject: [PATCH] Add experimental settings to sample strategy --- user_data/strategies/test_strategy.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user_data/strategies/test_strategy.py b/user_data/strategies/test_strategy.py index 6ca45a5dc..0241475e9 100644 --- a/user_data/strategies/test_strategy.py +++ b/user_data/strategies/test_strategy.py @@ -53,6 +53,11 @@ class TestStrategy(IStrategy): # run "populate_indicators" only for new candle ta_on_candle = False + # Experimental settings (configuration will overide these if set) + use_sell_signal = False + use_profit_only = False + ignore_roi_if_buy_signal = False + # Optional order type mapping order_types = { 'buy': 'limit',