***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...
Short Version: This is a fairly self-contained system based upon a moving average crossover with several unique features. The most significant of these is the adjustable volume weighting system, allowing for transformations between standard and weighted versions of each included MA. With this feature it is possible to apply partial weighting which can help to...
Returns a moving average allowing the user to control the amount of lag as well as the amplitude of its overshoots thanks to a parametric kernel. The indicator displays alternating extremities and aims to provide potential points where price might reverse. Due to user requests, we added the option to display the moving average as candles instead of a solid...
Description : This Stochastic variant will auto-adjust stochastic period based on volatility measured by standard deviation. The idea behind it are in highly volatile market, %K period will be reduced to account for recent price range, while in low volatility market, %K period will be increased to account less of the recent price range. This idea is based on...
Couldn't find searching for Linearly Weighted Moving Average (LWMA) in tradingview. Found one with the LWMA title, but it uses plain WMA calculation without the linearity which more heavily weights recent price data, which I need, so I try to made one. LWMAs are also quicker to react to price changes than SMA and EMA. If you want a moving average with less lag...
This indicator plots absolute high and low values for up to five completely adjustable time periods (in months, weeks, days, hours, minutes) and optionally calculates the Fibonacci levels on the pair of absolutes of your choice, ascending or descending, and mimics the shading available in the built-in Fib charting tools (e.g. retracement). Here are a few...