From d495ea36932011babb3dcafeaa1795a5e986f71c Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 9 May 2021 19:53:41 +0200 Subject: [PATCH] Update docs about availability of get_analyzed --- docs/strategy-customization.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/strategy-customization.md b/docs/strategy-customization.md index 6c62c1e86..49456c047 100644 --- a/docs/strategy-customization.md +++ b/docs/strategy-customization.md @@ -422,10 +422,6 @@ if self.dp: Returns an empty dataframe if the requested pair was not cached. This should not happen when using whitelisted pairs. - -!!! Warning "Warning about backtesting" - This method will return an empty dataframe during backtesting. - ### *orderbook(pair, maximum)* ``` python