forked from cryptocj520/backpack2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackpack_trading_config.json
More file actions
46 lines (46 loc) · 1.06 KB
/
backpack_trading_config.json
File metadata and controls
46 lines (46 loc) · 1.06 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"api": {
"privateKey": "sdECFST3tvth0MXaY8aRUzMnUeZ+Rm+g=",
"publicKey": "+feieu1qGLEC/nXrP/srvzjwD7aAf3uOlQ="
},
"trading": {
"tradingCoin": "BTC",
"maxDropPercentage": 3,
"totalAmount": 90,
"orderCount": 3,
"incrementPercentage": 10,
"takeProfitPercentage": 0.1
},
"actions": {
"sellNonUsdcAssets": true,
"cancelAllOrders": true,
"restartAfterTakeProfit": true,
"autoRestartNoFill": true
},
"advanced": {
"minOrderAmount": 10,
"priceTickSize": 0.01,
"checkOrdersIntervalMinutes": 10,
"monitorIntervalSeconds": 30,
"sellNonUsdcMinValue": 10,
"noFillRestartMinutes": 3
},
"quantityPrecisions": {
"BTC": 5,
"ETH": 4,
"SOL": 2,
"DEFAULT": 2
},
"pricePrecisions": {
"BTC": 0,
"ETH": 2,
"SOL": 2,
"DEFAULT": 2
},
"minQuantities": {
"BTC": 0.00001,
"ETH": 0.001,
"SOL": 0.01,
"DEFAULT": 0.1
}
}