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...
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...
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 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...
MUNICH'S MOMENTUM WAVE VERSION 2 IS LIVE!!! There are a few big things to note with this one. I decided to upload this as an entirely new script due to the number of changes differing from the first version, but as the last one, this will still work on ANY TIMEFRAME, ANY ASSET CLASS, ANY PRICE! . This momentum wave indicator now will give you data for when...
Keltner Channel with user options to calculate the moving average basis and envelopes from a variety of different moving averages. The user selects their choice of moving average, and the envelopes automatically adjust. The user may select a MA that reacts faster to volatility or slower/smoother. Added additional options to color the envelopes or basis based on...
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. ...
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...
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...
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...
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...
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 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,...
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 -...
Runs on BTC 1 DAY (NOTE USE THIS NOT THE PREVIOUS VERSION - DEFAULTS TUNED TO 1 day BTC HERE) USE DEFAULT SETTINGS The strategy is to maximise the profit for OCC longs (ALMA algo) Longs start when the price action settles around the ALMA OCC, then typically breaks up Then follow the trend indcator (blue/orange) Shorts normally happen when the price action...
It is a trend detector indicator, using 3 moving averages. You can select different MA's and set the periods of them. If all 3 is increasing, the color will be green, if decreasing, the color will be red, gray otherwise. It can be used for e.g. scalping.
Back with another great high hit rate strategy!! Disclaimer* This strategy was sampled using source code written by @ClassicScott , as referred to in the script, there is a clear line where the source code was scripted by myself. This Strategy consists of three key factors, the ALMA, EMA crossover, and a Stochastic Rsi ALMA: The Alma is the step line...
The Commodity Channel Index (CCI) is a momentum oscillator used in technical analysis primarily to identify overbought and oversold levels by measuring an instrument's variations away from its statistical mean. Besides overbought/oversold levels, CCI is often used to find reversals as well as divergences. Originally, the indicator was designed to be used...