Sync up with changes from ARM64

This commit is contained in:
2025-05-01 14:08:33 -04:00
parent 148c236af2
commit c0384feb95
40 changed files with 494 additions and 365 deletions

View File

@@ -161,6 +161,7 @@
<Compile Include="Generator\MGSHMomentum\ScoreIndicator.cs" />
<Compile Include="Generator\MGSHMomentum\SlopeManager.cs" />
<Compile Include="Generator\ModelGenerators\EdgeRatioGenerator.cs" />
<Compile Include="Generator\Model\RealtimeGainLoss.cs" />
<Compile Include="Generator\Model\StopLimits.cs" />
<Compile Include="Generator\CMTrend\CMTActivePositions.cs" />
<Compile Include="Generator\CMTrend\CMTCandidate.cs" />
@@ -200,7 +201,6 @@
<Compile Include="Generator\Momentum\CandidateSelector.cs" />
<Compile Include="Generator\Momentum\MGSessionManager.cs" />
<Compile Include="Generator\Momentum\PositionNotification.cs" />
<Compile Include="Generator\Momentum\RealtimeGainLoss.cs" />
<Compile Include="Generator\Momentum\IDIndicator.cs" />
<Compile Include="Generator\Momentum\MGConfiguration.cs" />
<Compile Include="Generator\Momentum\Positions.cs" />
@@ -247,6 +247,7 @@
<Compile Include="Generator\BollingerBandGenerator.cs" />
<Compile Include="Helper\BollingerBandHelperSheet.cs" />
<Compile Include="MarketDataModel\FeedStatistics.cs" />
<Compile Include="MarketDataModel\FundamentalV2.cs" />
<Compile Include="MarketDataModel\GainLoss\GainLossCompoundModel.cs" />
<Compile Include="MarketDataModel\GainLoss\GainLossCompoundModelCollection.cs" />
<Compile Include="MarketDataModel\GainLoss\GainLossSummaryItem.cs" />