Streamlit web app for continuous small-cap momentum scanning and live trade setup planning.
- Starts scanning automatically when the app loads.
- Runs a background scanner thread every 5-10 seconds by default.
- Keeps results in memory instead of Excel files.
- Shows top momentum candidates and analyzed trade plans in a browser.
- Supports fast mode, scan interval control, and scanner restart from the sidebar.
pip install -r requirements.txt
streamlit run app.py- Push this folder to GitHub.
- Go to https://streamlit.io/cloud.
- Connect your GitHub repo.
- Select
app.pyas the Streamlit app file. - Deploy.
- The app does not require local Excel files.
- Data is fetched from public market data endpoints and
yfinance. - Streamlit Cloud may throttle or sleep free apps depending on platform limits.
- This tool is for trade planning and education only, not financial advice.