Document Alpaca equities adapter env

Updates the env example and README to cover the Alpaca equities feed selection and adapter availability.
This commit is contained in:
dirtydishes 2026-01-20 10:43:38 -05:00
parent 1175dd00cc
commit 0e1b9666b4
2 changed files with 8 additions and 3 deletions

View file

@ -45,6 +45,8 @@ IBKR_PYTHON_BIN=python3
# Equities ingest
EQUITIES_INGEST_ADAPTER=synthetic
EMIT_INTERVAL_MS=1000
# When using EQUITIES_INGEST_ADAPTER=alpaca, choose "iex" (free) or "sip" (paid).
ALPACA_EQUITIES_FEED=iex
# Testing mode
TESTING_MODE=false