-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
config.json
33 lines (26 loc) · 895 Bytes
/
config.json
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
{
"SpreadEntry": 0.0030,
"SpreadExit": -0.0040,
"MaxLength": 5184000,
"GapSec": 5,
"UseFullCash": false,
"UntouchedCash": 0.01,
"CashForTesting": 20.00,
"DebugMaxIteration": 3200000,
"Verbose": true,
"SendEmail": false,
"SenderAddress": "[email protected]",
"SenderUsername": "john",
"SenderPassword": "pa33w0rd",
"SmtpServerAddress": "smtp.example.com:587",
"ReceiverAddress": "[email protected]",
"BitfinexApiHead": "X-BFX-APIKEY:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"BitfinexKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"OkCoinApiKey": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"OkCoinSecretKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"BitstampClientId": "XXXXXX",
"BitstampApiKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"BitstampSecretKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"KrakenApiKey": "",
"KrakenSecretKey": ""
}