ad8dfa27d7
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
343 B
Bash
11 lines
343 B
Bash
# Copy this file to .env and fill in your values
|
|
|
|
# MetaTrader 5 credentials (required for live trading; optional in paper mode)
|
|
MT5_LOGIN=12345678
|
|
MT5_PASSWORD=your_mt5_password
|
|
MT5_SERVER=YourBroker-Server
|
|
|
|
# Telegram bot (optional — omit to disable notifications)
|
|
TELEGRAM_BOT_TOKEN=your_bot_token_here
|
|
TELEGRAM_CHAT_ID=your_chat_id_here
|