public class Bollinger extends Function
Title: Bollinger class
Description: Bollinger Bands Function.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
canUsePeriod, dPeriod, HideSourceList, noSourceRequired, series, SingleSource, updatingchart, InternalUse| Constructor and Description |
|---|
Bollinger() |
Bollinger(IBaseChart c) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPoints(java.util.ArrayList source)
Gets all points from Source series, performs a function operation on
points and stores results in ParentSeries.
|
void |
clear() |
void |
dispose() |
java.lang.String |
getDescription()
Gets descriptive text.
|
double |
getDeviation()
Gets deviation
|
boolean |
getExponential()
Gets exponential
|
Series |
getLowBand()
Gets low band series
|
ChartPen |
getLowBandPen()
Gets low band pen properties
|
ChartPen |
getUpperBandPen()
Gets upper band pen properties
|
void |
setDeviation(double value)
Sets deviation
|
void |
setExponential(boolean value)
Sets exponential
|
void |
setLowBandPen(ChartPen value)
Sets lower band pen properties
|
void |
setUpperBandPen(ChartPen value)
Sets upper band pen properties
|
addFunctionXY, calculate, calculateAllPoints, calculateByPeriod, calculateMany, calculatePeriod, doCalculation, getPeriod, getPeriodAlign, getPeriodStyle, getSeries, newInstance, readResolve, recalculate, setPeriod, setPeriodAlign, setPeriodStyle, setSeries, valueListgetChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertypublic Bollinger()
public Bollinger(IBaseChart c)
public void addPoints(java.util.ArrayList source)
public boolean getExponential()
public void setExponential(boolean value)
value - True, if exponentialpublic double getDeviation()
public void setDeviation(double value)
value - Deviation valuepublic Series getLowBand()
public ChartPen getLowBandPen()
public void setLowBandPen(ChartPen value)
value - Chart penpublic ChartPen getUpperBandPen()
public void setUpperBandPen(ChartPen value)
value - Chart penpublic java.lang.String getDescription()
getDescription in class Function