***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...
A custom version of the Self-Adjusting Parabolic SAR that can be used as a source for your trading frameworks and indicators. It is presented on the preview as a -signal line that replicates Self-Adjusting Parabolic SAR state. Here is an example of how it works with Buy/Sell/TP/SL/TSL Alerts Module : If you have any questions don't hesitate to ask and...
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...
A custom version of Self Adjusting SuperTrend that can be used as source for your trading frameworks and indicators.
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...
Hi everyone, I put this together while learning Pine and wanted to share to see if anyone finds it useful. It does a decent job predicting the direction of breakouts from range conditions, as well as picking up some easy trend profits. I had some fun making it quite configurable for those who would like to tune it for a particular index (for example, check out...