diff --git a/docs/strategy-customization.md b/docs/strategy-customization.md index 9cc2b7045..bbf8783c6 100644 --- a/docs/strategy-customization.md +++ b/docs/strategy-customization.md @@ -855,6 +855,8 @@ dataframe, last_updated = self.dp.get_analyzed_dataframe(pair=metadata['pair'], ### *orderbook(pair, maximum)* +Retrieve the current order book for a pair. + ``` python if self.dp.runmode.value in ('live', 'dry_run'): ob = self.dp.orderbook(metadata['pair'], 1)