Added ExponentialMovingAverageCrossover and moved all of the moving average stuff into it's own folder.
This commit is contained in:
@@ -162,6 +162,9 @@
|
||||
<Compile Include="Generator\Momentum\MGSessionParams.cs" />
|
||||
<Compile Include="Generator\Momentum\QualityIndicator.cs" />
|
||||
<Compile Include="Generator\Momentum\ScoreIndicator.cs" />
|
||||
<Compile Include="Generator\MovingAverage\ExponentialMovingAverageCrossover.cs" />
|
||||
<Compile Include="Generator\MovingAverage\MovingAverageCrossover.cs" />
|
||||
<Compile Include="Generator\MovingAverage\MovingAverageGenerator.cs" />
|
||||
<Compile Include="Generator\ParityGenerator.cs" />
|
||||
<Compile Include="Generator\DCFGenerator.cs" />
|
||||
<Compile Include="Generator\GainLoss\GainLossGenerator.cs" />
|
||||
@@ -300,7 +303,6 @@
|
||||
<Compile Include="MarketDataModel\Valuations.cs" />
|
||||
<Compile Include="MarketDataModel\YieldCurve.cs" />
|
||||
<Compile Include="MDTrace.cs" />
|
||||
<Compile Include="Generator\MovingAverageGenerator.cs" />
|
||||
<Compile Include="Helper\MovingAverageHelperSheet.cs" />
|
||||
<Compile Include="MarketDataModel\MovingDeviation.cs" />
|
||||
<Compile Include="Numerics\BlackScholes.cs" />
|
||||
|
||||
Reference in New Issue
Block a user