public class StochasticIndicatorDataSourceBase extends HighLowCloseIndicatorDataSourceBase
Constructor and Description |
---|
StochasticIndicatorDataSourceBase(ChartSeriesModel owner)
Creates a new instance of the
StochasticIndicatorDataSourceBase class. |
Modifier and Type | Method and Description |
---|---|
int |
getMainPeriod()
Gets the main or fast period.
|
int |
getSignalPeriod()
Gets the signal or slow period.
|
void |
setMainPeriod(int value)
Sets the main or fast period.
|
void |
setSignalPeriod(int value)
Sets the signal or slow period.
|
getCloseBinding, setCloseBinding
getHighBinding, getLowBinding, setHighBinding, setLowBinding
getValueBinding, setValueBinding
getCategoryBinding, setCategoryBinding
addBoundItemPropertyChangedListener, collectionChanged, getBindings, getItemsSource, getOwner, propertyChange, removeBoundItemPropertyChangedListener, setItemsSource
public StochasticIndicatorDataSourceBase(ChartSeriesModel owner)
StochasticIndicatorDataSourceBase
class.owner
- the current context.public int getMainPeriod()
public void setMainPeriod(int value)
value
- the new fast period.public int getSignalPeriod()
public void setSignalPeriod(int value)
value
- the new signal period.