This Indicator allows for a ‘Optimal Length’ to be inputted within the Settings as a Source. Unlike most Indicators and/or Strategies that rely on either Static Lengths or Internal calculations for the length, this Indicator relies on the Length being derived from an external Indicator in the form of a Source Input. This may not sound like much, but this...
Library "TurntLibrary" Collection of functions created for simplification/easy referencing. Includes variations of moving averages, length value oscillators, and a few other simple functions based upon HH/LL values. ma(source, length, type) Apply a moving average to a float value Parameters: source : Value to be used length : Number of bars to...
Similar to my last script, although this one uses the RSI value of (highest high - price) / (price - lowest low) to feed into the the logic creating the dynamic length. Choose how the length curve works by selecting either Incline, Decline, Peak or Trough. Lastly select the moving average type to filter the result through to smoothen things out a bit to find...
***CREDIT TO TradingView's TA Library*** (), Attempted to use "import TradingView/ta/4" to import the library, but for whatever reason some of the functions failed to work, while others had no issue, so I opted to just copy paste what I wanted to use. This moving average uses an oscillator to influence the length used during calculation. Extremely...
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,...
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. ...
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.
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...
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...
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...
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...
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...
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.
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.