Technical Indicator
Access to the technical indicator endpoints — moving averages, oscillators, momentum, volatility, cycle and Hilbert transform studies — each exposed as a request proxy that is built up fluently and then fetched.
This facade supersedes the older com.crazzyghost.alphavantage.indicator.Indicator, whose accessor AlphaVantage.indicator() is deprecated in favour of AlphaVantage.technicalIndicator().
Author
Sylvester Sefa-Yeboah
Since
1.1.0
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public class PeriodicRequestProxy<T> extends TechnicalIndicator.SimpleTechnicalIndicatorRequestProxy<TechnicalIndicator.PeriodicRequestProxy<T>, T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public class SeriesRequestProxy<T> extends TechnicalIndicator.SimpleTechnicalIndicatorRequestProxy<TechnicalIndicator.SeriesRequestProxy<T>, T>
Link copied to clipboard
public class SimpleTechnicalIndicatorRequestProxy<T extends TechnicalIndicator.SimpleTechnicalIndicatorRequestProxy<? extends Object, U>, U>
A base proxy for building requests.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
public TechnicalIndicator.SimpleTechnicalIndicatorRequestProxy<? extends Object, TRANGEResponse> trange()
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
public TechnicalIndicator.SimpleTechnicalIndicatorRequestProxy<? extends Object, VWAPResponse> vwap()
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).