Commit 0a640f0f by zihan

调整手续费

parent 14fed6fe
...@@ -86,7 +86,7 @@ class BiboxCollector extends BaseCollector{ ...@@ -86,7 +86,7 @@ class BiboxCollector extends BaseCollector{
return symbolDetail.pair; return symbolDetail.pair;
} }
getFeeRate(fromCurrency,toCurrency){ getFeeRate(fromCurrency,toCurrency){
return 0.001; return 0.0006;
} }
processAmount(fromCurrency,toCurrency,amount){ processAmount(fromCurrency,toCurrency,amount){
//有可能会由于数值过小,传进来的amount被表示为科学计数法法 //有可能会由于数值过小,传进来的amount被表示为科学计数法法
...@@ -109,7 +109,6 @@ class BiboxCollector extends BaseCollector{ ...@@ -109,7 +109,6 @@ class BiboxCollector extends BaseCollector{
getCurrencyMaxReturnAmount(currency){ getCurrencyMaxReturnAmount(currency){
// const balance = this.getCurrencyBalance(currency); // const balance = this.getCurrencyBalance(currency);
// return Math.min(Strategy3MaxAmountMap[currency],balance); // return Math.min(Strategy3MaxAmountMap[currency],balance);
//todo 当前没有底仓暂时先不考虑底仓的情况
return Strategy3MaxAmountMap[currency]; return Strategy3MaxAmountMap[currency];
} }
getDepthPrintStr(fromCurrency,toCurrency,depth=1){ getDepthPrintStr(fromCurrency,toCurrency,depth=1){
......
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