-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathexample_settings.json
More file actions
42 lines (41 loc) · 1.12 KB
/
example_settings.json
File metadata and controls
42 lines (41 loc) · 1.12 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
{
"coinbase": {
"api_key": "your_api_key",
"api_secret": "your_api_secret"
},
"mt5": {
"live": {
"username": "Your_Username",
"password": "Your Password",
"server": "Your Server",
"mt5Pathway": "C:/Pathway/to/terminal64.exe",
"symbols": ["USDJPY.a"]
},
"paper": {
"username": "Your_Username",
"password": "Your Password",
"server": "Your Server",
"mt5Pathway": "C:/Pathway/to/terminal64.exe",
"symbols": ["USDJPY.a"]
}
},
"binance": {
"live": {
"API_Key": "Your API Key",
"Secret_Key": "Your Secret Key"
},
"paper": {
"Paper_API_Key": "Your Test Key",
"Paper_Secret_Key": "Your Test Secret Key"
},
"Testing": "True",
"symbols": ["BTCUSDT"]
},
"postgres": {
"host": "your_hostname",
"database": "your_database",
"user": "your_username",
"password": "your_secret_password",
"port": "port_your_db_listens_on"
}
}