|
SMBODY
Indicator | Usage | Description | Example | smbody | (smbody[n]) , where n is a positive integer >= 0 and represents the number of days ago the result is computed (n=0 is the default value and represents the current end of day, n=1 is the previous end of day, etc.) | Returns a 1 (true) if day n is a small body candle and a 0 (false) if day n is not a small body candle. | (smbody[0]) |
Introduction:
| The 'smbody' indicator is used in indicator formula construction to narrow the stock pre-screener results to include only those stocks that have a small candle body (closing stock price that is near the opening stock price).
Example:
The chart of Intel (INTC) below highlights small candle bodies. |
|
INDICATORS IN OUR DATABASE THAT INCLUDE THE SMBODY INDICATOR...
Click here to view all indicators that include the indicator 'smbody' (sorted by AISCORE)
(smbody[0])
AISCORE: 1990  Indicator ID: 060202120147
(high[0] < high[1]) and (high[1] < high[2]) and (low[0] < low[1]) and (low[1] < low[2]) and (faststo[14,3] < 30) and (smbody[0])
AISCORE: 5577  Indicator ID: 060322224313
(faststo[14,3] < 30) and (smbody[0])
AISCORE: 3705  Indicator ID: 060409102129
(lgbody[0]) and (white[0]) and (smbody[1]) and (vol[0] > 1.25 * vol[1])
AISCORE: 1967  Indicator ID: 060506115010
(lgbody[0]) and (black[0]) and (smbody[1]) and (vol[0] > 0.7 * avevol[20])
AISCORE: 2744  Indicator ID: 060506115521
| More -> |
|
Copyright © 2005-2023 AiStockCharts.com, All rights Reserved. | |