Administrator
2026-06-04 ba00ef321ab73889fe0fd1f4747f44b82e0c51eb
fix(gateApi): 调整网格交易参数配置

- 将网格利率从 0.0025 调整为 0.002
- 将预期利润从 3 调整为 0.5
- 将最大亏损从 10 调整为 1.5
- 将基础数量从 30 调整为 10
- 将数量从 3 调整为 1
1 files modified
2 ■■■ changed files
pom.xml 2 ●●● patch | view | raw | blame | history
pom.xml
@@ -40,7 +40,7 @@
        <dependency>
            <groupId>io.gate</groupId>
            <artifactId>gate-api</artifactId>
            <version>7.2.71</version>
            <version>7.2.78</version>
            <scope>compile</scope>
        </dependency>