doc: add timeframe to 101 strategy so it's "auto-runnable"

closes #11379
This commit is contained in:
Matthias
2025-02-16 15:11:14 +01:00
parent b2881affc0
commit b285cdd491

View File

@@ -79,6 +79,8 @@ import talib.abstract as ta
class MyStrategy(IStrategy):
timeframe = '15m'
# set the initial stoploss to -10%
stoploss = -0.10