-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
46 lines (42 loc) · 1.67 KB
/
Copy path.env.example
File metadata and controls
46 lines (42 loc) · 1.67 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
# =================================================================
# 🚀 BOTTRADER: GLOBAL CONFIGURATION (.env)
# =================================================================
# --- BINANCE API ACCESS ---
# Instructions: Disable "Enable Withdrawals". Enable "Spot & Margin Trading".
BINANCE_API_KEY=your_binance_api_key_here
BINANCE_SECRET_KEY=your_binance_secret_key_here
# -----------------------------------------------------------------
# 🛡️ CONSERVATOR STRATEGY SETTINGS
# -----------------------------------------------------------------
# Trading pairs (comma separated)
CONSERVATOR_SYMBOLS=BTC/USDT,ETH/USDT,BNB/USDT
# Total budget assigned to this bot instance
TOTAL_BUDGET_USDT_CONSERVATOR=300.0
# Emergency Exit Symbols (Sell at market and stop trading)
CONSERVATOR_EXIT_SYMBOLS=
# Telegram Notifications
TG_TOKEN=your_telegram_bot_token_here
TG_CHAT_ID=your_telegram_chat_id_here
# -----------------------------------------------------------------
# 🔥 AGGRESSOR STRATEGY SETTINGS
# -----------------------------------------------------------------
# Optional: Use a different API key for Aggressor if desired
AGGRESSOR_API_KEY=
AGGRESSOR_SECRET_KEY=
# Trading pairs
AGGRESSOR_SYMBOLS=SOL/USDT,SHIB/USDT,DOGE/USDT
# Total budget
TOTAL_BUDGET_USDT=200.0
# Emergency Exit Symbols
AGGRESSOR_EXIT_SYMBOLS=
# Telegram (Optional: Use different tokens for separate alerts)
AGGRESSOR_TG_TOKEN=
AGGRESSOR_TG_CHAT_ID=
# -----------------------------------------------------------------
# 🔨 HAMMER & SCANNER STRATEGY SETTINGS
# -----------------------------------------------------------------
HAMMER_API_KEY=
HAMMER_SECRET_KEY=
HAMMER_BUDGET_USDT=100.0
HAMMER_TG_TOKEN=
HAMMER_TG_CHAT_ID=