Added ExponentialMovingAverageCrossover and moved all of the moving average stuff into it's own folder.

This commit is contained in:
2025-01-31 18:13:22 -05:00
parent 492982c55c
commit 1e130e3a15
15 changed files with 288 additions and 9 deletions

View File

@@ -11,6 +11,7 @@ using MarketData.MarketDataModel;
using MarketData.Generator;
using MarketData.Utils;
using System.Drawing.Drawing2D;
using MarketData.Generator.MovingAverage;
namespace MarketData.CNNProcessing
{