Commit 97c2be24 by rongjun

bug

parent e906abd8
...@@ -141,9 +141,12 @@ class BiboxStrategy3 extends Strategy3 { ...@@ -141,9 +141,12 @@ class BiboxStrategy3 extends Strategy3 {
// _giveUpOrder(baseCurrency1, midCurrency, baseCurrency2,totalMarginRate,buyDepth,sellDepth){ // _giveUpOrder(baseCurrency1, midCurrency, baseCurrency2,totalMarginRate,buyDepth,sellDepth){
// return false // return false
// } // }
_logDelay(){
return true;
}
} }
const BiboxCollector = require('./kucoinCollector'); const BiboxCollector = require('./kucoinCollector');
const collector = new BiboxCollector(null); const collector = new BiboxCollector(null);
collector.runStrategy3(); collector.runStrategy3();
......
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