Claude AI Trading Bot Guide

Job ID: 40441160

Budget: €8 – €30 EUR

I want a concise, hands-on guide that shows me exactly how to wire Claude AI into live trading on Binance, Zerodha, and Hyper Liquid. The goal is to have a small but solid framework I can run this weekend, capable of fully automated trading and rapid order execution.

Here’s what the guide must cover:

• Exchange integration – authenticated REST/WebSocket connections for all three platforms, plus secure key handling.
• Prompt design – how to feed real-time price data into Claude, preserve trading context, and let the model decide when to buy or sell.
• Trigger logic – code examples for scheduled, time-based checks and immediate actions when specific market conditions occur.
• Order execution – sample functions that submit, confirm, and log market or limit orders end-to-end.
• Safety nets – rate-limit management, basic risk limits, and graceful error handling so the bot never freezes or over-trades.
• Quick back-test – a lightweight method to replay recent data and verify Claude’s decisions before going live.

Acceptance criteria
• A readable walk-through (Markdown or PDF) plus runnable sample code that connects to each exchange’s testnet, places a dummy order, and returns the order ID.
• Clear setup notes: required Python (or Node) libraries, Claude API usage, and .env file structure.
• Steps validated on a fresh Ubuntu 22.04 box so I can reproduce them exactly.

If you have previous Claude-driven bots, feel free to share a short demo or repo link. Let’s keep this practical, efficient, and ready to execute.