Browse Source

Config.percentageLimit = 0.37

龚成明 2 years ago
parent
commit
7e52076167
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/config.js

+ 1 - 1
config/config.js

@@ -1,7 +1,7 @@
 class Config {}
 
 // 至少需要多少差价百分比才会触发
-Config.percentageLimit = 0.25
+Config.percentageLimit = 0.37
 // 至少间隔多少小时才触发一次
 Config.handleSpaceHours = 4
 // 止盈百分比