feat: 更新订单协调器和 GRVT 适配器,添加触发类型支持,优化趋势引擎的损益计算逻辑

This commit is contained in:
discountry
2025-10-06 19:06:49 +08:00
parent e28240e799
commit d2867ba98c
4 changed files with 18 additions and 9 deletions
+1
View File
@@ -21,6 +21,7 @@ export interface CreateOrderParams {
timeInForce?: TimeInForce;
reduceOnly?: StringBoolean;
closePosition?: StringBoolean;
triggerType?: "UNSPECIFIED" | "TAKE_PROFIT" | "STOP_LOSS";
}
export interface AsterAccountPosition {