The following indicator aims to return information over RSIs using multiple periods, including the percentage of RSIs of different periods being overbought/oversold, as well as the average between these multiple RSIs. The percentage of RSIs of different periods being overbought/oversold is additionally used to return adaptive overbought/oversold levels. ...
This script measures candle length and average true range (ATR). A break out occurs when a candle is larger than the given ATR value. You can choose to calculate length from wicks or from the body (open & close). You can use this as trend direction indicator by following the last break out candle or open a position after a break out with a stop just above or...
This script will tell you the following: • Average length of all the candles (wick to wick) for the last 20 candles -- shown in blue • Average length of bull (green) candles (wick to wick) for the last 20 candles -- shown in green • Average length of bear (red) candles (wick to wick) for the last 20 candles -- shown in...
Why use CLAM? Because candle length may be difficult to discern in fast, choppy markets. CLAM plots current price activity against previous trends. The calculation is similar to Know Sure Thing (KST) without the lag. CLAM uses Triple EMAs (TEMA) instead of Simple Moving Averages (SMAs), and raw open - close instead of clunky Rate of Change (ROC). CLAM...
Similar to one of my previous scripts 'Ranged Volume', but instead of using volume, this script uses candle length mirrored. It creates a range using highest and lowest of a given period. When the range gets larger, it means the current candle is bigger than the largest candle of your given period (break-out). Yellow = Bullish break out Red = Bearish break...
The Variable Length Moving Average was created by George R. Arrington Ph.D. (Stocks & Commodities V. 9:6 (219-223)) and I'm really loving this indicator. It is a great moving average that hugs the price very closely and it is fully adjustable to your needs. It detects signals extremely well and I have color coded the moving average line to make it very easy to...
Feature scaler | Pine Utilities series, ready to be used in "study-on-study" fashion | Includes min-max, normalization, standardization and unit length scaling. One and only source: en.wikipedia.org Endpoint inputs allow to set an interval of interest for min-max scaler. Can be (and should be) applied to other studies, or to the chart itself. In this example,...
uses range and change distance on arrays to allow for more control as well as any choice of input value as a controller for how tightly it grips the input signal.
Lines "Total Up Impulses" and "Total Down Impulses" are the sum of impulses in the last n periods (Length). line 1 => "Total Up Impulses": the sum of up impulses. line 2 => "Total Down Impulses": the sum of down impulses. When line 1 crosses up line 2, it indicates an uptrend is comming out. When line 1 crosses down line 2, it indicates a downtrend is comming out.
Hi, this script comes from the idea that Ricardo Santos' Minkovski Distance Function is transferred to the period as a factor. Minkowski distance is used as a percentage factor with the help of Relative Strength Index function. Minkowski Distance Function Script : And thus an adaptive MACD was created. This script can give much better results in more...
Candlestick body and Wick Length Index (CWL) Shows a trend chart of candle body length and wick length. Green -> Candle body Red -> Candle Wick -- Invsto
This is a predictive indicator that looks for explosions in momentum of the cycles in price and large shifts in Momentum (Fisher turns the Bimodal PDF into Guassian like) as statistically unlikely events, showing points to exit or reverse positions. You can adjust the lowpass frequency cuttoff (Aka what cycles you want to remove from the calculations through the...
All the SMAs you could ever want in a single indicator. Customizable, versatile and great for TAs who don't want to eat up their indicators with a bunch of custom SMA lines.