-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
50 lines (44 loc) · 1.61 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"##### Test #####": false,
"test": false,
"debug": true,
"##### binance account settings #####": false,
"apikey": "0MvRXIFXWZTrqL..........................sYvfUg9R8r5Ly0",
"prikey": "LTmcE05iiUzW.............................wdlv2SiiqxenXe",
"##### coinranking.com api key": false,
"cr_apikey": "coinranking...........................7c9af1f56fd9f40",
"##### Basic buy settings #####": false,
"base_currency":"BNB",
"strategy": "PeriodBasedTransactionStrategy",
"max_open_buy_orders": 5,
"max_open_sell_orders": 5,
"buy_at_percent": 0.92,
"sell_at_percent": 1.08,
"cancel_buy_at_lower_percent": 91,
"cancel_buy_at_upper_percent": 109,
"investment_period": "3m",
"#investment_period": "3m",
"#investment_period": "15m",
"#investment_period": "1h",
"##### Advanced buy settings #####": false,
"max_unit_price": 0.05,
"downward_trigger_percent": -1.75,
"buy_total_amount": 0.1,
"ignore_less_than_amount_dollars": 10,
"reserve_amount": 0.1,
"ignored_coins": "bnc",
"##### Cache file settings #####": false,
"cachedir": "cache",
"lastRunFile": "cache/lastrun.txt",
"cacheOrdersFile": "cache/orders.txt",
"cacheBalancesFile": "cache/balances.txt",
"cachePricesFile": "cache/prices.txt",
"cacheCandlesFile": "cache/candles.txt",
"baseCurrencyTrackerFile": "cache/basebalances.txt",
"cache_tmeout_seconds": 900,
"##### SMS Gateway #####": false,
"smsGateway": "EirSMS",
"smsGatewayUsername": "[email protected]",
"smsGatewayPassword": "...........",
"smsGatewayRecipientNumber": "+353861938787"
}