optimizing strategies

This commit is contained in:
Gert Wohlgemuth
2018-04-25 09:09:13 -07:00
parent c83494cd9b
commit 0d24aac1fb
2 changed files with 10 additions and 21 deletions

View File

@@ -33,7 +33,7 @@ class Long(IStrategy):
stoploss = -0.15
# Optimal ticker interval for the strategy
ticker_interval = 5
ticker_interval = 60
def populate_indicators(self, dataframe: DataFrame) -> DataFrame: