public void ComparesAgainstExternalData() { var ema = new ExponentialMovingAverage(14); TestHelper.TestIndicator(ema, "spy_with_indicators.txt", "EMA14", TestHelper.AssertDeltaDecreases(2.5e-2)); }