fix(gateApi): 调整网格交易参数配置- 将网格利率从 0.0025 调整为 0.002- 将预期利润从 3 调整为 0.5- 将最大亏损从 10 调整为 1.5- 将基础数量从 30 调整为 10- 将数量从 3 调整为 1
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>