I need an end-to-end workflow that lets me swing-trade with confidence while still retaining final control over every order. My preferred charting platform is TradingView, so the system should pull data and alerts directly from there, pass the information to Claude, have Claude analyse volume- and value-based signals, and then log each qualified signal for my review. Only after I approve a logged idea should the trade move on to Kotak Securities for execution, with quantity and amount parameters that I can override each time. Key elements I expect you to wire together: • TradingView alerts or webhook feed that pushes symbol, price, and time data into the automation layer. • Claude (via API) analysing the stream for volume and value swing-trading setups and writing detailed reasoning into a signal log. • A signal dashboard or simple UI where I can see Claude’s commentary, approve or reject the idea, and then trigger the order. • Kotak Securities API integration that converts an approved idea into a live order, then fetches fills and P&L in real time. The flow must keep an audit trail of alerts received, Claude’s decision text, my approval, and the final execution report so I can review performance whenever I like. Deliverables: 1. Source code (Python or comparable language) with clear comments. 2. Setup guide for connecting TradingView webhooks, Claude API keys, and Kotak Securities credentials. 3. A lightweight front end or notebook that shows the live signal log, approval buttons, and running P&L. 4. Short video or call walking me through the installation and execution flow on my machine. Acceptance criteria: • TradingView test alert appears in the log within 2 seconds. • Claude analysis text is stored alongside the alert. • Clicking “Approve” sends the order to Kotak and returns the order-ID confirmation. • Realised and unrealised P&L updates after each fill. If a different tool or framework speeds things up, I’m open to suggestions as long as TradingView stays the primary data source and Kotak Securities handles the execution.