Implemented portfolio stats

This commit is contained in:
Frederic Fortier
2017-08-17 23:53:49 -04:00
parent 6f591305e3
commit 51cda7b2d4
9 changed files with 327 additions and 65 deletions
+3 -4
View File
@@ -7,14 +7,13 @@ At a high level the following components have been implemented to coerce
zipline into live trading.
<h3>Exchange</h3>
*catalyst/exchange*
Exchange is a new package which introduces the concept of cryptocurrency
exchanges to zipline. The package contains all new component
implementations adapted to characteristics of exchanges.
```
catalyst/exchange
```
Here are some key characteristics which makes exchanges different from
equity and futures currently implemented in zipline.
* They trade around the clock.