From b285cdd4915b633ef76f125b70cfa08e807b8d62 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 16 Feb 2025 15:11:14 +0100 Subject: [PATCH] doc: add timeframe to 101 strategy so it's "auto-runnable" closes #11379 --- docs/strategy-101.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/strategy-101.md b/docs/strategy-101.md index e7618d90f..9226537e1 100644 --- a/docs/strategy-101.md +++ b/docs/strategy-101.md @@ -79,6 +79,8 @@ import talib.abstract as ta class MyStrategy(IStrategy): + timeframe = '15m' + # set the initial stoploss to -10% stoploss = -0.10