Administrator
2026-08-12 31085bebba69a02104078ee7414ad928638b9380
refs
author Administrator <15274802129@163.com>
Wednesday, August 12, 2026 10:13 +0800
committer Administrator <15274802129@163.com>
Wednesday, August 12, 2026 10:13 +0800
commit31085bebba69a02104078ee7414ad928638b9380
tree 5eb9dd06f04ed4dff31a86fd24e4960a7dce1ae9 tree | zip | gz
parent ddcf6c567a635e1cac1bcf4bf3a56567a50cf083 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