I need a reliable Python developer to build a trading tool that will detect and mirror trade activity between two independent source accounts and their follower accounts.
The tool should detect when a trade is opened or closed, and replicate the trade (Market & Limit types) in real-time to other connected accounts.
The system must include:
• Detection of new trades on two source accounts (no API trade execution required on the source)
• Replication of Market and Limit orders
• Stop Loss & Take Profit replication (only if present)
• Position sizing by percentage of total balance
• Leverage matching (based on availability)
• Web-based dashboard (Flask/FastAPI okay)
• Optional Telegram alert per copied trade
Tech:
• Python 3.x
• REST API (Binance, Bybit, others)
• Flask/FastAPI
• Deployment on Linux VPS (environment provided)