doc: improve orderbook wording

This commit is contained in:
Matthias
2025-09-06 10:23:56 +02:00
parent 09017980b6
commit 66577b741f

View File

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