Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamboJangles authored May 31, 2022
1 parent 7dfe499 commit 713ac62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/gist/GrahamboJangles/8cbe716adeb7f091a1832dac9a86a4c9/forms-snippets.ipynb)

- The most turn-key open-source trading framework.

- Uses Alpaca

- Is lite enough to run on a Raspberry Pi Zero.
Expand All @@ -15,7 +17,8 @@
- Pull requests welcome.

# Instructions:
- Add your own strategy to `get_advice`
- Input your Alpaca API Key and API Secret key to lines 23 and 24.
- Add your own strategy to `get_advice()` (line 500). The strategy should return a list `advice` (`["buy", "sell", "buy", "buy", "sell"]`) and a variable `last_advice` of the last string in `advice`.

# TO DO:
- limit the amount of data downloaded during live trading, right now it downloads all data since first trade but that will slow down the script over time
Expand Down

0 comments on commit 713ac62

Please sign in to comment.