A 5-minute Streamlit dashboard that surfaces the largest Δ in
accumulative_positions during the trading day.
- Python 3.11
- AWS creds with Athena read + S3 scratch access
git clone git@github.com:your-org/intraday-movers.git
cd intraday-movers
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
export AWS_PROFILE=dev-mtb
streamlit run app.py