Commit 0a640f0f by zihan

调整手续费

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