Angel One Option Trade Automation

Заказчик: AI | Опубликовано: 09.11.2025

I want a small API-driven utility that hooks into Angel One and automates my option entries exactly the way I trade them. Here’s the workflow I need: • I will trigger a fresh buy order in an option at a user-defined price that is higher than the current market. • Before sending the order I’ll type in three numbers: Stop-Loss, Target-1, and Target-2 (all specific price points). • The moment Target-1 is filled, the tool must automatically book 70 % of the position, raise the Stop-Loss on the remaining quantity to my entry cost, and let the rest run. • If Target-2 hits, close the balance; if price reverses to the new Stop-Loss, exit there instead. Build this with Angel One’s API integration so the logic executes server-side or, at minimum, from a lightweight script that can run on my desktop/VPS. I’m flexible on language—Python, JavaScript, or anything you’re comfortable with—as long as the code is clean, commented, and easy to tweak. Deliverables: 1. Working script or micro-service with clear install instructions. 2. Config file or interface where I can input the option symbol, entry price, SL, and two targets before each trade. 3. Read-me covering Angel One API keys, rate limits, and how to restart the service mid-session. 4. Brief hand-off call or screen-share to walk me through the setup. This is a moderately scoped build: I don’t need a full-blown GUI or portfolio tracking, just reliable execution of the logic above with solid error handling and basic logs so I can audit fills.