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
Last revision Both sides next revision
scans:indicators [2022/03/31 01:13]
betseyp
scans:indicators [2024/02/16 18:30]
jayanthi [Price Relative/Relative Strength]
Line 1099: 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 1189: 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 1478: Line 1492:
 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. 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 (TTMSqueeze) ====+==== TTM Squeeze Dots (TTM Squeeze) ====
  
 **Syntax:** **Syntax:**
-  * TTMSqueeze(nPeriods, StdDev, EMA, multiplier, ATR period)+  * TTM Squeeze(nPeriods, StdDev, EMA, multiplier, ATR period)
  
 **Parameters:​** **Parameters:​**
Line 1497: Line 1511:
  
 **Example:​** **Example:​**
-  * [TTMSqueeze(20,​2.0,​20,​1.5,​20) is true]+  * [TTM Squeeze(20,​2.0,​20,​1.5,​20) is true]
  
-==== TTM Squeeze Momentum Histogram (TTMSqueeze ​Hist) ====+==== TTM Squeeze Momentum Histogram (TTM Squeeze ​Hist) ====
  
 **Syntax:** **Syntax:**
Line 1511: Line 1525:
  
 **Example:​** **Example:​**
-  * [TTMSqueeze ​Hist (20) > 0]+  * [TTM Squeeze ​Hist (20) > 0]