I need a complete intraday trading algorithm that can run live in the Indian market across stocks, options, and futures. The core logic should blend reliable technical indicators with key fundamental filters so the system can adapt to changing market conditions rather than rely on pure price action alone. What I expect: • A clearly defined rule-set converted into clean, well-commented code that can be scheduled and executed automatically during market hours. • Solid historical back-tests showing entry, exit, and risk parameters, plus a walk-forward test to confirm the robustness of the rules. • A lightweight dashboard or log output so I can monitor live trades, P&L, and any execution errors in real time. • Deployment guidance for plugging the strategy into an Indian broker API (for instance Kite Connect or an equivalent) and going live with minimal manual intervention. Your solution should include safeguards for slippage, position sizing, and sudden connectivity drops, and it must comply with Indian exchange regulations for automated systems. If you have existing modules for risk management or trade reconciliation, let me know—those can speed up delivery. On handoff, I’ll need the full source code, documentation of indicator calculations and data inputs, plus a quick call or screen share so I can walk through the setup firsthand before turning it on live.