Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johntitus committed Jun 23, 2017
1 parent 6026f31 commit e01e62c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ Simulates buying crypto-currencies over time.
Using historical data from CoinMarketCap, it runs a strategy against each week of data, buying coins.
At the end of the run, it tells you the value of your holdings.


**Requires Node.js.**

## Default Strategy
Buys the top 50 coins, by market cap, spending a total of $100 each week. To change the number of coins or the amount spend,
edit `strategies/top50.js` or create your own strategy and call it via the `-s` option below.

## Install
```
git clone [email protected]:johntitus/coinsimulator.git
cd coinsimulator
npm install
```
** Run
## Run
```
node simulate
```
Expand Down

0 comments on commit e01e62c

Please sign in to comment.