Budget: 280 USD Deadline: 7 days
Hello! The project is completely within my competence. My main profile is the development of fast trading bots (specifically for Polymarket), working with WebSockets, and bypassing the anti-fraud systems of platforms. The task of intercepting signals and Martingale logic is very familiar to me.
How I propose to implement this technically:
1. Instant signal interception: Instead of regular bots, I will use the Telegram client library (Telethon or Pyrogram). This will allow the script to "read" messages from your signaling bot in real-time (with a delay in milliseconds).
2. Executing trades on Pocket Option: Binary options brokers actively block bots. Therefore, I will use my experience in bypassing protection:
• Either reverse-engineering their WebSocket to send trades directly (this is the fastest and most stable option).
• Or browser emulation (Playwright/BAS) with fingerprint spoofing and residential proxies, so the bot's actions appear 100% like those of a real person.
3. Martingale logic and result control: The bot will not just bet blindly, but will parse the trade history (or read the balance/result from the screen) after the expiration time. Only after confirming the result (Plus or Minus), it will calculate the amount for the next signal (x1, x2, x4, x8... up to the 9th step).