This is an indicator to identify possible tops and bottoms after exponential price surges and drops, it works best on ETH 1D, but you can also use it for bitcoin and altcoins. It's based on stochastic first and second derivatives of a close moving average
The WHAT =============> Basically a combination of multiple indicators into a strategy. As the title says - it's a combo of MESA Pivot Points, Cyclic RSI, MESA Adjusted Moving Average, ALMA and MACD. Feel free to play around with them and turn then on/off as desired to get the best results for your coin. Enjoy :)
A lightweight version of the popular "Moving Average Ribbon" or "Guppy" indicators where the visuals are plotted as "waves" rather than moving average lines. As is customary for my indicators, nearly everything about it is user selectable. Visual Features: User Customizable Colors RSI-Based Rainbow Color Scheme Simple Offset for adjusting transparency Create...
This is an experimental study which calculates a linear regression channel over a specified period or interval using custom moving average types for its calculations. Linear regression is a linear approach to modeling the relationship between a dependent variable and one or more independent variables. In linear regression, the relationships are modeled using...
Hi, again. Here I have a nice moving average script designed to get you into trends and keep you in trends until the opportune moment comes to exit. And, as with any indicator, or suite of indicators, designed to get one into trends and keep him/her in a trend, they do not do so well in chop/ranging/mean reversion conditions, though I would say this one is better...
Pine Script version=3 Author CryptoJoncis Heikin-Ashi Smoothed The Heikin-Ashi Smoothed study is based upon the standard Heikin-Ashi study with additional moving average calculations. The following is the calculation formula for the bars: 1. The current bar Open, High, Low, Close values are smoothed individually by using the moving average type specified by the...
This is an experimental study designed to visualize trend activity and volatility using a set of two Bollinger Bands calculated with a basis moving average type of your choice. The available moving averages in this script are: -Exponential Moving Average -Simple Moving Average -Weighted Moving Average -Volume Weighted Moving Average -Hull Moving Average ...
The Moving Average Tool is the only indicator you will ever need to plot MA lines. It comes loaded with 9 different types of moving averages so traders can lay down any line at any length. There is also an option to plot a trigger line. Features: SMA , SMMA, EMA, LSMA, ZLSMA, HULL, LWMA, VWMA and ALMA. Simply pick an average type and enter the desired length.
This indicator calculates many different moving averages and displays whether they are increasing or decreasing as a panel/table instead of a plot. Rows/columns can be removed from the table as needed in the options menu, there is also a mobile friendly/compact option as well as a location option. Note: This script is large and may take a few moments to load. ...
ALMA (Arnaud Legoux Moving Average) alternative to EMA Ribbons.
This is an experimental study designed using data from Bollinger Bands to determine price squeeze ranges and active levels of support and resistance. First, a set of Bollinger Bands using a Coefficient of Variation weighted moving average as the basis is calculated. Then, the relative percentage of current bandwidth to maximum bandwidth over the specified sampling...
All credits to @Violent (www.tradingview.com) for making the original code! I just updated it by adding new features and themes! --------------------------------------------- Lemon's Customizable MA Ribbon: --------------------------------------------- A series of moving averages of different lengths that create a ribbon-like indicator. Traders can determine...
This is an experimental study that calculates filter values at user defined sample rates. This study is aimed to provide users with alternative functions for filtering price at custom sample rates. First, source data is resampled using the desired rate and cycle offset. The highest possible rate is 1 bar per sample (BPS). There are three resampling methods to...
This indicator uses the Least Squares Moving Average (LSMA) in tandem with the Arnaud Legoux Moving Average (ALMA) and Hull Moving Average (HMA) to generate buy-sell signals, represented by the light blue and orange crosses respectively. The yellow lines produced by the indicator show periods of market uncertainty and possible reversal, and a modified,...
Here is a very simple tool that uses the Arnaud Legoux Moving Average(ALMA). The ALMA is based on a normal distribution and is a reliable moving average due to its ability to reduce lag while still keeping a high degree of smoothness. Input Options: -Offset : Value in range {0,1} that adjusts the curve of the Gaussian Distribution. A higher value will result in...
This is Keltner Channelz (KC) with Zero Lag Moving Average (ZLMA as base). It is smoother and has less lag than the original (EMA/SMA) variant. It also can be used as a trend indicator and trend confirmation indicator. The upper and lower bands are green if it is an up trend, and red if a down trend. If both have the same color it is a stronger trend.
This is a variation of Gerald Appel's MACD with seven moving average source types to choose from. The MA types I've included in this script are: - Kaufman's Adaptive Moving Average - Geometric Moving Average - Hull Moving Average - Volume Weighted Moving Average - Least Squares Moving Average - Arnaud Legoux Moving Average -...
PROBLEM DEFINITION 1 : To Avoid False Breakouts PROBLEM DEFINITION 2 : To Ascertain if the trend has changed when a Stock opens with a Gap up or Gap Down ## PROBABLE SOLUTION : Use a Moving Average with lot of latency ## PROBLEM WITH ABOVE SOLUTION : Misses on lot of trades, Late exits leads to drain on winning trades S O L U T I O N An Indicator which...