mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-26 00:40:23 +00:00
doc: add timeframe to 101 strategy so it's "auto-runnable"
closes #11379
This commit is contained in:
@@ -79,6 +79,8 @@ import talib.abstract as ta
|
|||||||
|
|
||||||
class MyStrategy(IStrategy):
|
class MyStrategy(IStrategy):
|
||||||
|
|
||||||
|
timeframe = '15m'
|
||||||
|
|
||||||
# set the initial stoploss to -10%
|
# set the initial stoploss to -10%
|
||||||
stoploss = -0.10
|
stoploss = -0.10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user