Standardize trade count statistic (#7827)

* Standarize trade count statistic

* Rename 'Total Trades' to 'Total Orders'
This commit is contained in:
Martin-Molinero
2024-03-06 14:52:34 -03:00
committed by GitHub
parent dcbb2d3cf8
commit feff802479
515 changed files with 549 additions and 528 deletions
@@ -82,7 +82,7 @@ namespace QuantConnect.Algorithm.CSharp
/// </summary>
public Dictionary<string, string> ExpectedStatistics => new Dictionary<string, string>
{
{"Total Trades", "0"},
{"Total Orders", "0"},
{"Average Win", "0%"},
{"Average Loss", "0%"},
{"Compounding Annual Return", "0%"},