-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-sample.txt
51 lines (49 loc) · 1.39 KB
/
config-sample.txt
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
47
48
49
50
51
{
"net": "wss://s1.ripple.com",
"datanet" : "https://data.ripple.com/",
"feeXRP" : "0.000015",
"credentials": {
"address": "WALLET ADDRESS",
"secret": "SECRET KEY"
},
"emails" : [
],
"intervals" : {
"balance" : 4,
"accountBalance" : 2000
},
"bots": [
{
"pair": "XRP/JPY.rB3gZey7VWHYRqJHLoHDEJXJ2pEPNieKiS",
"startMiddlePrice": 100,
"gridSpace": 0.5,
"buyGridLevels": 2,
"sellGridLevels": 2,
"buyOrderQuantity": 1,
"sellOrderQuantity": 1,
"strategy" : "ppt"
},
{
"pair": "XRP/USD.rB3gZey7VWHYRqJHLoHDEJXJ2pEPNieKiS",
"startMiddlePrice": 0.20,
"gridSpace": 1,
"buyGridLevels": 2,
"sellGridLevels": 2,
"buyOrderQuantity": 2,
"sellOrderQuantity": 1,
"strategy" : "partial"
},
{
"pair": "USD.rB3gZey7VWHYRqJHLoHDEJXJ2pEPNieKiS/JPY.rB3gZey7VWHYRqJHLoHDEJXJ2pEPNieKiS",
"startMiddlePrice": 112,
"gridSpace": 1,
"buyGridLevels": 3,
"sellGridLevels": 3,
"buyOrderQuantity": 2,
"sellOrderQuantity": 1,
"strategy" : "fullfixed"
}
]
}