12 references to ExponentialMovingAverage
System.Web.DataVisualization (12)
Common\Formulas\Oscillator.cs (3)
115
ExponentialMovingAverage
(outputDistribution[1],out ExpAvgDistribution,longPeriod,startFromFirst);
120
ExponentialMovingAverage
(outputDistribution[1],out ExpAvg,shortPeriod,startFromFirst);
296
ExponentialMovingAverage
( hiLowInput, out outputAverage, signalPeriod, false );
Common\Formulas\TechGeneralIndicators.cs (9)
317
ExponentialMovingAverage
( highLow, out average, averagePeriod, false );
320
ExponentialMovingAverage
( average, out secondAverage, averagePeriod, false );
513
ExponentialMovingAverage
(downward, out averageDownward, period, false );
514
ExponentialMovingAverage
(upward, out averageUpward, period, false );
580
ExponentialMovingAverage
( inputValues[1], out exp1, period, false );
583
ExponentialMovingAverage
( exp1, out exp2, period, false );
586
ExponentialMovingAverage
( exp2, out exp3, period, false );
671
ExponentialMovingAverage
( inputValues[1], out longAverage, longPeriod, false );
674
ExponentialMovingAverage
( inputValues[1], out shortAverage, shortPeriod, false );