Initial commit: multi-symbol bot with backtest engine and RSI trend strategy
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user