docs: replace orderflow dataframe with dict in code comment

This commit is contained in:
Joe Schr 2024-07-15 20:49:56 +02:00
parent 5930813df9
commit 4cd75c9753

View File

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