This strategy uses Hull Suite with Stoch RSI Uses Hull Suite as trend and only trades with the direction of the trend. Entry conditions: Hull Suite as a trend Stoch RSI overbought for short entries & oversold for long entries Current parameters works best on BINANCE:BNBBUSDPERP pair.
Inspired by the works of David Weis, this indicator is an alternative to his classic Weis Volume Waves. As the name implies, this indicator uses a Hull Moving Average to detect price swings, and calculates the cumulative volume for each of them, separating the up swings from the down swings. The chosen length of the HMA determines the size of each swing,...
This MACD modification uses a fast HULL MA instead of the regular one. Also includes 2 horizontal lines. When using it on a daily timeframe the lower borders should be used for guidance to know when the market has gone too far away from the average price and thus a reversal might happen. On smaller timeframes the dotted lines can be used for this purpose.
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.
Ichimoku_cloud + Daily-Candle_cross(DT) + HuLL-MovingAverage_cross + MacD any timeframe, all indicators settings adjustable for fine tuning to pair/timeframe Target Point and Stop Loss settings set SL low to reduce repaint
One challenging issue for beginner traders is to differentiate market conditions, whether or not the current market is giving best possibility to stack profits, as earliest, in shortest time possible, or not. On intraday, we've seen some big actions by big banks are somewhat can be defined --or circling around-- by HMA 200 . I've been thinking on to make the...
█ OVERVIEW This plots the Hull Moving Average Turning Points and Concavity with the addition of colored segments representing concavity and turning points: maxima, minima and inflection. a fast way to determine the trend direction and possible reversals based on concavity of the trend Dark Green: Concave Up but HMA decreasing. The 'mood' has changed and the...
This is TSI and CCI combined. The CCI is customized and is using HullMA, but the TSI is default TSI For use with the HMAv420 indicator, to form trading strategy based on the 3 indicators. Best as all 3 indicators used on 3 timeframes at once, ie 1m 5m 1H
This screens for Hull MA trend reversal's in 10 different securities. If the label color is not visible due to the text in it being white colored, then choose a different color from settings. Also added a simple HullMA to it. If want can increase it upto 40 securities in the code which is upto user to decide. This was requested by soderstromkenan in comments and...
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.
Dump Detecter uses HMA (Hull Moving Average) to detect dumps/downtrends. Can be used as an exit trigger for long bots or an entry trigger for short bots. Pump signals can be turned on with tickbox.
Normalized MACD with HullMA good on all time-frames and pairs
This script is for custom candles based on an HMA calculation with a default period of 10 as well as an SMA of the close price, defaulted to 1 period to only show the current price. The purpose of the custom candles is to try and reduce noise from candles and help identify trends. These custom candles somewhat resemble Heikin-Ashi candles in their...
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.
Problem: (1) lag of traditional MA's, (2) lack of Volume data in traditional MA's, and (3) choppiness of traditional MA's. Solution: apply hull formula tick to tick, simply at a factor of 1:1. Result: Smooth and fast MA that has volume data baked in it. Benefit: See trend changes fast, and if it is supported by volume. Pleasant to the eyes. Explanatory note:...
Here we are using Hull Moving Average crossovers as an experiment in trend detection. The Hull Moving Average (HMA) is an extremely fast and smooth moving average. Credit to alexgrover & RicardoSantos:
A Hull Moving Average strategy. I simply copied the code from mohamed982 and wrapped it in strategy code. All credits go to him not me.