-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.env.example
More file actions
61 lines (54 loc) · 2.78 KB
/
Copy path.env.example
File metadata and controls
61 lines (54 loc) · 2.78 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
54
55
56
57
58
59
60
61
POSTGRES_URI=postgres:pgpw@localhost:5432/postgres
POSTGRES_PASSWORD=pgpw
POSTGRES_URI_AI_HEDGE_FUND=postgres:pgpw@localhost:5432/ai_hedge_fund
BASIC_AUTH_PASSWORD=
OPENROUTER_API_KEY=
# Optional: main LLM for tool-using flows (default: deepseek/deepseek-v3.2)
# OPENROUTER_MAIN_MODEL=deepseek/deepseek-v3.2
# Optional: cheap LLM for simple single-turn tasks (default: openrouter/free)
# OPENROUTER_CHEAP_MODEL=openrouter/free
# LangSmith tracing (EU). If set, aitools sets LANGSMITH_ENDPOINT to EU when unset.
LANGSMITH_API_KEY=
# Optional: AI tools debug logging. Set to DEBUG for verbose tool/LLM logs (e.g. get_market_data, run_ai_with_tools).
# AI_TOOLS_LOG_LEVEL=DEBUG
# Google Cloud Storage (S3-compatible HMAC) for QuantStats report uploads
GCS_ACCESS_KEY_ID=
GCS_SECRET_ACCESS_KEY=
GCS_BUCKET_NAME=tradingbotrunresults
# optional telegram monitoring setup
# create an app https://my.telegram.org/apps
TELEGRAM_API_ID=your_telegram_api_id
TELEGRAM_API_HASH=
TELEGRAM_SESSION_STRING= # run onetime_getTelegramSessionString.py
TELEGRAM_CHANNELS=-1002202241417,-1001998690333 # run onetime_getTelegramChats.py
# -1002202241417 GMGN Featured Signals(Lv2) - SOL
# -1001998690333 🏦 The Signals Bank - FREE 🏦
# -1002372204665 🔵 GPT4AUTOTRADE - BOTFLIX
# -1001998690333 — Most useful ✅
# Traditional trading signals with proper entries, SL/TP, and macro commentary: XAUUSD, BTC, US500, USD/CNY. Clean, actionable summaries.
# -1002202241417 — Low-cap Solana meme token pump signals ⚠️ Pure meme/pump content — $LULU, $TRET, $SOS etc. on Solana with micro market caps ($8K–$19K FDV). 62/66 messages had a symbol, but all are micro-cap Solana tokens, not traditional tradeable assets. Probably not useful unless you're trading meme coins.
# optional for live trading
# See docs/guides/live-trading.md
# https://collective2.com/account-management/apiv4/dashboard/0
COLLECTIVE2_API_KEY=
COLLECTIVE2_SYSTEM_ID=155809898
# eToro public API (https://api-portal.etoro.com/)
ETORO_API_KEY=
ETORO_USER_KEY=guestros
ETORO_DEMO=true
# Darwinex DXtrade (https://dxtrade.darwinex.com/)
DARWINEX_USERNAME=
DARWINEX_PASSWORD=
DARWINEX_ACCOUNT_ID=
DARWINEX_DEMO=true
LIVETRADE_BOT_WEIGHTS={"AdaptiveMeanReversionBot": 1.0}
LIVETRADE_COPY_OPEN_TRADES=true
LIVETRADE_MIN_ORDER_USD=50
LIVETRADE_DRY_RUN=false
# Interactive Brokers (IB Gateway). See docs/guides/live-trading.md
# Paper account ID looks like DU1234567; live looks like U1234567.
# IB_CLIENT_ID must be unique per concurrent connection (cron uses 17, vscode debug uses 18).
IB_GATEWAY_HOST=localhost
IB_GATEWAY_PORT=4002
IB_CLIENT_ID=17
IB_ACCOUNT_ID=