Skip to content

Commit 5f5e513

Browse files
committed
chore: modify orderflow docs re. stacked imbalance changes
1 parent 7c148a0 commit 5f5e513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced-orderflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ dataframe["delta"] # Difference between ask and bid volume.
7070
dataframe["min_delta"] # Minimum delta within the candle
7171
dataframe["max_delta"] # Maximum delta within the candle
7272
dataframe["total_trades"] # Total number of trades
73-
dataframe["stacked_imbalances_bid"] # Price level of stacked bid imbalance
74-
dataframe["stacked_imbalances_ask"] # Price level of stacked ask imbalance
73+
dataframe["stacked_imbalances_bid"] # List of price levels of stacked bid imbalance range beginnings
74+
dataframe["stacked_imbalances_ask"] # List of price levels of stacked ask imbalance range beginnings
7575
```
7676

7777
You can access these columns in your strategy code for further analysis. Here's an example:

0 commit comments

Comments
 (0)