bugfixing

This commit is contained in:
MuslemRahimi 2025-02-10 10:22:05 +01:00
parent ef5171fc2c
commit 742c49950e

View File

@ -94,7 +94,7 @@ def aggregate_data_by_date(symbol):
if matching_price:
spot_price = matching_price['close']
else:
spot_price = 0 # Or some default value
continue
gex = open_interest * gamma * spot_price
dex = open_interest * delta * spot_price