Telegram bot for automated trading (Binary options)
Created an autonomous trading robot with flexible strategy and parameter settings for scanning market scenarios and instant trade execution.
Implemented:
= Multithreaded asset monitoring: The system in real-time simultaneously tracks dozens of currency pairs, analyzing price movements without code freezes.
= Smart Trigger System: The algorithm instantly reacts to the match of client-defined indicators and automatically opens a trade via the trading platform's API.
= Admin panel in Telegram: A user-friendly UI interface that allows changing risk parameters, scenario search configuration, and monitoring the current balance directly from a smartphone.
Technologies:
- Python, Aiogram — management and notification interface.
- SQLAlchemy + MySQL — a reliable database for securely storing profiles, configuration settings, and trading history.
- Platform APIs / WebSockets — for obtaining high-speed streams of market data and instant client feedback.
Implemented:
= Multithreaded asset monitoring: The system in real-time simultaneously tracks dozens of currency pairs, analyzing price movements without code freezes.
= Smart Trigger System: The algorithm instantly reacts to the match of client-defined indicators and automatically opens a trade via the trading platform's API.
= Admin panel in Telegram: A user-friendly UI interface that allows changing risk parameters, scenario search configuration, and monitoring the current balance directly from a smartphone.
Technologies:
- Python, Aiogram — management and notification interface.
- SQLAlchemy + MySQL — a reliable database for securely storing profiles, configuration settings, and trading history.
- Platform APIs / WebSockets — for obtaining high-speed streams of market data and instant client feedback.