소스 검색

不減吧

skyfffire 5 달 전
부모
커밋
b54eb1e25c
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 2
      erc20_to_mexc.py
  2. 4 2
      toto.readme

+ 0 - 2
erc20_to_mexc.py

@@ -216,8 +216,6 @@ class ArbitrageProcess:
                             logger.info(msg)
                             logger.info(msg)
                             add_state_flow_entry(self.process_item, self.current_state, msg, "success")
                             add_state_flow_entry(self.process_item, self.current_state, msg, "success")
 
 
-                            balance['free'] = str(Decimal(balance['free']) - pseudo_amount_to_sell)
-
                             break
                             break
 
 
             # step2,估算gas
             # step2,估算gas

+ 4 - 2
toto.readme

@@ -18,9 +18,11 @@
 2025-06-07
 2025-06-07
 [-] 策略中使用緩存好的交易所數據
 [-] 策略中使用緩存好的交易所數據
 [-] 將區塊信息也緩存了
 [-] 將區塊信息也緩存了
-[ ] Mexc的提現手續費等信息維護
+[-] Mexc的提現手續費等信息維護
 
 
 2025-06-10
 2025-06-10
-[ ] [可選優化]mexc使用ws接收行情信息
 [ ] 做另一個方向之前,需要先整理策略層架構,當前架構如何兼容多策略
 [ ] 做另一個方向之前,需要先整理策略層架構,當前架構如何兼容多策略
 [ ] 另一個方向
 [ ] 另一個方向
+
+有時間再做
+[ ] [可選優化]mexc使用ws接收行情信息