1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| {
| "apiKey" : null,
| "contract" : null,
| "leverage" : null,
| "marginMode" : null,
| "positionMode" : null,
| "gridRate" : 0.005,
| "expectedProfit" : 0.15,
| "maxLoss" : 1.5,
| "baseQuantity" : "2",
| "quantity" : "2",
| "maxPositionSize" : 8,
| "stopLossCount" : 0,
| "takeProfitGridSpan" : 2,
| "restartGridSpan" : 0,
| "priceScale" : 0,
| "contractMultiplier" : null,
| "unrealizedPnlPriceMode" : null,
| "priceDriveEnabled" : true,
| "rounds" : 0,
| "stopLossCountMode" : "dual",
| "addPositionInterval" : 3,
| "addPositionQuantity" : 1,
| "maxPositionPerSide" : 0,
| "addPositionStartThreshold" : 1,
| "placeExcessTakeProfit" : false,
| "production" : false
| }
|
|