-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (23 loc) · 1.09 KB
/
Copy path.env.example
File metadata and controls
32 lines (23 loc) · 1.09 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
# Copy this file to .env and fill in your credentials
# Get from @BotFather on Telegram (/newbot)
TELEGRAM_BOT_TOKEN=your-telegram-bot-token-here
# Get from Google AI Studio (https://aistudio.google.com/apikey) - free tier
GEMINI_API_KEY=your-gemini-api-key-here
# --- Live prices ---
#
# Crypto comes from Bybit's public API — no key, no account, no quota.
#
# Spot Gold and Silver (XAUUSD, XAGUSD) are monitored via GoldAPI (gold-api.com) spot prices.
# Forex, indices (^DJI, ^GSPC...), and oil (CL=F, BZ=F) are monitored via Yahoo Finance public API.
# All feeds are 100% public, keyless, and free.
# --- Broker execution: SHELVED ---
#
# broker_api.py is still in the repo but bot.py no longer calls it, so the
# BROKER_* variables have no effect. See MT5_MOBILE_AUTOMATION.md before
# wiring it back up.
# --- Optional settings (defaults shown) ---
# Stop monitoring a trade after this many hours with no TP/SL (0 = never)
#TRADE_TTL_HOURS=72
# Where to persist chat IDs and monitored trades. Point this at a mounted
# persistent disk if you want state to survive redeploys.
#STATE_FILE=state.json