Code cleanup.

This commit is contained in:
2025-01-24 11:21:58 -05:00
parent 1dfabb5315
commit 84af4b6be5
3 changed files with 2 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ namespace MarketData.Generator.Momentum
return null;
}
}
// Calcualtes the expectation for the model ( Percent of Winning Trades * Average Gain)/(Percent Losing Trades * Average Loss)
// Calculates the expectation for the model ( Percent of Winning Trades * Average Gain)/(Percent Losing Trades * Average Loss)
// The expectation should be above zero
public static ModelStatistics GetModelStatistics(MGSessionParams sessionParams)
{

View File

@@ -162,7 +162,6 @@
<Compile Include="Generator\Momentum\MGSessionParams.cs" />
<Compile Include="Generator\Momentum\QualityIndicator.cs" />
<Compile Include="Generator\Momentum\ScoreIndicator.cs" />
<Compile Include="Generator\Momentum\SRRiskAllocation.cs" />
<Compile Include="Generator\ParityGenerator.cs" />
<Compile Include="Generator\DCFGenerator.cs" />
<Compile Include="Generator\GainLoss\GainLossGenerator.cs" />