I need a small Windows-based utility that sits in the background, connects to my Quotex (qxbroker) account, and continuously scans every available market—live and OTC forex pairs, crypto OTC, indices, and stocks OTC. The moment any symbol prints ten candles of the same colour in a row (ten green or ten red) I want an immediate push notification containing a concise text summary: • symbol • time the sequence completed • direction of the streak (bullish / bearish) • timeframe observed Because Quotex’s OTC feeds cannot be reached through TradingView, the solution has to pull data directly from the Quotex web interface or an underlying WebSocket. You can lean on Python, Node, or another language you prefer, and you’re free to automate through Selenium, playwright, or a clean API call—whatever proves most reliable and lightweight. The executable should run on Windows 10/11 without needing me to keep a browser tab open, and it should survive reconnects or brief internet drops. Deliverables 1. Windows installer or portable .exe with all dependencies bundled. 2. Configuration file or GUI where I can toggle which markets to watch, set timeframes, and enter my push-notification endpoint (Firebase, Pushover, or a simple webhook). 3. Source code with brief inline comments and a README showing setup, usage, and how to add future streak lengths. 4. A short video or live demo proving the bot catches a ten-candle streak on any symbol. Acceptance criteria • Detects both bullish and bearish ten-candle runs across every market type listed above. • Push notification arrives in under five seconds after the 10th candle closes. • Runs unattended on Windows for at least eight hours without memory leaks or crashes. • No TradingView dependency. If you’ve built scraping or WebSocket listeners for brokerage dashboards before, this will feel familiar. Let me know what tools you’d use and how quickly you can deliver a first test build.