Momentum Indicators
8
RSI
Relative Strength Index (0-100). Measures the magnitude of recent price changes to evaluate overbought or oversold conditions. Values above 70 indicate overbought, below 30 indicate oversold.
Float
RSI_Status
Categorical interpretation of RSI: "Overbought" (>70), "Oversold" (<30), or "Neutral"
String
CCI
Commodity Channel Index. Measures current price level relative to average price level over a given period. Values above +100 indicate strong uptrend, below -100 indicate strong downtrend.
Float
MFI
Money Flow Index (0-100). Volume-weighted RSI that measures buying and selling pressure. Above 80 is overbought, below 20 is oversold.
Float
ROC
Rate of Change. Percentage change in price over a specified period, measuring momentum.
Float
MACD_12_26_9
MACD Line. Difference between 12-period and 26-period exponential moving averages. Positive values suggest bullish momentum.
Float
MACDs_12_26_9
MACD Signal Line. 9-period EMA of the MACD line, used to generate trading signals.
Float
MACDh_12_26_9
MACD Histogram. Difference between MACD line and signal line. Shows convergence/divergence and momentum strength.
Float
MACDAS
MACD Acceleration/Deceleration. Measures the rate of change in MACD histogram.
Float
MACDAS_Signal
Signal line for MACD Acceleration, smoothed version for crossover signals.
Float
MACD_Signal
Overall MACD signal interpretation: "Bullish" or "Bearish" based on MACD and signal line relationship.
String
Trend Indicators
17
ADX
Average Directional Index (0-100). Measures trend strength regardless of direction. Values above 25 indicate strong trend, below 20 indicate weak/no trend.
Float
EMA_20
20-period Exponential Moving Average. Short-term trend indicator, more responsive to recent price changes.
Float
EMA_50
50-period Exponential Moving Average. Medium-term trend indicator.
Float
EMA_200
200-period Exponential Moving Average. Long-term trend indicator, major support/resistance level.
Float
kama
Kaufman Adaptive Moving Average. Adjusts smoothing based on market volatility for better trend identification.
Float
FWMA
Fibonacci Weighted Moving Average. Uses Fibonacci sequence for weighting, emphasizing recent prices.
Float
VWAP
Volume Weighted Average Price. Average price weighted by volume, important institutional benchmark.
Float
Tenkan
Ichimoku Conversion Line. (9-period high + 9-period low) / 2. Short-term trend indicator.
Float
Kijun
Ichimoku Base Line. (26-period high + 26-period low) / 2. Medium-term trend and support/resistance.
Float
Senkou_A
Ichimoku Leading Span A. (Tenkan + Kijun) / 2, plotted 26 periods ahead. Forms cloud edge.
Float
Senkou_B
Ichimoku Leading Span B. (52-period high + 52-period low) / 2, plotted 26 periods ahead. Forms cloud edge.
Float
Chikou
Ichimoku Lagging Span. Current closing price plotted 26 periods back, confirms trend.
Float
Cloud_Position
Price position relative to Ichimoku cloud: "Above_Cloud" (bullish), "Below_Cloud" (bearish), "In_Cloud" (neutral).
String
TK_Cross
Ichimoku Tenkan-Kijun crossover signal: "Bullish" (Tenkan crosses above Kijun) or "Bearish" (crosses below).
String
SUPERT_10_3.0
SuperTrend indicator value (period=10, multiplier=3.0). Dynamic support/resistance that follows price trends.
Float
SUPERTd_10_3.0
SuperTrend direction: 1 (uptrend/bullish) or -1 (downtrend/bearish).
Integer
SUPERTl_10_3.0
SuperTrend Long value (support level during uptrends).
Float
SUPERTs_10_3.0
SuperTrend Short value (resistance level during downtrends).
Float
TREND_DIRECTION
Overall trend direction based on multiple indicators: "UP" or "DOWN".
String
Volatility Indicators
12
BB_Lower
Bollinger Band Lower. Middle band minus (2 × standard deviation). Price touching lower band may indicate oversold.
Float
BB_Middle
Bollinger Band Middle (20-period Simple Moving Average). Central reference line.
Float
BB_Upper
Bollinger Band Upper. Middle band plus (2 × standard deviation). Price touching upper band may indicate overbought.
Float
BB_BWidth
Bollinger Band Width percentage. (Upper - Lower) / Middle × 100. Measures volatility expansion/contraction.
Float
ATR
Average True Range. Measures market volatility by calculating average of true ranges over a period. Higher values = higher volatility.
Float
ATR_UPPER
ATR Upper Band. Close + (ATR × multiplier). Potential resistance during volatile periods.
Float
ATR_LOWER
ATR Lower Band. Close - (ATR × multiplier). Potential support during volatile periods.
Float
ATR_MID
ATR Middle Line. Average of ATR upper and lower bands.
Float
ATR_POSITION
Price position within ATR bands (percentage). 0 = at lower band, 100 = at upper band.
Float
ATR_BREAKOUT_UP
Binary flag (0/1). 1 indicates price broke above ATR upper band (potential bullish breakout).
Integer
ATR_BREAKOUT_DN
Binary flag (0/1). 1 indicates price broke below ATR lower band (potential bearish breakout).
Integer
SWING_HIGH
Recent swing high price level. Local maximum used for pattern recognition and support/resistance.
Float
SWING_LOW
Recent swing low price level. Local minimum used for pattern recognition and support/resistance.
Float
Volume Indicators
3
OBV
On-Balance Volume. Cumulative volume indicator that adds volume on up days and subtracts on down days. Confirms price trends.
Float
CMF
Chaikin Money Flow (-1 to +1). Measures buying/selling pressure over a period. Positive values indicate accumulation, negative indicate distribution.
Float
AD
Accumulation/Distribution Line. Cumulative indicator combining price and volume to show money flow. Rising = accumulation, falling = distribution.
Float
Support & Resistance Levels
24
FIB_ZONE
Current Fibonacci retracement zone: "ABOVE_236", "BETWEEN_236_382", "BETWEEN_382_500", "BETWEEN_500_618", "BELOW_618", etc.
String
FIB_236
23.6% Fibonacci retracement level. First support/resistance after a move.
Float
FIB_382
38.2% Fibonacci retracement level. Moderate support/resistance.
Float
FIB_500
50% Fibonacci retracement level. Key psychological and technical level.
Float
FIB_618
61.8% Fibonacci retracement level (Golden Ratio). Strong support/resistance, often reversal point.
Float
FIB_786
78.6% Fibonacci retracement level. Deep retracement level.
Float
PP
Pivot Point. (High + Low + Close) / 3. Central reference for intraday trading.
Float
R1
Resistance 1. (2 × Pivot Point) - Low. First resistance level above pivot.
Float
R2
Resistance 2. Pivot Point + (High - Low). Second resistance level.
Float
R3
Resistance 3. High + 2 × (Pivot Point - Low). Third resistance level.
Float
S1
Support 1. (2 × Pivot Point) - High. First support level below pivot.
Float
S2
Support 2. Pivot Point - (High - Low). Second support level.
Float
S3
Support 3. Low - 2 × (High - Pivot Point). Third support level.
Float
FIB_R1
Fibonacci-based Resistance 1. Alternative resistance calculation using Fibonacci ratios.
Float
FIB_R2
Fibonacci-based Resistance 2.
Float
FIB_R3
Fibonacci-based Resistance 3.
Float
FIB_S1
Fibonacci-based Support 1. Alternative support calculation using Fibonacci ratios.
Float
FIB_S2
Fibonacci-based Support 2.
Float
FIB_S3
Fibonacci-based Support 3.
Float
PREV_HIGH
Previous period's high price. Important resistance level.
Float
PREV_LOW
Previous period's low price. Important support level.
Float
PREV_CLOSE
Previous period's closing price. Reference for gap analysis.
Float
WEEK_HIGH
Highest price in the past week. Weekly resistance level.
Float
WEEK_LOW
Lowest price in the past week. Weekly support level.
Float
DIST_PREV_HIGH
Percentage distance from previous high. Negative = below, positive = above.
Float
DIST_PREV_LOW
Percentage distance from previous low. Shows proximity to recent support.
Float
Price & Volume Data
6
Close
Closing price for the period. Most commonly used price for technical analysis.
Float
Open
Opening price for the period. First traded price in the timeframe.
Float
High
Highest price reached during the period.
Float
Low
Lowest price reached during the period.
Float
Volume
Total number of shares traded during the period. Higher volume indicates stronger conviction.
Integer
CPrice
Current Price. Latest available price, may match Close for completed periods.
Float
Get Access to This Data
This codebook documents all 70+ indicators available in our Professional and Enterprise plans.
View Pricing
Download Sample