Administrator
2026-08-12 e129a02db0b655d97806ddb3c55297ede56e6a6f
refs
author Administrator <15274802129@163.com>
Wednesday, August 12, 2026 10:13 +0800
committer Administrator <15274802129@163.com>
Wednesday, August 12, 2026 10:22 +0800
commite129a02db0b655d97806ddb3c55297ede56e6a6f
tree 78cb15b91b131a0f6fa5c5684257806f81d00007 tree | zip | gz
parent 4167bae20b7c927749d22b0497f7017063cfd8a9 view | diff
feat(gate): 添加超额止盈功能配置选项

- 在前端配置界面增加超额止盈开关选择器
- 在后端配置类中添加 placeExcessTakeProfit 属性及相关构建器方法
- 实现超额止盈功能的条件判断逻辑
- 新增 placeExcessTakeProfit 方法处理超出基础仓位的止盈挂单
- 更新配置持久化服务以支持新功能开关
- 添加详细的超额止盈功能实现注释说明
5 files modified
88 ■■■■■ changed files
src/main/java/com/xcong/excoin/modules/gateApi/GateConfig.java 9 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/gateApi/GateConfigDTO.java 3 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/gateApi/GateConfigPersistenceService.java 1 ●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/gateApi/GateGridTradeService.java 68 ●●●●● diff | view | raw | blame | history
src/main/resources/static/gate-config.html 7 ●●●● diff | view | raw | blame | history