Indicator
Access to Technical Indicator Data.
Superseded by com.crazzyghost.alphavantage.technicalindicator.TechnicalIndicator; the AlphaVantage.indicator() accessor that reaches this facade is deprecated, so new code should prefer AlphaVantage.technicalIndicator().
Author
Sylvester Sefa-Yeboah
Since
1.1.0
Types
Link copied to clipboard
public class ADOSCRequestProxy extends Indicator.SimpleIndicatorRequestProxy<Indicator.ADOSCRequestProxy, ADOSCResponse>
Link copied to clipboard
public class BBANDSRequestProxy extends Indicator.SimpleIndicatorRequestProxy<Indicator.BBANDSRequestProxy, BBANDSResponse>
Link copied to clipboard
public class MACDEXTRequestProxy extends Indicator.SimpleIndicatorRequestProxy<Indicator.MACDEXTRequestProxy, MACDEXTResponse>
Link copied to clipboard
public class MACDRequestProxy extends Indicator.SimpleIndicatorRequestProxy<Indicator.MACDRequestProxy, MACDResponse>
Link copied to clipboard
public class MAMARequestProxy extends Indicator.SimpleIndicatorRequestProxy<Indicator.MAMARequestProxy, MAMAResponse>
Link copied to clipboard
public class PeriodicRequestProxy<T> extends Indicator.SimpleIndicatorRequestProxy<Indicator.PeriodicRequestProxy<T>, T>
Link copied to clipboard
public class PeriodicSeriesRequestProxy<T> extends Indicator.SimpleIndicatorRequestProxy<Indicator.PeriodicSeriesRequestProxy<T>, T>
Link copied to clipboard
public class PriceOscillatorRequestProxy<T> extends Indicator.SimpleIndicatorRequestProxy<Indicator.PriceOscillatorRequestProxy<T>, T>
Link copied to clipboard
public class SARRequestProxy extends Indicator.SimpleIndicatorRequestProxy<Indicator.SARRequestProxy, SARResponse>
Link copied to clipboard
public class SeriesRequestProxy<T> extends Indicator.SimpleIndicatorRequestProxy<Indicator.SeriesRequestProxy<T>, T>
Link copied to clipboard
public class SimpleIndicatorRequestProxy<T extends Indicator.SimpleIndicatorRequestProxy<? extends Object, U>, U>
A base proxy for building requests.
Link copied to clipboard
public class STOCHFRequestProxy extends Indicator.SimpleIndicatorRequestProxy<Indicator.STOCHFRequestProxy, STOCHFResponse>
Link copied to clipboard
public class STOCHRequestProxy extends Indicator.SimpleIndicatorRequestProxy<Indicator.STOCHRequestProxy, STOCHResponse>
Link copied to clipboard
public class STOCHRSIRequestProxy extends Indicator.SimpleIndicatorRequestProxy<Indicator.STOCHRSIRequestProxy, STOCHRSIResponse>
Link copied to clipboard
public class ULTOSCRequestProxy extends Indicator.SimpleIndicatorRequestProxy<Indicator.ULTOSCRequestProxy, ULTOSCResponse>
Functions
Link copied to clipboard
Exposes the Chaikin A/D line (
AD).Link copied to clipboard
Exposes the Chaikin A/D oscillator (
ADOSC).Link copied to clipboard
Exposes the average directional movement index (
ADX).Link copied to clipboard
Exposes the average directional movement index rating (
ADXR).Link copied to clipboard
Exposes the absolute price oscillator (
APO).Link copied to clipboard
Exposes the Aroon indicator (
AROON).Link copied to clipboard
Exposes the Aroon oscillator (
AROONOSC).Link copied to clipboard
Exposes the average true range (
ATR).Link copied to clipboard
Exposes Bollinger Bands (
BBANDS).Link copied to clipboard
Exposes the balance of power (
BOP).Link copied to clipboard
Exposes the commodity channel index (
CCI).Link copied to clipboard
Exposes the Chande momentum oscillator (
CMO).Link copied to clipboard
Exposes the double exponential moving average (
DEMA).Link copied to clipboard
Exposes the directional movement index (
DX).Link copied to clipboard
Exposes the exponential moving average (
EMA).Link copied to clipboard
Exposes the Hilbert transform dominant cycle period (
HT_DCPERIOD).Link copied to clipboard
Exposes the Hilbert transform dominant cycle phase (
HT_DCPHASE).Link copied to clipboard
Exposes the Hilbert transform phasor components (
HT_PHASOR).Link copied to clipboard
Exposes the Hilbert transform sine wave (
HT_SINE).Link copied to clipboard
Exposes the Hilbert transform instantaneous trendline (
HT_TRENDLINE).Link copied to clipboard
Exposes the Hilbert transform trend vs cycle mode (
HT_TRENDMODE).Link copied to clipboard
Exposes the Kaufman adaptive moving average (
KAMA).Link copied to clipboard
Exposes moving average convergence / divergence (
MACD).Link copied to clipboard
Exposes MACD with controllable moving-average type (
MACDEXT).Link copied to clipboard
Exposes the MESA adaptive moving average (
MAMA).Link copied to clipboard
Exposes the money flow index (
MFI).Link copied to clipboard
Exposes the midpoint (
MIDPOINT).Link copied to clipboard
Exposes the midprice (
MIDPRICE).Link copied to clipboard
Exposes the minus directional indicator (
MINUS_DI).Link copied to clipboard
Exposes the minus directional movement (
MINUS_DM).Link copied to clipboard
Exposes momentum (
MOM).Link copied to clipboard
Exposes the normalized average true range (
NATR).Link copied to clipboard
Exposes on balance volume (
OBV).Link copied to clipboard
Exposes the plus directional indicator (
PLUS_DI).Link copied to clipboard
Exposes the plus directional movement (
PLUS_DM).Link copied to clipboard
Exposes the percentage price oscillator (
PPO).Link copied to clipboard
Exposes the rate of change (
ROC).Link copied to clipboard
Exposes the rate of change ratio (
ROCR).Link copied to clipboard
Exposes the relative strength index (
RSI).Link copied to clipboard
Exposes the parabolic SAR (
SAR).Link copied to clipboard
Exposes the simple moving average (
SMA).Link copied to clipboard
Exposes the stochastic oscillator (
STOCH).Link copied to clipboard
Exposes the stochastic fast oscillator (
STOCHF).Link copied to clipboard
Exposes the stochastic relative strength index (
STOCHRSI).Link copied to clipboard
Exposes T3, Tillson's triple exponential moving average (
T3).Link copied to clipboard
Exposes the triple exponential moving average (
TEMA).Link copied to clipboard
Exposes the true range (
TRANGE).Link copied to clipboard
Exposes the triangular moving average (
TRIMA).Link copied to clipboard
Exposes the 1-day rate of change of a triple exponentially smoothed moving average (
TRIX).Link copied to clipboard
Exposes the ultimate oscillator (
ULTOSC).Link copied to clipboard
Exposes the volume weighted average price (
VWAP).Link copied to clipboard
Exposes Williams' %R (
WILLR).Link copied to clipboard
Exposes the weighted moving average (
WMA).