增强做市引擎和偏移做市引擎的限频控制逻辑,添加限频控制器以管理交易频率,确保在高频交易情况下的稳定性。同时,更新趋势引擎以支持限频机制,提升交易策略的有效性和响应能力。

This commit is contained in:
discountry
2025-09-26 19:44:41 +08:00
parent 252bd76640
commit 49bcb9b6b4
6 changed files with 284 additions and 10 deletions
+1
View File
@@ -154,6 +154,7 @@ export interface AsterOrder {
reduceOnly: boolean;
closePosition: boolean;
workingType?: string;
activationPrice?: string;
avgPrice?: string;
cumQuote?: string;
origType?: string;