mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 22:21:37 +08:00
added notes for new perf fields.
This commit is contained in:
@@ -49,3 +49,16 @@
|
||||
> # The standard deviation of the price in the last 3 days.
|
||||
> data[security].stdev(3)
|
||||
> ```
|
||||
|
||||
* New fields in Performance Period
|
||||
[PR464](https://github.com/quantopian/zipline/pull/464)
|
||||
|
||||
> Performance Period has new fields accessible in return value of to_dict:
|
||||
|
||||
> - gross leverage
|
||||
> - net leverage
|
||||
> - short exposure
|
||||
> - long exposure
|
||||
> - shorts count
|
||||
> - longs count
|
||||
|
||||
|
||||
Reference in New Issue
Block a user