This is a study to determine if small candle bodies (little difference between open and close), regardless of overall candle length (high/low), can be used to filter choppy markets. The indicator will calculate the selected average "MA Mode" of (close-open). To standardize this result and ensure any filters/thresholds do not need to be recalculated for each...
Volatility Qaulity Zero Line attempts to keep a trader out of ranging markets, but the original calculation on TradingView had to be adjusted for each instrument. To avoid this issue, I have applied a z-score calculation to the VQZL so the result is standardized for all instruments. A Z-Score is simply a value's relationship to the mean (average) of a group of...
Introduction The fast z-score is a modification of the classic z-score that allow for smoother and faster results by using two least squares moving averages, however oscillators of this kind can be hard to read and modifying its shape to allow a better interpretation can be an interesting thing to do. The Indicator I already talked about the fisher...
Introduction The ability of the least squares moving average to provide a great low lag filter is something i always liked, however the least squares moving average can have other uses, one of them is using it with the z-score to provide a fast smoothing oscillator. The Indicator The indicator aim to provide fast and smooth results. length control the...
Trend Score compares close prices between last close with previous closes by a certain period of time. It's like momentum but gives a score +1 when close price is equal to or above (defaultly) 10 bars ago and gives a score of -1 when below. calculation continues from default length to the 2 times of length. Defaultly (for 10 bars length) If Trend Score converges...
Trendscore indicator script. Originally developed by Tushar Chande.
The author of this indicator is Veronique Valcu. The z-score (z) for a data item x measures the distance (in standard deviations StdDev) and direction of the item from its mean (U): z = (x-StdDev) / U A value of zero indicates that the data item x is equal to the mean U, while positive or negative values show that the data item is above (x>U) or below...
This indicator is a composite of MACD and Z-Score (requested by @ChartAt). The general idea is that counter-trend component of the Z-score is used to adjust/improve the trend component of the MACD. The advantage is that it is a more accurate and “assumption-free” and can more accurately describe how a market or stock actually works in a given time frame. I have...
The author of this indicator is Veronique Valcu. The z-score (z) for a data item x measures the distance (in standard deviations StdDev) and direction of the item from its mean (U): z = (x-StdDev) / U A value of zero indicates that the data item x is equal to the mean U, while positive or negative values show that the data item is...