Many Moving AveragesA smooth looking indicator created from a mix of ALMA and LRC curves. Includes alternative calculation for both which I came up with through trial and error so a variety of combinations work to varying degrees. Just something I was playing around with that looked pretty nice in the end.
Arnaud Legoux Moving Average (ALMA)
Arnaud Legoux Moving Average Cross (ALMA)This strategy uses two different Arnaud Legoux Moving Average Lengths, one fast and one slow, to determine crosses for entries. The Arnaud Legoux Moving Average is an improvement to traditional MA's because it reduces lag and smooths the signal line. I have added a volume filter to improve the accuracy of the signals. This script is optimized to be used with crypto, but could be adjusted to use on different instruments. Alert functionality is included. The backtesting results displayed use 10% of the initial account equity, adjust as necessary.
Arnaud Legoux Moving Average Set [DM]Greetings Colleagues
As it could not be otherwise in the soul series could not miss its own moving average.
Here you can enjoy 3 soul moving averages with color variables and alerts on all crosses of the three moving averages
/// Quick Explained ALMA ///
//Window size: The window size is the look-back period and it is a basic setting of ALMA.
//Experienced traders can change this setting according to their preference.
//But if you are using this indicator for the first time, it is recommended to go with the default setting.
//Offset: The offset value is used to tweak the ALMA so that it will be more inclined
//towards responsiveness or smoothness. You can set the offset in decimals between the 0 to1.
//The value of 0.01 makes it smoother, while a setting of 0.99 makes the indicator more responsive.
//Sigma: The sigma is used for the filter. Any value less than 6 makes the indicator
//more focused, whereas the setting of 6 makes the filter large. According to Mr Arnaud,
//a sigma value of 6 is offer good performance.
Bollinger Bands Width + %B + Vol. + Intraday Idx Alma var [DM]Greetings Colleagues here I published another script of the series "Alma Variant"
This script incorporates four different standard signals from Bollinger Band Book.
Signals:
Bollinger Band Width. Line blue
Bollinger Band %B. Line gray
Intraday intensity Index “normalized using log(volume)”. Oscillator line in the middle of the indicator with decision color green = buy, red=sell, purple=na
Bollinger Band Volume “normalized, decreased to 20% and limited to 100”
Alerts:
Bollinger Band (%B) Alert Level with your switch
Bollinger Band (Width) Alert Level with your switch
BB (Volume) Alert with your switch
Setting.
Individual ma settings
All alerts can be adjusted
The color of the Intraday intensity index background and lines help you decide on your volatility breakout direction
The background color has been conditioned to smoothed X periods for the accumulated volume above the alert level, Intraday Intensity Index direction and %B direction.
I recommend for the use of this indicator to first read John Bollinger's book to understand the usefulness of each of the signals and their configuration to execute the orders.
AWB - Alma Weird Bands [SilentShiller]A simple experiment that using Arnaud Legoux Moving Average tries to help visualize an extended trend and its reversal . You can play with:
Alma length
Alma offset ( needs sigma not to be 0 )
Alma sigma
I hope you find it useful. Feel free to modify it and let me know to test your scripts!
Arnaud Legoux Moving Average With ATR BandsArnaud Legoux Moving Average With ATR Bands to get an idea of the volatility.
Custom Moving Average (EMA & SMA)This script is a custom visualization tool to plot 4 Moving Averages (MA).
Each MA is customizable; you can:
enable (disable) the plot of MA;
select whether the MA is an EMA or an SMA;
the length;
the source (open, close, ...);
the offset value (default is 0).
Note:
The 1st MA is an EMA with length 50.
The others MAs are SMA with length 9, 30 and 100 respectively.
Arnaud Legoux Trend IndicatorArnaud Legoux Trend Indicator (ALTI) was designed for Identifying the primary trend, secondary trend and minor trend in a clearer way. Using the trend for continuation trade and detect potential reversals are two common ways to use it. However, combining ALTI with good volume indicators also has special results.Good luck, traders.
ALMA Function [FN] - Arnaud Legoux Moving AverageThis hasn't been done before. People know the ALMA moving average, TradingView, of course, has a built-in function for the ALMA = alma(). But, when you use built-in functions, you can't have a series as a length. Pinecoders put out a bunch of functions for various routines wherein the built-in doesn't allow for a series as a length. I got some help from @everget (awesome dude) to do the dev() function as well... can't find the ALMA anywhere. So, here it is. It seems to match the built-in indicator. To double-check me, just put the ALMA built-in over this and they should match. Let me know if you find an issue.
That's it. ALMA is cool. I'm going to use it as the average for the CCI. Good day.
Low-High RSIIt is an RSI indicator with 3 lines (or 4 if you enable the original RSI in settings):
The lime is calculated from high
The fuchsia is calculated from low
The orange one is calcuated form both high and low , by calculating RSI's up from high and down from low
You can also select different moving averages for RSI calculation. (The default is the original RMA)
This indicator is useful for e.g. to filter out original RSI's false signals by waiting both low and high lines to confirm. Or you can use it as an earlier exit indicator.
Please write a comment if you find another usage of it.
Zero Lag Keltner ChannelsThis 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.
Baseline - evoPlots the high and low of your chosen moving average.
Options are:
SMA = Simple Moving Average
EMA = Exponential Moving Average
WMA = Weighted Moving Average
HMA = Hull Moving Average
VWMA = Volume Weighted Moving Average
RMA = Exponetial Weighted Moving Average
ALMA = Arnaud Legoux Moving Average
Unbox "Use Current Timeframe" to use chosen timeframe below
I mainly use this to get in and out of the market for futures trading, to reduce fake outs of having just one moving average line.
Let me know if you like it..
Inspired from LazyBear's EMAenvelope :)
Redwire's ALMA BandsThese ribbons are based on Arnaud Legoux's moving average and combined with Fibonacci levels to create near perfect points of interest. when price action enters one of these bands watch for it's reaction, if price gets rejected expect it to return to the previous band, like wise if the price breaks above one band you can expect it to continue to the next.
simple yet elegant
Suggested use of this script is to place take profit orders within the plotted bands or trade breakouts and rejections.
Please do not base your trades entirely on this indicator it is meant as an addition tool to use along with other methods.
ALMA Trend DirectionHere 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 higher responsiveness but lower smoothness. A lower value will mean higher smoothness but less responsiveness.
-Length : The lookback window for the ALMA calculation.
-Sigma : Defines the sharpe of the curve coefficients.
I find that this indicator is best used with a longer length and a 4 Hour timeframe. Overall, its purpose is to help identify the direction of a trend and determine whether a security is in an uptrend or a downtrend. For this purpose, it is best to use a lower offset value since we are looking to identify long-term, significant price movement rather than small fluctuations.
The Chart:
The ALMA is plotted as the aqua and pink alternating line. It is aqua when bullish and pink when bearish.
The low price for each candle is then compared to the ALMA. If the low is greater than the ALMA, then there is a bullish trend and the area between the candles and ALMA is filled green. The area between the ALMA and candles is filled red when the low price is less than the ALMA.
The difference between the slow ALMA and candles can reveal a lot about the current market state. If there is a significant green gap between the two, then we know that there is a significant uptrend taking place. On the other hand, a large red gap would indicate a significant downtrend. Similarly, if the gap between the two is narrowing and the ALMA line switches from aqua to pink, then we know that a reversal could be coming shortly.
~Happy Trading~
Double ALMAIncludes fast and slow Arnaud Legoux Moving Averages (ALMA). ALMA is a moving average based on a Gaussian(normal) distribution that reduces lag while still retaining smoothness.
Input Options:
-Offset : Value in range {0,1} that adjusts the curve of the Gaussian Distribution. A higher value will result in higher responsiveness but lower smoothness. A lower value will mean higher smoothness but less responsiveness.
-Lengths : The lookback for each ALMA calculation.
-Sigma : Defines the sharpe of the curve coefficients.
The slow ALMA is the thickest red and green alternating line that indicates bullish or bearish movement. When slow ALMA is bullish, the graph's background changes to green. When the slow ALMA is bearish, the background is red.
The fast ALMA uses a smaller lookback and is more responsive than the slow ALMA as a result of the shorter length and higher default offset parameter.
The two dotted lines represent (slowALMA +/- 1.25 * stdev(slowALMA, slowALMA period *2)).
The indicator bases its buy and sell signals based on the trend identified by the slow ALMA and the fast ALMA's crossings of the standard deviation bands.
Comes with pre-set buy and sell alerts.
Legoux_MA<>Hull_MAArnaud Legoux MA > Hull MA
Long Hull period default, for use with low timeframe
probably not as good if a trading commision is applied etc
script open, help yourself :)