public class RSI extends Moving
Title: RSI class
Description: Relative Strength Index (RSI) 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 |
|---|
RSI()
Creates a new instance of RSI
|
RSI(IBaseChart c) |
| Modifier and Type | Method and Description |
|---|---|
double |
calculate(Series s,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series.
First and Last parameters are ValueIndex of first and last point used in calculation. |
java.lang.String |
getDescription()
Gets descriptive text.
|
RSIStyle |
getRSIStyle() |
boolean |
isValidSourceOf(ISeries value) |
void |
SetRSIStyle(RSIStyle value) |
doCalculationaddFunctionXY, addPoints, calculateAllPoints, calculateByPeriod, calculateMany, calculatePeriod, clear, dispose, getPeriod, getPeriodAlign, getPeriodStyle, getSeries, newInstance, readResolve, recalculate, setPeriod, setPeriodAlign, setPeriodStyle, setSeries, valueListgetChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertypublic RSI()
public RSI(IBaseChart c)
public double calculate(Series s, int firstIndex, int lastIndex)
Functionpublic RSIStyle getRSIStyle()
public void SetRSIStyle(RSIStyle value)
public java.lang.String getDescription()
getDescription in class Functionpublic boolean isValidSourceOf(ISeries value)