DATASONIC GROUP BERHAD, KNM GROUP BHD, ZECON BHD, EXCEL FORCE MSC BHD, PCCS GROUP BHD, VSOLAR GROUP BERHAD
Indeks Bursa Malaysia KLCI, Hang Seng, Indeks Komposit Jakarta, Nikkei 225, Komposit Shanghai, FTSE Straits Times Singapura
US 10Y, Euro Bund, Jerman 10Y, Jepun 10Y Hasil, UK 10Y, India 10Y
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...
A simple code to plot Hull MA with colour coding of plot fill and price bars based on strength.
Converted the hull suite into a strategy script for easy backtesting and added ability to specify a time periods to backtest over.
Signals are based on Hull 50 length You can change the length if you want it to buy more or less have fun
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...
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...
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
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...
Here is the 1 Hour Hull Moving Average Strategy System 1 hour strategy for Day Traders or Swing Traders. Our purpose in this system, we have a channel belonging to hullma50 - Channel Top and Channel Bottom. The indicator warns us when the price rises above hullma14 with green arrow. Then it tells us to be ready when she...
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.
One-Stop Trading Setup: This script designed to identify up, down, and sideways trends. 200 HMA, 9 EMA, PSAR, and ATR are used to identify the strength of any instrument. Candle Colors - Simpler approach to follow: Green color indicates for up side trade signals Red color indicates for down side trade signals Yellow color can be interpreted for stop,...
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...
This is a typical hull moving average that is colored based on if the average is increasing or decreasing.
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...
Release Note: This indicator script setup is published to identify the strength and ride the trends. HMA: HMA 100 period is used as default. However this can be changed as per wish. Major turning points or decisions can be made using this HMA line. Purple color is used to identify this. This can be used as the final extreme stop for any trend before it...
Release Note: This indicator setup highly inspired by Donchian Channel and Hull Moving Average. Big thanks to both Richard Donchian and Alan Hull. Back test and live test it and come to conclusion of how to use this indicator for live trading. 200 HMA: 200 Hull Moving Average plays major role in deciding the right trades using Donchian Channel. As part of...
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...