Commit 3b13bdc4 by zihan

尝试卖单只吃后面的深度

parent 18a1b2a9
...@@ -171,7 +171,7 @@ class BiboxStrategy3 extends Strategy3 { ...@@ -171,7 +171,7 @@ class BiboxStrategy3 extends Strategy3 {
} }
_needConsiderDepthCount() { _needConsiderDepthCount() {
return [[2, 1], [3, 2, 1], [2, 1]]; return [[2, 1], [6,5,3], [2, 1]];
} }
// _giveUpOrder(baseCurrency1, midCurrency, baseCurrency2,totalMarginRate,buyDepth,sellDepth){ // _giveUpOrder(baseCurrency1, midCurrency, baseCurrency2,totalMarginRate,buyDepth,sellDepth){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment