Browse Source

open_interest

skyffire 1 năm trước cách đây
mục cha
commit
62d0d6cf6a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      strategy/src/avellaneda_stoikov.rs

+ 1 - 1
strategy/src/avellaneda_stoikov.rs

@@ -553,7 +553,7 @@ impl AvellanedaStoikov {
             optimal_bid_price: self.optimal_bid_price,
 
             inventory: self.inventory,
-            sigma_square: self.open_interest_diff,
+            sigma_square: self.open_interest,
             gamma: self.money_flow_diff,
             kappa: self.total_cross_diff,