public class OBV extends Function
Title: OBV class
Description: OBV 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 |
---|
OBV() |
OBV(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.
|
java.lang.String |
getDescription()
Gets descriptive text.
|
ISeries |
getVolume()
The Volume series by which OBV results are multiplied.
|
void |
setVolume(ISeries value)
Sets the Volume series by which OBV results are multiplied.
|
addFunctionXY, calculate, calculateAllPoints, calculateByPeriod, calculateMany, calculatePeriod, clear, dispose, doCalculation, getPeriod, getPeriodAlign, getPeriodStyle, getSeries, newInstance, readResolve, recalculate, setPeriod, setPeriodAlign, setPeriodStyle, setSeries, valueList
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public OBV()
public OBV(IBaseChart c)
public ISeries getVolume()
public void setVolume(ISeries value)
value
- ISeriespublic void addPoints(java.util.ArrayList source)
public java.lang.String getDescription()
getDescription
in class Function