| | |
| | | .leverage("100") |
| | | .marginMode("CROSS") |
| | | .positionMode("dual") |
| | | .gridRate(new BigDecimal("0.004")) |
| | | .expectedProfit(new BigDecimal("25")) |
| | | .gridRate(new BigDecimal("0.0025")) |
| | | .expectedProfit(new BigDecimal("5")) |
| | | .maxLoss(new BigDecimal("15")) |
| | | .baseQuantity("15") |
| | | .quantity("15") |
| | | .restartGridSpan(2) |
| | | .maxPositionSize(2) |
| | | .baseQuantity("33") |
| | | .quantity("33") |
| | | .maxPositionSize(66) |
| | | .restartGridSpan(4) |
| | | .priceScale(2) |
| | | .contractMultiplier(new BigDecimal("0.01")) |
| | | .unrealizedPnlPriceMode(GateConfig.PnLPriceMode.LAST_PRICE) |