Automated crypto trading bot — MEXC / Binance Futures
Developed an automated trading bot for futures markets on MEXC and Binance, designed to execute a simple quantitative strategy with flexible risk management.
The bot is implemented in Python using ccxt for API integration, ta-lib for technical indicators, pandas for data processing, and APScheduler for scheduling execution.
The system dynamically calculates position sizes based on balance, sets leverage, and places stop-loss / take-profit orders according to specified risk parameters. Telegram notifications have also been added for reports on all trading operations and balance updates.
⸻
The bot is implemented in Python using ccxt for API integration, ta-lib for technical indicators, pandas for data processing, and APScheduler for scheduling execution.
The system dynamically calculates position sizes based on balance, sets leverage, and places stop-loss / take-profit orders according to specified risk parameters. Telegram notifications have also been added for reports on all trading operations and balance updates.
⸻