I need a lean, working prototype of an intraday trading application that I can run on both my desktop (Python) and my Android phone, with data kept in sync between the two. Core features I’m looking for: • Automatic fund allocation and real-time fund tracking so I always know where my money is and how much is deployed. • A price-movement predictor that relies on machine learning algorithms—no elaborate dashboard yet, just a concise prediction output I can act on quickly. • Daily stock lists (10–15 symbols) that I can refresh through a semi-automated workflow: the app proposes updates via an API, and I confirm or reject each change before they go live. Because my budget is tight, the initial deliverable can focus on the essentials: a clean, commented Python backend, a lightweight Android front end, and basic synchronization (simple cloud database or REST service—whichever lets us get to a functional demo fastest). If everything runs smoothly and the architecture is solid, we can discuss refinements later.