mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
增强做市引擎和偏移做市引擎的限频控制逻辑,添加限频控制器以管理交易频率,确保在高频交易情况下的稳定性。同时,更新趋势引擎以支持限频机制,提升交易策略的有效性和响应能力。
This commit is contained in:
@@ -154,6 +154,7 @@ export interface AsterOrder {
|
||||
reduceOnly: boolean;
|
||||
closePosition: boolean;
|
||||
workingType?: string;
|
||||
activationPrice?: string;
|
||||
avgPrice?: string;
|
||||
cumQuote?: string;
|
||||
origType?: string;
|
||||
|
||||
Reference in New Issue
Block a user