Commit 90d98b29 by zihan

参数调整

parent 8325f165
...@@ -170,7 +170,7 @@ class BiboxStrategy3 extends Strategy3 { ...@@ -170,7 +170,7 @@ class BiboxStrategy3 extends Strategy3 {
} }
_needConsiderDepthCount() { _needConsiderDepthCount() {
return [[2, 1], [6,5,3], [2, 1]]; return [[2, 1], [3,2,1], [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