-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings-template.json
More file actions
53 lines (53 loc) · 1.23 KB
/
settings-template.json
File metadata and controls
53 lines (53 loc) · 1.23 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
53
{
"MetaTrader": {
"server": "YOUR_MT5_SERVER_HERE",
"username": 12345678,
"password": "YOUR_MT5_PASSWORD_HERE",
"path": "C:\\Program Files\\MetaTrader 5\\terminal64.exe",
"lot": "1%",
"HighRisk": false,
"SaveProfits": [25, 25, 25, 25],
"AccountSize": null,
"CloserPrice": 0.0,
"expirePendinOrderInMinutes": null,
"ClosePositionsOnTrail": true,
"SymbolMappings": {},
"symbols": {
"whiteList": [],
"blackList": []
}
},
"Notification": {
"token": "YOUR_TELEGRAM_BOT_TOKEN_HERE",
"chatId": 123456789
},
"providers": {
"telegram_bot": {
"enabled": true,
"bot_token": null,
"allowed_users": [],
"button_labels": {
"close_full": "Close Full",
"close_half": "Close Half",
"risk_free": "Risk Free",
"refresh": "Refresh",
"update_sl": "Update SL",
"trail_sl": "Trail SL",
"save_profit": "Save Profit"
}
},
"Telegram": {
"api_id": 12345678,
"api_hash": "YOUR_TELEGRAM_API_HASH_HERE",
"channels": {
"whiteList": ["@your_channel_username"],
"blackList": []
}
}
},
"Timer": {
"start": null,
"end": null
},
"disableCache": false
}