Skip to content

Commit

Permalink
Merge pull request #235 from tfukaza/cli
Browse files Browse the repository at this point in the history
Cli
  • Loading branch information
shershah010 authored Dec 4, 2021
2 parents e9965e9 + c3e5f38 commit d8817e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ class Watch(BaseAlgo):
```
To paper trade using this algorithm, run the following command:
```bash
pyhton -m harvest start -s yahoo -b paper
harvest start -s yahoo -b paper
```
To live trade using Robinhood, run:
```bash
pyhton -m harvest start -s robinhood -b robinhood
harvest start -s robinhood -b robinhood
```
With Harvest, the process of testing and deploying your strategies is a piece of cake 🍰

Expand Down
1 change: 0 additions & 1 deletion harvest/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
import harvest.cli
4 changes: 0 additions & 4 deletions harvest/__main__.py

This file was deleted.

0 comments on commit d8817e5

Please sign in to comment.