-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
45 lines (39 loc) · 1.07 KB
/
Copy path.env.example
File metadata and controls
45 lines (39 loc) · 1.07 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
# ============================================
# DATABASE
# ============================================
DATABASE_URL=
# ============================================
# BOT BEHAVIOUR
# ============================================
DEV_MODE=false
SEND_TEST_POSITION=false
# ============================================
# CTRADER
# ============================================
ENABLE_CTRADER=true
CTRADER_SYMBOL=EURUSD
CTRADER_SYMBOL_ID=1
CTRADER_ACCOUNT_ID=
CTRADER_CLIENT_ID=
CTRADER_CLIENT_SECRET=
CTRADER_ACCESS_TOKEN=
CTRADER_REFRESH_TOKEN=
CTRADER_DEMO=true
# ============================================
# BINANCE
# ============================================
ENABLE_BINANCE=false
BINANCE_SYMBOL=BTCUSDT
BINANCE_TESTNET=true
# Live credentials (binance.com → API Management)
BINANCE_API_KEY=
BINANCE_API_SECRET=
# Testnet credentials (testnet.binance.vision)
BINANCE_TESTNET_API_KEY=
BINANCE_TESTNET_API_SECRET=
# ============================================
# RISK SETTINGS
# ============================================
RISK_PERCENT=1.0
MAX_DAILY_LOSS_PCT=2.0
LONDON_NY_ONLY=false