Quotex Streak-Detection Windows Utility

Job ID: 40004212

Budget: $10 – $30 USD

Project: Windows Utility for Detecting 12 Consecutive Same-Color Candles on Quotex (OTC + Live)

Budget: $30 – $70 USD

I need a lightweight Windows-based utility that runs silently in the background, connects to my Quotex (qxbroker) account, and continuously monitors every available market:

Live forex pairs

OTC forex pairs

Crypto OTC

Indices

Stocks OTC

Core Functionality

The tool must detect 12 consecutive candles of the same colour (12 green or 12 red).
As soon as any symbol forms such a streak, the app should instantly trigger a push notification containing:

Symbol

Time the sequence completed

Direction of the streak (bullish / bearish)

Timeframe observed

Important Note

Quotex’s OTC feeds cannot be pulled from TradingView, so the solution must gather data directly from:

The Quotex web interface (scraping)

Or Quotex’s WebSocket

Or any reliable internal API call

You may use Python, Node.js, C++, Java, or any language you prefer. Selenium or Playwright is fine as long as the tool is stable and lightweight.

The tool must run on Windows 10/11, work without needing a visible browser tab open, and survive internet reconnection or brief drops.

Deliverables

Windows installer (.exe) or portable .exe with all dependencies bundled.

Configuration panel / GUI where I can:

Choose which markets/pairs to monitor

Set timeframes

Enter my push-notification endpoint (Firebase, Pushover, Webhook, etc.)

Complete source code with clear comments + README describing:

Setup

Usage

How to add future markets or streak types

Short video or live demo showing that the bot successfully detects a 12-candle same-colour streak in real time.

Acceptance Criteria

Detects both bullish (green) and bearish (red) 12-candle streaks.

Sends push notification within 5 seconds after the 12th candle closes.

Runs uninterrupted for 8+ hours without crashes or memory leaks.

No TradingView dependency at all.

Works on all listed markets (live + OTC).

Skills Required

Python

Node.js

Java

C++

Web Scraping

Selenium / Playwright

WebSocket Listening

API Development

Software Architecture

Desktop App Development