MarketMind is a modern fintech-style trading simulator built using pure HTML, CSS, and JavaScript.
This project demonstrates real-time market simulation, financial indicators, and interactive risk modeling without using any frameworks.
- π Live price simulation with trend bias
- π Simple Moving Average (SMA)
- π Relative Strength Index (RSI)
- β‘ Volatility calculation (Standard Deviation)
- π° Portfolio value tracking
- π’ Bull / π΄ Bear market toggle
- π Adjustable volatility slider
- π Market reset with symbol input
- π± Responsive modern fintech UI
- DOM manipulation
- Event listeners
- Time-series simulation
- Statistical calculations
- Chart.js visualization
- Clean modular JavaScript structure
- Real stock API integration (backend required)
- Backtesting engine
- EMA indicator
- Dark/Light mode toggle
- Deployment with hosting service
Built as a learning project to understand frontend engineering and financial system modeling.