OKX-Binance Copy Trading Bot
Budget: $30 – $250 USD
I want a lightweight Python bot that watches the “Latest trades” feed on a public OKX Lead Trader page every 2-3 seconds, spots any fresh LONG or SHORT entries as well as when those positions are closed, and immediately mirrors the action on my Binance account with market orders only.
Here is the workflow I need implemented:
• Scrape the OKX page at 1–3-second intervals.
• When a brand-new trade appears, broadcast the details in JSON and open an identical position on Binance via API.
• When that OKX trade is closed, the bot must issue a JSON sell signal and exit the Binance side.
Additional notes
– The bot should ignore XML or CSV; JSON is the only signal format I will use.
– It will run unattended on a VPS, so include simple environment and cron/startup instructions.
– Code clarity matters more than fancy features: focus on reliable scrape detection, clean API calls, and solid error handling.
In your proposal, please outline the exact method you would use to detect a new trade versus an already-logged one on the OKX page (e.g., hashing rows, timestamp comparison, websocket monitoring, etc.). A concise explanation here will help me choose quickly.
Here is the workflow I need implemented:
• Scrape the OKX page at 1–3-second intervals.
• When a brand-new trade appears, broadcast the details in JSON and open an identical position on Binance via API.
• When that OKX trade is closed, the bot must issue a JSON sell signal and exit the Binance side.
Additional notes
– The bot should ignore XML or CSV; JSON is the only signal format I will use.
– It will run unattended on a VPS, so include simple environment and cron/startup instructions.
– Code clarity matters more than fancy features: focus on reliable scrape detection, clean API calls, and solid error handling.
In your proposal, please outline the exact method you would use to detect a new trade versus an already-logged one on the OKX page (e.g., hashing rows, timestamp comparison, websocket monitoring, etc.). A concise explanation here will help me choose quickly.
Related categories:
PHP
Python
Web Scraping
Software Architecture
VPS
JSON
API
Trading
Automation
Cryptocurrency