I need a Robo trader built specifically for stock day trading. The bot must: • Stream and process real-time market data so it can react within seconds to price movement. • Execute trades automatically the moment entry and exit conditions are met. I’m flexible on the tech stack—Python with libraries like Pandas, NumPy, and a broker API such as Interactive Brokers, Alpaca, or similar would be perfect, but I’m open to alternatives if you already have a proven framework. Scope of work 1. Design a rule-based or indicator-driven strategy optimised for intraday stock moves. 2. Code the data ingestion layer to pull Level I/II quotes and minute-level OHLCV in real time. 3. Implement the trade execution module with order management (market, limit, stop) and basic position tracking. 4. Provide clear configuration files or a simple UI so I can adjust symbols, position size, and trading hours without touching code. 5. Deliver commented source code plus a short setup guide so I can run the bot on my own VPS. Nice to have (can be quoted separately): risk management add-ons like max drawdown limits or trailing stops. Please share a brief outline of your proposed approach, relevant past projects, and the APIs you prefer to work with. I’m aiming for a functional prototype I can test live within a few weeks, followed by a round of tweaks based on real-world performance.