Add default strategy settings

This commit is contained in:
Matthias
2020-06-04 14:46:22 +02:00
committed by GitHub
parent 5ce0934849
commit c6dfe1c6de
@@ -28,9 +28,20 @@ class TDSequentialStrategy(IStrategy):
# Optimal stoploss designed for the strategy
stoploss = -0.05
# Trailing stoploss
trailing_stop = False
# trailing_only_offset_is_reached = False
# trailing_stop_positive = 0.01
# trailing_stop_positive_offset = 0.0 # Disabled / not configured
# Optimal ticker interval for the strategy
ticker_interval = '1h'
# These values can be overridden in the "ask_strategy" section in the config.
use_sell_signal = True
sell_profit_only = False
ignore_roi_if_buy_signal = False
# Optional order type mapping
order_types = {