Telegram Quotex Alert Bot
Employer not named by the sourceRemote
Frontier is not the employer and does not collect applications.
About this role
PHP, Python, Software Architecture, C++ Programming, VPS, Data Visualization, API Integration, Telegram API · I am looking for a Python-based solution that sits on a VPS, connects to Quotex in real time, and keeps a constant eye on every single currency or asset pair—both the regular market and the OTC listings—using the 1-minute candle feed only.
Your script should recognise the exact moment five candles of the same colour have closed back-to-back. The instant that pattern completes, the bot must push a message to my personal Telegram chat containing: • the asset name exactly as it appears on Quotex (e.g. “EUR/USD OTC”), • whether the sequence was 5 Red or 5 Green, and • the closing timestamp of the last candle.
Stability is critical. I want to be able to leave the program running around the clock on a VPS without memory leaks or crashes. Clear logging and simple configuration (token, chat ID, asset filter if I ever need it) should be baked in.
Alongside the alert logic, please mirror the live Quotex candles inside Python—plotting them with a lightweight library such as Matplotlib or Plotly—so I can visually verify that the data the bot sees matches the broker’s chart.
Deliverables • Well-commented Python source code ready for VPS deployment • A requirements.txt or P