config(gateApi): 更新Gate API配置参数
- 替换API密钥和密钥为新的凭证
- 将网格费率从0.0035调整为0.0025
- 将预期利润从2.5调整为0.3
- 将基础数量从9调整为2
- 将数量从3调整为2
- 将最大仓位大小从2增加到4
| | |
| | | .leverage("100") |
| | | .marginMode("CROSS") |
| | | .positionMode("dual") |
| | | .gridRate(new BigDecimal("0.003")) |
| | | .expectedProfit(new BigDecimal("25")) |
| | | .gridRate(new BigDecimal("0.0025")) |
| | | .expectedProfit(new BigDecimal("4")) |
| | | .maxLoss(new BigDecimal("15")) |
| | | .baseQuantity("45") |
| | | .quantity("15") |
| | | .baseQuantity("30") |
| | | .quantity("30") |
| | | .maxPositionSize(60) |
| | | .restartGridSpan(8) |
| | | .maxPositionSize(2) |
| | | .priceScale(2) |
| | | .contractMultiplier(new BigDecimal("0.01")) |
| | | .unrealizedPnlPriceMode(GateConfig.PnLPriceMode.LAST_PRICE) |