public class ExpMovAverage extends Function
Title: ExpMovAverage class
Description: Exponential Moving Average Function
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
canUsePeriod, dPeriod, HideSourceList, noSourceRequired, series, SingleSource, updating
chart, InternalUse
Constructor and Description |
---|
ExpMovAverage() |
ExpMovAverage(IBaseChart c) |
Modifier and Type | Method and Description |
---|---|
protected void |
doCalculation(Series source,
ValueList notMandatorySource) |
java.lang.String |
getDescription()
Gets descriptive text.
|
addFunctionXY, addPoints, calculate, calculateAllPoints, calculateByPeriod, calculateMany, calculatePeriod, clear, dispose, getPeriod, getPeriodAlign, getPeriodStyle, getSeries, newInstance, readResolve, recalculate, setPeriod, setPeriodAlign, setPeriodStyle, setSeries, valueList
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public ExpMovAverage()
public ExpMovAverage(IBaseChart c)
protected void doCalculation(Series source, ValueList notMandatorySource)
doCalculation
in class Function
public java.lang.String getDescription()
getDescription
in class Function