소스 검색

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) {