Administrator
2026-08-12 6617ad3e51851e9fac461871d1b75a421682a8ef
refs
author Administrator <15274802129@163.com>
Wednesday, August 12, 2026 10:13 +0800
committer Administrator <15274802129@163.com>
Wednesday, August 12, 2026 10:21 +0800
commit6617ad3e51851e9fac461871d1b75a421682a8ef
tree 0d84e7a4ab70011a2ca5df58fb62b456ba648a2d tree | zip | gz
parent e572d99f31f9ca6f54c0fcd7f67dfdcfed034cde 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