Project Description
I want to automate my binary-options workflow on both Pocket Options and Quotex. The idea is simple: whenever specific candlestick patterns appear, the bot should open the corresponding trade instantly, using my predefined stake, expiry time, and money-management rules.
Technical analysis is the backbone of the logic, with candlestick recognition as the primary trigger. If you feel that complementing this with other indicators such as Moving Averages, RSI, or Bollinger Bands could strengthen accuracy, we can discuss it; the core requirement, however, is reliable pattern detection and execution speed.
You’re free to choose the programming language and framework you believe will yield the most stable connection to both brokers (Python, JavaScript, C++ or another robust option). I only care that the code is clean, well-documented, and straightforward to maintain.
Deliverables
• Fully functional bot linked to Pocket Options and Quotex APIs/web sockets
• Editable configuration file or UI for trade size, expiry, and risk settings
• Source code with comments and a brief setup guide
• Short test report or live demo that proves trades are placed correctly under the specified conditions
Once the core version is complete I’ll walk you through the exact entry, exit, and filter rules so you can hard-code or parameterise them as needed.