From 84ad17628724ea38be94705461d50f57bda85289 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 4 Dec 2021 13:33:38 +0100 Subject: [PATCH] Improve documentation wording --- docs/strategy-callbacks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/strategy-callbacks.md b/docs/strategy-callbacks.md index 869a985ae..895e50425 100644 --- a/docs/strategy-callbacks.md +++ b/docs/strategy-callbacks.md @@ -389,7 +389,7 @@ class AwesomeStrategy(IStrategy): !!! Warning "Backtesting" While Custom prices are supported in backtesting (starting with 2021.12), prices will be moved to within the candle's high/low prices. - This behavior is currently in testing, and might be changed at a later point. + This behavior is currently being tested, and might be changed at a later point. ## Custom order timeout rules