| | |
| | | .leverage("100") |
| | | .marginMode("CROSS") |
| | | .positionMode("dual") |
| | | .gridRate(new BigDecimal("0.0035")) |
| | | .expectedProfit(new BigDecimal("2.5")) |
| | | .gridRate(new BigDecimal("0.0025")) |
| | | .expectedProfit(new BigDecimal("10")) |
| | | .maxLoss(new BigDecimal("1.5")) |
| | | .baseQuantity("75") |
| | | .quantity("25") |
| | | .baseQuantity("65") |
| | | .quantity("65") |
| | | .maxPositionSize(130) |
| | | .restartGridSpan(8) |
| | | .maxPositionSize(2) |
| | | .stopLossCount(5) |
| | | .priceScale(2) |
| | | .contractMultiplier(new BigDecimal("0.01")) |
| | | .unrealizedPnlPriceMode(GateConfig.PnLPriceMode.LAST_PRICE) |