A professional multi-symbol forex trading bot with advanced backtesting, risk management, and Telegram notifications. Now with completely redesigned UI and powerful new tools!
- Trading — Multi-symbol, MA + RSI strategy, grid/martingale modes
- Backtesting — Historical tests with equity curves
- Risk — Max daily loss, position limits, margin controls
- Telegram — Trade and alert notifications
- UI — Dark theme, dashboard, positions, analytics tabs
python -m venv .venv
.\.venv\Scripts\Activate.ps1 # Windows
pip install -r requirements.txtpython main.py- MT5: Install MetaTrader 5 and enable Expert Advisors / automated trading.
- Telegram (optional): Create bot via @BotFather, get chat ID from @userinfobot, set token and chat ID in
settings/notifications.py.
For educational use. Test on a demo account first. Martingale is high risk. Never risk more than you can afford to lose.
MIT License · Use at your own risk
