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