The Hull Moving Average (HMA), developed by Alan Hull, is an extremely fast and smooth moving average. In fact, the HMA almost eliminates lag altogether and manages to improve smoothing at the same time. Included: - Various average modes to fine-tune the signal - Shift to offset chart (purely visual, has no bearing on actual calculation) This is an exact clone...
The Hull Moving Average indicator can in some cases be used to outline support and resistance levels. It doesn't work for every asset out there but there are some that have enjoyed this in the past 6 months, such as the OCEAN cryptocurrency on the chart above. This is a strategy to utilize this method, so you can test the assets you trade, including using...
Hull is its extremely responsive and smooth moving average created by Alan Hull in 2005. Minimal lag and smooth curves made HMA extremely popular TA tool. alanhull.com Script was made to regroup multiple hull variants in one indicator,maintaining flexible customization and intuitive visualization Option to chose between 3 Hull variations Option to chose...
Converted the hull suite into a strategy script for easy backtesting and added ability to specify a time periods to backtest over.
What is the "Ultimate MA" exactly, you ask? Simple. It actually takes as its influence the Rex Dog Moving Average (which I have included as an MA in some of my other indicators), an invention by xkavalis that is simply an average of different length moving averages. It's available for free on his account, so take a look at it. I've recently become drawn to using...
very simple indicator for stocks and others first step is weekly range of hull color in yellow and gray next is linear regression length 100 signal are product of cross over of weekly hull and linear regression put it on 4 hour chart and just follow the buy and sell:) here some examples
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. ...
The "Momentum" in this indicator is smoothed out using linear regression. The Momentum is what is displayed on the indicator as a histogram, its purpose is obvious (to show momentum). What is a Squeeze? A squeeze occurs when Bollinger Bands tighten up enough to slip inside of Keltner Channels . This is interpreted as price is compressing and building up energy...
REVE is abbreviation from Range Extension Volume Expansion. This indicator shows these against a background of momentum. The histogram and columns for the range and volume rises ara calculated with the same algorithm as I use in the Volume Range Events indicator, which I published before. Because this algorithm uses the same special function to assess 'normal'...
Just an extended version of InSilicos great Hull Suite Added Functions - Second Hull Indicator with all options - HTF color fix for the bands and barcolors
THIS IS A COMBINATION OF TWO HULL MOVING AVERAGE LINES -ONE WITH LONGER PERIOD -OTHER WITH SHORTER PERIOD TO INDICATE BUY/SELL SIGNALS AS THE KNOWN GENERAL RULE; IT WOULD BE A BUY SIGNAL WHEN SHORTER(BLUE LINE) HULL CROSSES ABOVE LONGER (RED LINE) ONE AND CONVERSELY A SELL SIGNAL WHEN LONGER HULL CROSSES ABOVE SHORTER ONE THIS STUFF IS USEFUL FOR USERS...
A strategy created using Hull Moving Average and WT Cross . Hull Moving Average turns green and WT Cross crossover this is a long. Otherwise short. Stop Loss and Take Profit settings are available. You can set it to the level you want or turn it off. According to my measurements, it shows the best performance in the 4-hour period. But you can find the best...
This is a modified version of @SeaSide420 TSI CCI Hull with profits exit on long and short order with alert as well original script : the strategy script: /// feel free to edit/improve and comment
Release Note: Keeping in mind of getting full potential of Donchian Channels, As part of this script, Linear Regression is used as primary source to identify trend and execute the trades. Hull Moving Average given as alternative option in place of Linear regression. Linear Regression: Linear regression used to identify trend, trade setup, and stop. Based on...
fast HMA • slow HMA • Dispersion Zone| background color's --- Background colors: Red, Green and Yellow. Default transperent = 5% • Green background: fast HMA above the dispersion zone • Red background: fast HMA below the dispersion zone • Yellow background: fast HMA inside the Dispersion Zone --- # Alerts only for cross Yellow to Green and Yellow to...
Exponential Hull Moving Average (HMA), Traditional moving averages lag the price activity. But with some clever mathematics the lag can be minimised. Here's how! The Exponential Hull Moving Average solves the age old dilemma of making a moving average more responsive to current price activity whilst maintaining curve smoothness. In fact the HMA almost eliminates...
Introduction The Hull moving average (HMA) developed by Alan Hull is one of the many moving averages that aim to reduce lag while providing effective smoothing. The HMA make use of 3 linearly weighted (WMA) moving averages, with respective periods p/2 , p and √p , this involve three convolutions, which affect computation time, a more efficient version exist...