Commit 1a08cd4f by zihan

先不下单,看看利差

parent 0a640f0f
...@@ -17,6 +17,7 @@ class BiboxStrategy3 extends Strategy3 { ...@@ -17,6 +17,7 @@ class BiboxStrategy3 extends Strategy3 {
} }
_doTrade(baseCurrency1, midCurrency, baseCurrency2, buyPrice, sellPrice, returnPrice, amount, returnAmount, doSaveOrder) { _doTrade(baseCurrency1, midCurrency, baseCurrency2, buyPrice, sellPrice, returnPrice, amount, returnAmount, doSaveOrder) {
return; //todo remove test stub
const buySymbol = this.collector.getSymbol(baseCurrency1, midCurrency); const buySymbol = this.collector.getSymbol(baseCurrency1, midCurrency);
const buyStartTime = Date.now(); const buyStartTime = Date.now();
const collector = this.collector; const collector = this.collector;
......
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