Merge pull request #26 from freqtrade/update_strats_2

Remove duplicate ticker_interval entry
This commit is contained in:
Misagh
2019-03-24 17:01:15 +01:00
committed by GitHub
5 changed files with 0 additions and 15 deletions
-3
View File
@@ -44,9 +44,6 @@ class Strategy001(IStrategy):
trailing_stop_positive = 0.01
trailing_stop_positive_offset = 0.02
# Optimal ticker interval for the strategy
ticker_interval = '5m'
# run "populate_indicators" only for new candle
ta_on_candle = False
-3
View File
@@ -41,9 +41,6 @@ class Strategy002(IStrategy):
trailing_stop_positive = 0.01
trailing_stop_positive_offset = 0.02
# Optimal ticker interval for the strategy
ticker_interval = '5m'
# run "populate_indicators" only for new candle
ta_on_candle = False
-3
View File
@@ -41,9 +41,6 @@ class Strategy003(IStrategy):
trailing_stop_positive = 0.01
trailing_stop_positive_offset = 0.02
# Optimal ticker interval for the strategy
ticker_interval = '5m'
# run "populate_indicators" only for new candle
ta_on_candle = False
-3
View File
@@ -40,9 +40,6 @@ class Strategy004(IStrategy):
trailing_stop_positive = 0.01
trailing_stop_positive_offset = 0.02
# Optimal ticker interval for the strategy
ticker_interval = '5m'
# run "populate_indicators" only for new candle
ta_on_candle = False
-3
View File
@@ -43,9 +43,6 @@ class Strategy005(IStrategy):
trailing_stop_positive = 0.01
trailing_stop_positive_offset = 0.02
# Optimal ticker interval for the strategy
ticker_interval = '5m'
# run "populate_indicators" only for new candle
ta_on_candle = False