Harvest algorithmic trading

This revision is from 2024/06/02 07:58. You can Restore it.

cd

mkdir harvest

cd harvest

python3 -m venv ./

source bin/activate

pip install harvest-python[[BROKER]]

Replace BROKER with a brokerage/data source of your choice:

  1. Robinhood
  2. Alpaca
  3. Webull
  4. Kraken
  5. Polygon
  

📝 📜 ⏱️ ⬆️