File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ dataframe["delta"] # Difference between ask and bid volume.
7070dataframe[" min_delta" ] # Minimum delta within the candle
7171dataframe[" max_delta" ] # Maximum delta within the candle
7272dataframe[" 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
7777You can access these columns in your strategy code for further analysis. Here's an example:
You can’t perform that action at this time.
0 commit comments