Technical Indicators

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
scans:indicators [2019/09/06 22:33]
betseyp
scans:indicators [2024/02/18 00:49] (current)
jayanthi [Price Relative/Relative Strength]
Line 140: Line 140:
 **Example:​** **Example:​**
   * [ATR(14) > 2.0]   * [ATR(14) > 2.0]
 +
 +===== Balance of Power (BOP) =====
 +The value of the [[https://​school.stockcharts.com/​doku.php?​id=technical_indicators:​balance_of_power|Balance of Power (BOP)]] indicator. ​
 +
 +**Syntax:**
 +  * BOP(nPeriods)
 +
 +**Parameters:​**
 +  * nPeriods - Number of periods in the SMA used to smooth the indicator
 +
 +**Operators:​**
 +  * =, !=, >, >=, %%<=%%, <, x, is, is not
 +
 +**Example:​**
 +  * [BOP(14) > 0]
  
 ===== Bollinger Bands ===== ===== Bollinger Bands =====
Line 290: Line 305:
   * [CCI(20) > 100.0]   * [CCI(20) > 100.0]
  
 +===== ConnorsRSI =====
 +The value of the [[https://​school.stockcharts.com/​doku.php?​id=technical_indicators:​connorsrsi|ConnorsRSI]] indicator. ​
 +
 +**Syntax:**
 +  * ConnorsRSI(nRSI,​nStreak,​nRank)
 +
 +**Parameters:​**
 +  * nRSI - Number of periods in the RSI of price
 +  * nStreak - Number of periods in the RSI of the up/down streak
 +  * nRank - Number of periods used in the price change ranking
 +
 +**Operators:​**
 +  * =, !=, >, >=, %%<=%%, <, x, is, is not
 +
 +**Example:​**
 +  * [ConnorsRSI(3,​2,​100) > 50]
  
 ===== Coppock Curve (Coppock) ===== ===== Coppock Curve (Coppock) =====
Line 383: Line 414:
   * [DPO(20) > 0]   * [DPO(20) > 0]
   * [DPO(20,​0,​close) > 0]   * [DPO(20,​0,​close) > 0]
 +
 +===== Distance From Moving Average =====
 +
 +The value of the simple or exponential [[https://​school.stockcharts.com/​doku.php?​id=technical_indicators:​distance_from_ma|Distance From Moving Average]] indicator.
 +
 +==== Distance From SMA (DistFromSMA) ====
 +
 +**Syntax:**
 +  * DistFromSMA(nPeriods)
 +
 +**Parameters:​**
 +  * nPeriods - Number of periods
 +
 +**Operators:​**
 +  * =, !=, >, >=, %%<=%%, <, x, is, is not
 +
 +**Example:​**
 +  * [DistFromSMA(200) > 0]
 +
 +==== Distance From EMA (DistFromEMA) ====
 +
 +**Syntax:**
 +  * DistFromEMA(nPeriods)
 +
 +**Parameters:​**
 +  * nPeriods - Number of periods
 +
 +**Operators:​**
 +  * =, !=, >, >=, %%<=%%, <, x, is, is not
 +
 +**Example:​**
 +  * [DistFromEMA(200) > 0]
 +
 +===== Double Exponential Moving Average (DEMA) =====
 +The value of the [[https://​school.stockcharts.com/​doku.php?​id=technical_indicators:​dema|Double Exponential Moving Average (DEMA)]] for the given expression, such as "​close",​ "​volume"​ or "​rsi(14)"​. ​
 +
 +**Syntax:**
 +  * DEMA(nPeriods,​ exp)
 +
 +**Parameters:​**
 +  * nPeriods - Number of periods
 +  * exp - (optional) Values to be used in moving average calculation;​ default is Close
 +
 +**Operators:​**
 +  * =, !=, >, >=, %%<=%%, <, x, is, is not
 +
 +**Example:​**
 +  * [DEMA(20,​close) > 0]
 +
  
 ===== Ease of Movement (EMV) ===== ===== Ease of Movement (EMV) =====
Line 414: Line 494:
 **Example:​** **Example:​**
   * [FORCE(13) > 0.0]   * [FORCE(13) > 0.0]
 +
 +===== Hull Moving Average (HullMA) =====
 +The value of the [[https://​school.stockcharts.com/​doku.php?​id=technical_indicators:​hull_moving_average|Hull Moving Average (HMA)]] for the given expression, such as "​close",​ "​volume"​ or "​rsi(14)"​. ​
 +
 +**Syntax:**
 +  * HullMA(nPeriods,​ exp)
 +
 +**Parameters:​**
 +  * nPeriods - Number of periods
 +  * exp - (optional) Values to be used in moving average calculation;​ default is Close
 +
 +**Operators:​**
 +  * =, !=, >, >=, %%<=%%, <, x, is, is not
 +
 +**Example:​**
 +  * [HullMA(20,​close) > 0]
  
 ===== Ichimoku Cloud ===== ===== Ichimoku Cloud =====
Line 1003: Line 1099:
   * [Middle Price Chan(20) < close]   * [Middle Price Chan(20) < close]
  
 +===== Price Relative =====
 +The value of [[https://​school.stockcharts.com/​doku.php?​id=technical_indicators:​price_relative|Price Relative/​Relative Strength]].
 +
 +==== Price Relative/​Relative Strength ====
 +**Syntax.**
 +  * Price Relative
 +
 +**Operators.**
 +  * =, !=, >, >=, < =, <
 +
 +**Example.** ​
 +[Price Relative(SPY) > yesterdays Daily MAX(63,​Price Relative(SPY))]
 ===== Pring'​s Know Sure Thing ===== ===== Pring'​s Know Sure Thing =====
  
Line 1093: Line 1201:
 **Example:​** **Example:​**
   * [ROC Signal(12,​30) > ROC(12)]   * [ROC Signal(12,​30) > ROC(12)]
 +
 +
  
 ===== Relative Strength Index (RSI) ===== ===== Relative Strength Index (RSI) =====
Line 1110: Line 1220:
 **Example:​** **Example:​**
   * [RSI(14) < 70]   * [RSI(14) < 70]
 +
 +===== Relative Volume (RVOL) =====
 +
 +The value of the [[https://​school.stockcharts.com/​doku.php?​id=technical_indicators:​rvol|Relative Volume (RVOL)]] indicator calculated with either a simple or an exponential moving average.
 +
 +==== RVOL SMA ====
 +
 +**Syntax:**
 +  * RVOL SMA(nPeriods)
 +
 +**Parameters:​**
 +  * nPeriods - Number of periods
 +
 +**Operators:​**
 +  * =, !=, >, >=, %%<=%%, <, x, is, is not
 +
 +**Example:​**
 +  * [RVOL SMA(50) > 1]
 +
 +==== RVOL EMA ====
 +
 +**Syntax:**
 +  * RVOL EMA(nPeriods)
 +
 +**Parameters:​**
 +  * nPeriods - Number of periods
 +
 +**Operators:​**
 +  * =, !=, >, >=, %%<=%%, <, x, is, is not
 +
 +**Example:​**
 +  * [RVOL EMA(50) > 1]
  
 ===== Slope (Slope) ===== ===== Slope (Slope) =====
Line 1256: Line 1398:
 **Example:​** **Example:​**
   * [Stoch RSI(14) > 0.80]   * [Stoch RSI(14) > 0.80]
 +
 +
 +===== Triple Exponential Moving Average (TEMA) =====
 +The value of the [[https://​school.stockcharts.com/​doku.php?​id=technical_indicators:​tema|Triple Exponential Moving Average (TEMA)]] for the given expression, such as "​close",​ "​volume"​ or "​rsi(14)"​. ​
 +
 +**Syntax:**
 +  * TEMA(nPeriods,​ exp)
 +
 +**Parameters:​**
 +  * nPeriods - Number of periods
 +  * exp - (optional) Values to be used in moving average calculation;​ default is Close
 +
 +**Operators:​**
 +  * =, !=, >, >=, %%<=%%, <, x, is, is not
 +
 +**Example:​**
 +  * [TEMA(20,​close) > 0]
  
 ===== TRIX ===== ===== TRIX =====
Line 1328: Line 1487:
 **Example:​** **Example:​**
   * [TSI Signal(25,​13,​7) < TSI(25,​13,​7)]   * [TSI Signal(25,​13,​7) < TSI(25,​13,​7)]
 +
 +===== TTM Squeeze =====
 +
 +The status of the [[https://​school.stockcharts.com/​doku.php?​id=technical_indicators:​ttm_squeeze|TTM Squeeze]] indicator (on or off) and the value of the TTM Squeeze momentum histogram.
 +
 +==== TTM Squeeze Dots (TTM Squeeze) ====
 +
 +**Syntax:**
 +  * TTM Squeeze(nPeriods,​ StdDev, EMA, multiplier, ATR period)
 +
 +**Parameters:​**
 +  * nPeriods - Number of periods in the Bollinger Bands calculation
 +  * StdDev - Distance of the Bollinger Bands from the centerline
 +  * EMA - Number of periods in Keltner Channel calculation
 +  * multiplier - ATR multiplier to determine Keltner Channel width
 +  * ATR Period - number of periods for the Keltner Channel ATR
 +
 +**Acceptable Values:**
 +  * true, false
 +
 +**Operators:​**
 +  * is, is not, =, !=
 +
 +**Example:​**
 +  * [TTM Squeeze(20,​2.0,​20,​1.5,​20) is true]
 +
 +==== TTM Squeeze Momentum Histogram (TTM Squeeze Hist) ====
 +
 +**Syntax:**
 +  * TTM Squeeze Hist(nPeriods)
 +
 +**Parameters:​**
 +  * nPeriods - Number of periods
 +
 +**Operators:​**
 +  * =, !=, >, >=, %%<=%%, <, x, is, is not
 +
 +**Example:​**
 +  * [TTM Squeeze Hist (20) > 0]
  
  
Line 1415: Line 1613:
 ===== Indicators not supported ===== ===== Indicators not supported =====
  
 +  * Anchored VWAP
   * Momentum   * Momentum
 +  * Moving Average Ribbon
   * Pivot Points   * Pivot Points
   * Price Relative   * Price Relative
   * RS-Ratio and RS-Momentum   * RS-Ratio and RS-Momentum
 +  * RVOL - Price Plot
 +  * RVOL - Time of Day
   * Volume By Price   * Volume By Price
   * VWAP   * VWAP
   * ZigZag   * ZigZag