Updated references to moving average generator.

This commit is contained in:
2025-01-31 18:13:53 -05:00
parent b15dc277e6
commit 9e6542476b
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ using MarketData.Generator.GainLoss;
using MarketData.MarketDataModel.GainLoss;
using MarketData.Cache;
using MarketData.Helper;
using MarketData.Generator.MovingAverage;
namespace TradeBlotter.ViewModels
{