Add Starting and Ending KPI's (#7811)
* First draft of the solution * Add missing changes * Remove the new KPI's from report * Fix bugs * nit change * Add improvements * Fix regression tests * Solve bugs in the regression algos * Fix regression tests bugs * Expand unit tests and add minor changes
This commit is contained in:
committed by
GitHub
parent
ca99f329dd
commit
ead2efe6b9
@@ -160,6 +160,8 @@ namespace QuantConnect.Algorithm.CSharp
|
||||
{"Compounding Annual Return", "271.453%"},
|
||||
{"Drawdown", "2.200%"},
|
||||
{"Expectancy", "0"},
|
||||
{"Start Equity", "100000"},
|
||||
{"End Equity", "101691.92"},
|
||||
{"Net Profit", "1.692%"},
|
||||
{"Sharpe Ratio", "8.854"},
|
||||
{"Sortino Ratio", "0"},
|
||||
|
||||
Reference in New Issue
Block a user