瀏覽代碼

gamma = 1

skyffire 1 年之前
父節點
當前提交
3f563ecb55
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      strategy/src/avellaneda_stoikov.rs

+ 1 - 1
strategy/src/avellaneda_stoikov.rs

@@ -215,7 +215,7 @@ impl AvellanedaStoikov {
         // };
         // self.gamma.rescale(8);
 
-        self.gamma = dec!(0.236) * Self::IRA;
+        self.gamma = dec!(1) * Self::IRA;
     }
 
     pub fn update_kappa(&mut self) {