Hedgefund Autopilot — Institutional Edition

This is a download-only deployment hosted on anushbadii.com. The system runs on your local computer — not on the server.

⬇ Download Latest ZIP

Quick Setup (Local Computer)

python -m venv .venv

# Windows
.venv\Scripts\activate

# Mac/Linux
source .venv/bin/activate

pip install -r requirements.txt
Create a .env file:
ALPACA_API_KEY=YOUR_KEY
ALPACA_SECRET_KEY=YOUR_SECRET
ALPACA_BASE_URL=https://paper-api.alpaca.markets
Run safely first:
python run_live.py --institutional --dry-run
python run_live.py --status
Paper trading:
python run_live.py --institutional
Live requires:
ALLOW_LIVE_TRADING=YES
# OR
SR_ARM_LIVE=YES
Emergency stop:
HALT_TRADING=YES