Title: Build a Forex Price Monitoring Telegram Bot (TP/SL Alerts) Description: I need a Telegram bot that can be added as an admin in my channel. The bot should: Monitor forex prices (EUR/USD, GBP/USD, XAU/USD, etc.) via a free API (Twelevedata or any reliable broker feed API). Read trade signals directly from my Telegram channel messages, e.g.: BUY EUR/USD @ 1.0650 TP: 1.0700 SL: 1.0620 Automatically start tracking TP/SL levels when a trade is posted. Send a message in the channel when TP or SL is hit. Mark the trade as closed after an alert is sent. Optional (not required, but nice to have): Cancel/update trades by posting a new message (e.g., “cancel EUR/USD”). Log trades in a file or database. Easy setup to run on a VPS (Linux). Posting every Friday the number of winning trades (tp hit ) and number of losing trades (SL hit) Requirements: Ability to monitor multiple trades at the same time. Python preferred. Clean, well-commented code. Easy setup to run on a VPS (Linux). Setup instructions so I can deploy it myself. Note : the bot wont trade or have an access to any trading account , I just want it to notify subscribers when it hits TP or SL