Update docs about availability of get_analyzed

This commit is contained in:
Matthias 2021-05-09 19:53:41 +02:00
parent 1c408c0404
commit d495ea3693

View File

@ -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