skyffire hace 1 año
padre
commit
3f563ecb55
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {