Calculate specific technical indicators using data relative to the current bar. The indicator()[offset] syntax can be used to calculate indicators relative to previous bars. Any parameter of an indicator, as well as the offset (if provided) can be a literal number, a single value, or a formula.
ADX - Wilder's average directional index
ATR - Wilder's average true range
BBBot - Bollinger band bottom
BBPct - Bollinger band percent (%B)
BBTop - Bollinger band top
BBTrend - Bollinger band trend
BBWidth - Bollinger band width
CCI - commodity channel index
CRSI - Connors RSI indicator
HVOL - historical volatility
KBBot - Keltner band bottom
KBTop - Keltner band top
MACD - MACD = EMA(C,len1) - EMA(C,len2)
MACDH - MACDH = MACD(len1,len2) - MACDS(len1, len2, len3)
MACDS - MACDS = MACD(len1,len2) - EMA(MACD(len1,len2),len3)
MDI - Wilder's negative directional index
OBV - on balance volume
PDI - Wilder's positive directional index
RRSI - reverse RSI (price required for RSI to reach level)
RSI - Wilder's relative strength index
SAR - Wilder's parabolic stop and reverse
SigSpike - Grimes' Sigma Spike indicator
STOC - stochastics
|