Skip to content

Commit 66577b7

Browse files
committed
doc: improve orderbook wording
1 parent 0901798 commit 66577b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/strategy-customization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,8 @@ dataframe, last_updated = self.dp.get_analyzed_dataframe(pair=metadata['pair'],
855855

856856
### *orderbook(pair, maximum)*
857857

858+
Retrieve the current order book for a pair.
859+
858860
``` python
859861
if self.dp.runmode.value in ('live', 'dry_run'):
860862
ob = self.dp.orderbook(metadata['pair'], 1)

0 commit comments

Comments
 (0)