This commit is contained in:
Joe Schr
2024-02-13 11:32:58 +01:00
parent 7296ce72cb
commit 3a1bb83f99

View File

@@ -76,6 +76,3 @@ orderflow_df['delta'] # ask amount - bid amount
orderflow_df['total_volume'] # ask amount + bid amount
orderflow_df['total_trades'] # ask + bid trades
```