Code cleanup.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user