mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
docs: replace orderflow dataframe with dict in code comment
This commit is contained in:
parent
5930813df9
commit
4cd75c9753
|
@ -61,7 +61,7 @@ Once activated, several new columns become available in your dataframe:
|
|||
``` python
|
||||
|
||||
dataframe["trades"] # Contains information about each individual trade.
|
||||
dataframe["orderflow"] # Represents a footprint chart dataframe (see below)
|
||||
dataframe["orderflow"] # Represents a footprint chart dict (see below)
|
||||
dataframe["imbalances"] # Contains information about imbalances in the order flow.
|
||||
dataframe["bid"] # Total bid volume
|
||||
dataframe["ask"] # Total ask volume
|
||||
|
|
Loading…
Reference in New Issue
Block a user