This indicator is a modified version of SteverSteves's original work, enhanced by Erika Barker. It visually represents asset price movements in terms of standard deviations from a Hull Moving Average (HMA), commonly known as a Z-Score. Key Features: Z-Score Calculation: Measures how many standard deviations the current price is from its HMA. Hull Moving...
🚀 Introducing the Hullinger Percentile Oscillator by AlgoAlpha! 🚀 This versatile Pine Script™ indicator is designed to help you identify swing trends and potential reversals with precision. Whether you're looking to catch market swings or spot divergences, the Hullinger Percentile Oscillator offers a comprehensive suite of features to enhance your trading...
🎯 Introducing the Hullinger Bands Indicator ! 🎯 Maximize your trading precision with the Hullinger Bands , an advanced tool that combines the strengths of Hull Moving Averages and Bollinger Bands for a robust trading strategy. This indicator is designed to give traders clear and actionable signals, helping you identify trend changes and optimize entry and exit...
This indicator uniquely uses normalization techniques applied to the Hull Moving Average (HMA) and allows the user to choose between a number of different types of normalization, each with their own advantages. This indicator is one in a series of experiments I've been working on in looking at different methods of transforming data. In particular, this is a more...
Kalman Hull RSI At its core, this indicator uses a Kalman filter of price, put inside of a hull moving average function (replacing the weighted moving averages) and then using that as a price source for the the RSI, very similar to the Kalman Hull Supertrend just processing price for a different indicator. This also allows it to make it more adaptive to price and...
Introducing the Trend Continuation Signals by AlgoAlpha 🌟🚀 Elevate your trading game with this multipurpose indicator, designed to pinpoint trend continuation opportunities as well as highlight volatility and oversold/overbought conditions. Whether you're a trading novice or a seasoned market veteran, this tool offers intuitive visual cues to boost your...
🚀🌟 Introducing the "Super Fisher" by AlgoAlpha, a sophisticated and versatile tool crafted for the discerning trader. This innovative indicator merges the precision of the Fisher Transform with the adaptability of the SuperTrend methodology, offering a fresh perspective on market analysis. 📈🔍 Key Features: 🔶 Customizable Settings: Tailor the indicator to your...
Combines 3 different moving averages together with the linear regression. The moving averages are the HMA, EMA, and SMA. The script makes use of two different lengths to allow the end user to utilize common crossovers in order to determine entry into a trade. The edge of each "cloud" is where each of the moving averages actually are. The bar color is the average...
This script is based off the Hull Suite by @InSilico. I made this script to provide and calculate the Hull Moving Average (HMA) based on the chosen variation (HMA, TMA, or EMA) and length to then normalize the HMA values to a range of 0 to 100. The normalized values are further smoothed using an exponential moving average (EMA). The smoothed oscillator is...
----------- ITALIANO ----------- Questo codice è uno script di previsione del trend creato solo a scopo didattico. Utilizza una media mobile esponenziale (EMA) e una media mobile di Hull (HMA) per calcolare il trend attuale e prevedere il trend futuro. Il codice utilizza anche una regressione lineare per calcolare il trend attuale e un fattore di smorzamento per...
This amazing oscillator displays the difference between the hull average calculated on the close of the candles and the one calculated between the average of the highs and lows. This allows the user to identify the pressure of the closing price over the average, useful to identify trends, divergences, and reversals. This indicator also has two dynamic overbought...
Moving averages come in all shapes and types. The most basic type is the simple moving average which is simply the sum divided by the quantity. Therefore, the simple moving average is the sum of the values divided by their number. In technical analysis, you generally use moving averages to understand the underlying trend and to find trading signals. In the case...
This oscillator comprehends two different indicators: - The first one is a MACD but calculated using the Hull Moving Average. - The second one is to show the direction in which the Hull Moving Average is going. Notice that in the first indicator, the histogram is colored as follows: - If the volume pressure (difference between the volume-weighted moving average...
This is part of a new series we are calling "Strategy Myth-Busting" where we take open public manual trading strategies and automate them. The goal is to not only validate the authenticity of the claims but to provide an automated version for traders who wish to trade autonomously. Our 9th one is an automated version of the "I Tested The Best 1 Minute Scalping...
A Hull Moving Average (HMA) slope oscillator. It uses a HMA slope to identify up/down trends. Usage is simple: adjust the HMA and signal length according to your needs. Long orders start when the bar changes from under (the zero line) to over the zero line. You can also spot "early" long entries when the bar moves close to the zero line. Short orders should be...
This study is an experiment utilizing the Hull Filter technique applied to an exponential moving average that has a relatively low lag to analyze trend activity. The Hull method is adjusted by the length. A modified stochastic is used to help confirm buy/sell opportunities. The stochastic limits of 0.2 and 0.8 may be adjusted. The up/down arrows indicate...
This indicator was originally made to help users following along with one of our strategies that we call The Outback (hence the name). One of the component indicators of that strategy is an RSI with a Hull Moving Average added on top of the RSI as an additional reference for the momentum of the RSI. Many people either had difficulty setting this up correctly,...
The Hull Butterfly Oscillator (HBO) is an oscillator constructed from the difference between a regular Hull Moving Average (HMA) and another with coefficients flipped horizontally. Levels are obtained from cumulative means of the absolute value of the oscillator. These are used to return dots indicating potential reversal points. Settings Length: Number of...