mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 01:53:05 +00:00
doc: improve orderbook wording
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user