Fix MaxUpside

This commit is contained in:
2025-02-06 16:47:00 -05:00
parent 8bac96e8ff
commit 348471cbdf

View File

@@ -76,7 +76,7 @@ namespace MarketData.Generator.Momentum
nvpCollection.Add(new NVP("IDIndicator",IDIndicator.ToString())); nvpCollection.Add(new NVP("IDIndicator",IDIndicator.ToString()));
nvpCollection.Add(new NVP("Score",Score.ToString())); nvpCollection.Add(new NVP("Score",Score.ToString()));
nvpCollection.Add(new NVP("MaxDrawdown",MaxDrawdown.ToString())); nvpCollection.Add(new NVP("MaxDrawdown",MaxDrawdown.ToString()));
nvpCollection.Add(new NVP("MaxUpside",MaxDrawdown.ToString())); nvpCollection.Add(new NVP("MaxUpside",MaxUpside.ToString()));
nvpCollection.Add(new NVP("Velocity",Velocity.ToString())); nvpCollection.Add(new NVP("Velocity",Velocity.ToString()));
nvpCollection.Add(new NVP("PE",PE.ToString())); nvpCollection.Add(new NVP("PE",PE.ToString()));
nvpCollection.Add(new NVP("Beta",Beta.ToString())); nvpCollection.Add(new NVP("Beta",Beta.ToString()));