Delta Exchange Dual Account Mirroring

Job ID: 40570480

Budget: ₹1,500 – ₹12,500 INR

I trade with two separate Delta Exchange accounts and need a small, dependable algorithm that simply links the two together. The goal is straightforward: every order I place in my primary account should be duplicated in real-time to the secondary account—no extra logic, just clean mirroring.

What I have in mind
• Strategy: I am not after market-making, arbitrage, or trend-following logic; I only want to link the two accounts so they stay perfectly in sync.
• Operation: Mirror trades from one account to the other.
• Scope: Replicate all trades—buys and sells alike—across spot and derivatives pairs available on Delta Exchange.

Technical expectations
• Use Delta Exchange’s REST or WebSocket API (whichever gives the fastest, most reliable execution).
• Written preferably in Python, though I’m open to another language if you can demonstrate lower latency or easier maintenance.
• The script should handle authentication for both accounts, catch API errors gracefully, and confirm that each mirrored order is accepted before moving on.
• Logging for each action is essential so I can audit fills and diagnose any mismatches.

Deliverables
1. Well-commented source code (Git repo or zip).
2. README with step-by-step setup, environment variables, and example systemd/Cron entry for continuous running.
3. A quick demo—screen-share or logs—showing one live trade mirrored successfully to the second account.

Acceptance criteria
• Any order (market, limit, stop) executed on Account A is copied to Account B within one second.
• Order size, side, and symbol must match exactly.
• If the API throws an error, the script retries and alerts me via console log.

That’s all—no complex strategy layers, just reliable, 1-to-1 trade duplication between my two Delta Exchange accounts.