I want a straightforward yet reliable algorithm that lets me key in every trading parameter myself and then takes over the execution for me on both Dhan and Delta Exchange. Core flow • Before a trade, I manually enter: entry price, quantity, hard stop-loss, and three separate take-profit levels (TP1-TP3) with their own quantities. • When live price reaches my entry, the algo fires the order and immediately places the SL and all three TPs as independent legs. • Optional actions I can toggle per trade: – Move SL to break-even (with an offset I set) the moment TP1 is hit. – Move SL to TP1 once TP2 is hit. • Trailing-SL feature: I choose whether it starts after TP1 or TP2. The trail follows the lowest low of the previous “n” bars on a timeframe I define and can also be filtered by an EMA of configurable length and timeframe. What I expect in the first delivery 1. A working script that handles the above logic on BOTH platforms, re-using as much code as practical. 2. Simple, editable section (CLI, JSON, or lightweight UI—your call) where I can update all configurable values per trade. 3. Clear instructions for obtaining API keys, setting permissions, and running the bot. 4. Basic error handling and clean logging so I can see every action the bot takes. Please send a concise but detailed proposal outlining: • Your chosen language and libraries (Python, Node, etc.) and why they fit Dhan + Delta API requirements. • How you will structure the order management to keep SL and TPs truly independent. • Estimated timeline for a first functional version and any later refinements. I’m aiming for a lean, working prototype first—polish and extra features can come after the core logic is proven.