Fix wrongly named parameter

This commit is contained in:
Matthias
2019-10-19 14:20:30 +02:00
parent 367b7b55ce
commit 0e2c57731c
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class Strategy001(IStrategy):
trailing_stop_positive_offset = 0.02
# run "populate_indicators" only for new candle
ta_on_candle = False
process_only_new_candles = False
# Experimental settings (configuration will overide these if set)
use_sell_signal = True
+1 -1
View File
@@ -42,7 +42,7 @@ class Strategy002(IStrategy):
trailing_stop_positive_offset = 0.02
# run "populate_indicators" only for new candle
ta_on_candle = False
process_only_new_candles = False
# Experimental settings (configuration will overide these if set)
use_sell_signal = True
+1 -1
View File
@@ -42,7 +42,7 @@ class Strategy003(IStrategy):
trailing_stop_positive_offset = 0.02
# run "populate_indicators" only for new candle
ta_on_candle = False
process_only_new_candles = False
# Experimental settings (configuration will overide these if set)
use_sell_signal = True
+2 -2
View File
@@ -41,7 +41,7 @@ class Strategy004(IStrategy):
trailing_stop_positive_offset = 0.02
# run "populate_indicators" only for new candle
ta_on_candle = False
process_only_new_candles = False
# Experimental settings (configuration will overide these if set)
use_sell_signal = True
@@ -55,7 +55,7 @@ class Strategy004(IStrategy):
'stoploss': 'market',
'stoploss_on_exchange': False
}
def informative_pairs(self):
"""
Define additional, informative pair/interval combinations to be cached from the exchange.
+1 -1
View File
@@ -44,7 +44,7 @@ class Strategy005(IStrategy):
trailing_stop_positive_offset = 0.02
# run "populate_indicators" only for new candle
ta_on_candle = False
process_only_new_candles = False
# Experimental settings (configuration will overide these if set)
use_sell_signal = True