-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
52 lines (42 loc) · 2.11 KB
/
.env.example
File metadata and controls
52 lines (42 loc) · 2.11 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
# FreqTrade Dashboard Configuration
# Copy this file to .env and configure your servers
# Format: SERVER_N=name|host:port|username|password|url (url is optional)
# Example: SERVER_1=Strategy1|192.168.10.100:4100|freqtrader|password123
# With URL: SERVER_1=Strategy1|192.168.10.100:4100|freqtrader|password123|https://www.bybit.com/copyTrade/trade-center/detail?leaderMark=xxx
# (url makes server name clickable, linking to any page you want)
SERVER_1=Future55|192.168.10.100:4100|freqtrader|your_password
SERVER_2=Future60|192.168.10.100:4200|freqtrader|your_password
SERVER_3=Future65|192.168.10.100:4300|freqtrader|your_password
SERVER_4=Future70|192.168.10.100:4400|freqtrader|your_password
SERVER_5=Future75|192.168.10.100:4500|freqtrader|your_password
SERVER_6=Future80|192.168.10.100:4600|freqtrader|your_password
SERVER_7=Spot55|192.168.10.101:4100|freqtrader|your_password
SERVER_8=Spot60|192.168.10.101:4200|freqtrader|your_password
SERVER_9=Spot65|192.168.10.101:4300|freqtrader|your_password
SERVER_10=Spot70|192.168.10.101:4400|freqtrader|your_password
SERVER_11=Spot75|192.168.10.101:4500|freqtrader|your_password
SERVER_12=Spot80|192.168.10.101:4600|freqtrader|your_password
# Dashboard Settings
REFRESH_INTERVAL=60
TIMEZONE=Europe/Berlin
# Server-side cache TTL in seconds (default: 30)
# Prevents multiple clients from overwhelming the FreqTrade API
# Data is cached and shared between all clients for this duration
CACHE_TTL=30
# Show summary stats bar at top (servers online, total profit, win rate, etc.)
# Set to ON to enable, OFF to disable (default: OFF)
SUMMARY=OFF
# Play chime sound for new trade notifications
# Set to ON to enable, OFF to disable (default: ON)
SOUND=ON
# Show traded coins icon on server cards
# Set to ON to enable, OFF to disable (default: OFF)
COINS=OFF
# Number of days to show in charts (default: 20)
DAYS=20
# Duration in seconds to show activity star after new trades (default: 10)
NOTIFY=10
# Password protection for dashboard access (optional)
# If set, users must enter this password to view the dashboard
# Leave commented out or empty to disable password protection
#PASSWORD=your_password