ChipaDevTeam/BinaryOptionsTools-v2 — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a fast cross platform toolkit for automating binary options trading, with a Rust core and a simple Python interface so regular Python users can run it.

Focus on PocketOption first. It should connect with an SSID cookie, keep the WebSocket connection alive, reconnect when needed, show account balance, place buy and sell trades, check win or loss results, get active and closed trades, stream live candles, and fetch historical candle data. Add basic ExpertOption connection pieces if possible, and leave the code clean enough to add IQ Option later.

I also want a simple bot framework where someone can write a strategy that reacts when the bot starts and when a new candle arrives. Include a virtual market mode so strategies can be tested without real money. Add examples, clear setup instructions, environment variable support, and tests for the important parts.

Please keep the API easy to use, handle errors cleanly, and include a clear financial risk disclaimer.

Want more depth? Deep Reverse