This is a download-only deployment hosted on anushbadii.com. The system runs on your local computer — not on the server.
⬇ Download Latest ZIPpython -m venv .venv # Windows .venv\Scripts\activate # Mac/Linux source .venv/bin/activate pip install -r requirements.txtCreate a
.env file:
ALPACA_API_KEY=YOUR_KEY ALPACA_SECRET_KEY=YOUR_SECRET ALPACA_BASE_URL=https://paper-api.alpaca.marketsRun safely first:
python run_live.py --institutional --dry-run python run_live.py --statusPaper trading:
python run_live.py --institutionalLive requires:
ALLOW_LIVE_TRADING=YES # OR SR_ARM_LIVE=YESEmergency stop:
HALT_TRADING=YES