forked from 3cqs-coder/SymBot
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
52 lines (52 loc) · 1.21 KB
/
app.json
File metadata and controls
52 lines (52 loc) · 1.21 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
47
48
49
50
51
52
{
"password": "",
"mongo_db_url": "mongodb://symbot:symbot123@database/symbot?replicaSet=rs",
"max_log_days": 10,
"web_server": {
"port": 3000
},
"api": {
"enabled": true,
"key": ""
},
"webhook": {
"enabled": true
},
"telegram": {
"enabled": true,
"token_id": "",
"notify_user_id": ""
},
"bots": {
"start_conditions": {
"asap": {
"description": "Open new trade asap"
},
"api": {
"description": "Manually / API"
}
},
"exchange": {
"default": {
"account_balance_currencies": [ "USDT", "USD" ],
"orders": {
"buy": {
"slippage_percent": 0
},
"sell": {
"slippage_percent": 0
}
}
}
},
"pair_buttons": [ "USD", "USDT", "USDC", "BUSD" ],
"pair_blacklist": [ "BTC/*", "WBTC/*", "ETH/*", "CBETH/*", "UST/*", "USD/*", "USDC/*", "USDD/*", "USDT/*", "BUSD/*", "GUSD/*", "TUSD/*", "PYUSD/*", "DAI/*", "EURC/*", "EUROC/*", "PAX/*" ]
},
"signals": {
"3CQS": {
"enabled": true,
"api_key": ""
}
},
"verbose_log": true
}