Commit 74adaf90 by zihan

参数调整

parent 346d4845
...@@ -137,11 +137,11 @@ class BiboxStrategy3 extends Strategy3 { ...@@ -137,11 +137,11 @@ class BiboxStrategy3 extends Strategy3 {
} }
_getMinTradeInterval() { _getMinTradeInterval() {
return 15000; return 10000;
} }
_getMinMargin() { _getMinMargin() {
return 0.08; return 0.05;
} }
_giveUpOrder(baseCurrency1, midCurrency, baseCurrency2, totalMarginRate, buyDepth, sellDepth) { _giveUpOrder(baseCurrency1, midCurrency, baseCurrency2, totalMarginRate, buyDepth, sellDepth) {
const buyAmount = this._getTotalAmount(baseCurrency1, midCurrency, buyDepth)[0]; const buyAmount = this._getTotalAmount(baseCurrency1, midCurrency, buyDepth)[0];
......
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