Merge pull request #148 from Samaoo/patch-1
Replace ticker_interval with timeframe
This commit is contained in:
@@ -30,7 +30,7 @@ rsiSellVal = 88
|
||||
|
||||
class SwingHighToSky(IStrategy):
|
||||
|
||||
ticker_interval = '15m'
|
||||
timeframe = '15m'
|
||||
|
||||
stoploss = -0.34338
|
||||
|
||||
|
||||
Reference in New Issue
Block a user