浏览代码

再增加一點

skyfffire 5 月之前
父节点
当前提交
3133d8dc36
共有 2 个文件被更改,包括 7 次插入3 次删除
  1. 3 3
      as.py
  2. 4 0
      toto.readme

+ 3 - 3
as.py

@@ -168,11 +168,11 @@ def arbitrage_process_flow(process_item):
 
 
     gas_limit_multiplier = 1
-    gas_price_multiplier = 1.2
+    gas_price_multiplier = 1.5
     if profit > Decimal(5) * profitLimit:
-        gas_price_multiplier = 1.5
-    elif profit > Decimal(10) * profitLimit:
         gas_price_multiplier = 2
+    elif profit > Decimal(10) * profitLimit:
+        gas_price_multiplier = 3
 
     global core_data
     global core_lock

+ 4 - 0
toto.readme

@@ -21,6 +21,10 @@
 [-] Mexc的提現手續費等信息維護
 
 2025-06-10
+[-] 略微增加gas price, 提升打包成功概率
+[ ] 新增餘額平衡綫程,刪去策略中實時提現部分,批量提現節省手續費
+
+2025-06-11
 [ ] 做另一個方向之前,需要先整理策略層架構,當前架構如何兼容多策略
 [ ] 另一個方向