Daily forecasting and recommendation tool over a curated universe of 305 US stocks + 15 core US ETFs. Advisory only — never trades.
- Build spec:
docs/README_mef.md - Design spec:
docs/mef_design_spec.md - Source notes:
notes/
cd ~/repos/mef
python3 -m venv venv
source venv/bin/activate
pip install -e .
mef --help
mef statusInitial database bootstrap (once, as postgres superuser):
sudo -u postgres psql -f sql/mef_bootstrap.sql
mef init-dbThen see docs/README_mef.md for the full build order.