-
Changes calculation of rolling/series graphs to use EOD equity (#5303)
发布于
2021-02-16 21:43:27 +00:00 | 2531 次提交 在此版本后已推送到 master- To maintain consistency between calculations, we will use
the end of day equity value to calculate the returns per day.
This fixes a bug where daily equity series would zero out and result
in an exception being thrown since no elements were being passed to
the Sharpe calculation.
下载附件
- To maintain consistency between calculations, we will use