Add empty to documentation

This commit is contained in:
Matthias 2020-06-14 11:52:42 +02:00
parent ab9382434f
commit 8472fcfff9
1 changed files with 7 additions and 0 deletions

View File

@ -454,6 +454,13 @@ if self.dp:
timeframe=self.ticker_interval)
```
!!! Note "No data available"
Returns an empty dataframe if the requested pair was not cached.
This should not happen when using whitelisted pairs.
!!! Warning "Warning in hyperopt"
This option cannot currently be used during hyperopt.
#### *orderbook(pair, maximum)*
``` python