Reverse engineered prompt

Build me a polished stock market dashboard in Python as a simple local web app. I want to be able to enter any stock symbol or pick from a few popular presets, choose a time range from about one month to five years, and see live market data in a clean dark themed interface. Show interactive candlestick charts, volume, and useful technical indicators like RSI, MACD, Bollinger Bands, moving averages, and stochastic signals.

I also want an AI section that trains on the stock’s historical data and gives a next day price prediction, confidence or accuracy info, and a feature importance view so it is easier to understand what is driving the model. Add plain English market insights that explain whether the signals look bullish, bearish, or mixed. Please include performance stats like returns, volatility, Sharpe ratio, and max drawdown, plus basic company info. Make it responsive, organized into clear tabs, and easy to run locally. If you need details, look up current docs online and make sensible choices.

Want more depth? Deep Reverse