A Hull moving average pimpedHi all,
this is a great indicator that can give great signal for entry and exit.This is based on Hull moving averages.
When there is an up trend the indicator become green and when there is a down trend become red.
This indicator combined with other indicator can give a great performing strategy.
No public requests or donations for access to this script will be granted. No exceptions.
NOTICE: By requesting access to this script you acknowledge that you have read and understood that this is for research purposes only and neither I or Gunthy are responsible for any financial losses you may incur by using this script!
Hullmovingaverage
Multi SMA EMA WMA HMA BB (4x5 MAs Bollinger Bands) Adv MTF - RRBMulti SMA EMA WMA HMA 4x5 Moving Averages with Bollinger Bands Advanced MTF by RagingRocketBull 2019
Version 1.0
This indicator shows multiple MAs of any type SMA EMA WMA HMA etc with BB and MTF support, can show MAs as dynamically moving levels.
There are 4 MA groups + 1 BB group, a total of 4 TFs * 5 MAs = 20 MAs. You can assign any type/timeframe combo to a group, for example:
- EMAs 12,26,50,100,200 x H1, H4, D1, W1 (4 TFs x 5 MAs x 1 type)
- EMAs 8,10,13,21,30,50,55,100,200,400 x M15, H1 (2 TFs x 10 MAs x 1 type)
- D1 EMAs and SMAs 8,10,12,26,30,50,55,100,200,400 (1 TF x 10 MAs x 2 types)
- H1 WMAs 7,77,89,167,231; H4 HMAs 12,26,50,100,200; D1 EMAs 89,144,169,233,377; W1 SMAs 12,26,50,100,200 (4 TFs x 5 MAs x 4 types)
- +1 extra MA type/timeframe for BB
There are several versions: Simple, MTF, Pro MTF, Advanced MTF and Ultimate MTF. This is the Advanced MTF version. The Differences are listed below. All versions have BB
- Simple: you have 2 groups of MAs that can be assigned any type (5+5)
- MTF: +2 custom Timeframes for each group (2x5 MTF) +1 TF for BB, TF XY smoothing
- Pro MTF: 4 custom Timeframes for each group (4x3 MTF), 1 TF for BB, MA levels and show max bars back options
- Advanced MTF: +2 extra MAs/group (4x5 MTF), custom Ticker/Symbols, Timeframe <>= filter, Remove Duplicates Option
- Ultimate MTF: +individual settings for each MA, custom Ticker/Symbols
Features:
- 4x5 = 20 MAs of any type
- 4x MTF groups with XY step line smoothing
- +1 extra TF/type for BB MAs
- 4x5 = 20 MA levels with adjustable group offsets, indents and shift
- supports any existing type of MA: SMA, EMA, WMA, Hull Moving Average (HMA)
- custom tickers/symbols for each group - you can compare MAs of the same symbol across exchanges
- show max bars back option
- show/hide both groups of MAs/levels/BB and individual MAs
- timeframe filter: show only MAs/Levels with TFs <>= Current TF
- hide MAs/Levels with duplicate TFs
- support for custom TFs that are not available in free accounts: 2D, 3D etc
- support for timeframes in H: H, 2H, 4H etc
Notes:
- Uses timeframe textbox instead of input resolution dropdown to allow for 240 120 and other custom TFs
- Uses symbol textbox instead of input symbol to avoid establishing multiple dummy security connections to the current ticker - otherwise empty symbols will prevent script from running
- Possible reasons for missing MAs on a chart:
- there may not be enough bars in history to start plotting it. For example, W1 EMA200 needs at least 200 bars on a weekly chart.
- price << default Y smoothing step 5. For charts with low/fractional prices (i.e. 0.00002 << 5) adjust X Y smoothing as needed (set Y = 0.0000001) or disable it completely (set X,Y to 0,0)
- TradingView Replay Mode UI and Pinescript security calls are limited to TFs >= D (D,2D,W,MN...) for free accounts
- attempting to plot any TF < D1 in Replay Mode will only result in straight lines, but all TFs will work properly in history and real-time modes. This is not a bug.
- Max Bars Back (num_bars) is limited to 5000 for free accounts (10000 for paid), will show error when exceeded. To plot on all available history set to 0 (default)
- Slow load/redraw times. This indicator becomes slower, its UI less responsive when:
- Pinescript Node.js graphics library is too slow and inefficient at plotting bars/objects in a browser window. Code optimization doesn't help much - the graphics engine is the main reason for general slowness.
- the chart has a long history (10000+ bars) in a browser's cache (you have scrolled back a couple of screens in a max zoom mode).
- Reload the page/Load a fresh chart and then apply the indicator or
- Switch to another Timeframe (old TF history will still remain in cache and that TF will be slow)
- in max possible zoom mode around 4500 bars can fit on 1 screen - this also slows down responsiveness. Reset Zoom level
- initial load and redraw times after a param change in UI also depend on TF. For example:
D1/W1 - 2 sec, H1/H4 - 5-6 sec, M30 - 10 sec, M15/M5 - 4 sec, M1 - 5 sec.
M30 usually has the longest history (up to 16000 bars) and W1 - the shortest (1000 bars).
- when indicator uses more MAs (plots) and timeframes it will redraw slower. Seems that up to 5 Timeframes is acceptable, but 6+ Timeframes can become very slow.
- show_last=last_bars plot limit doesn't affect load/redraw times, so it was removed from MA plot
- Max Bars Back (num_bars) default/custom set UI value doesn't seem to affect load/redraw times
- In max zoom mode all dynamic levels disappear (they behave like text)
1. based on 3EmaBB, uses plot*, barssince and security functions
2. you can't set certain constants from input due to Pinescript limitations - change the code as needed, recompile and use as a private version
3. Levels = trackprice implementation
4. Show Max Bars Back = show_last implementation
5. swma has a fixed length = 4, alma and linreg have additional offset and smoothing params
6. Smoothing is applied by default for visual aesthetics on MTF. To use exact ma mtf values (lines with stair stepping) - disable it
Good Luck! You can explore, modify/reuse the code to build your own indicators.
Hull channelThis Hull based channel , the resistance and the support based on Hull which also can be calculated as signal (big triangle) and represent by circles (red and black)
the channel has bands that are based on ATR and std (2 or 4) you can change as you like
The small arrow in green and red are the slope calculation (this also has signal and alerts)
there is bullish and bearish zone that you can highlight to see where you are according to slope
Hull MA BarsThis indicator fill bars with color of HullMA + warning yellow bars, then trend reversing
ck - MultiCross with Alerts (HMA, TSI, MACD & VWMA)Hello again everyone!
I hope you enjoy this "Multicross" Indicator.
Feature packed indicator with Alerts, that includes:
Double Hull MAs (fast and slow)
TSI (fast, slow, Long trigger & Short triggers definable)
VWMA
MACD (fast and slow)
Visual output plots line crosses from the indicators and provides visual Long and Short triangles and Alerts for bot users!
Enjoy!
Special thanks to Magnus Söderberg for the idea behind this.
[ProfitTrailer] HMACROSS Buy/Sell StudyProfitTrailer buy/sell study for HMACROSS strategy.
The script highlights the region where trailing is most likely to succeed.
[ProfitTrailer] HMAGAIN Buy/Sell Study (standalone)ProfitTrailer buy/sell study for HMAGAIN strategy (standalone indicator).
The script highlights the region where trailing is most likely to succeed.
[ProfitTrailer] HMAGAIN Buy/Sell StudyProfitTrailer buy/sell study for HMAGAIN strategy.
The script highlights the region where trailing is most likely to succeed.
CryptoCoyns HullMA [v2018-12-10]CryptoCoyns Hull Moving Average
This indicator implements the Hull moving average.
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. A longer
period HMA may be used to identify trend. If the HMA is rising, the
prevailing trend is rising, indicating it may be better to enter long
positions. If the HMA is falling, the prevailing trend is also falling,
indicating it may be better to enter short positions. A shorter period
HMA may be used for entry signals in the direction of the prevailing trend.
The Source for price can be defined. i.e. Close, Open, High, Low, etc.
The period length used can be defined.
MA Line colour is fully configurable.
If you get some value out of this indicator please consider making
a small donation to my favourite charity the Save the Childrens Fund.
Every donation will make a difference to the lives of children.
All donations over $2 are tax deductable. You can donate here:
savethechildrenfundraising.org.au
Copyright (c) 2018, Grant Cause aka CryptoCoyns
Multiple Moving Average Colors7 moving averages in 1 indicator, including the Hull Moving Average.
I've updated with some graphics that print at the top of the chart (you can change color and placement on the indicator settings page)
All 7 MAs Up - Green and up triangle
All 7 MAs Down - Red and down triangle
4, 5 or 6 MAs Up - Dark green and a square
4, 5 or 6 MAs Down - Maroon and a square
5 Moving Averages ( 7,30,50,100,200 ) ( sma ema wma hullma )5 Moving Averages
Stock: works best on dark layout
7 Ma lime
30 Ma orange
50 Ma red
100 MA aqua
200 White
You can switch between
1 sma
2 ema
3 wma
4 hullma
5 vwma
6 rma
Change the coler and Ma value line with, ext
inwCoin HMA10/50Just simple HMA 10/50 with color change when trend change ( Red = downtrend / Green = uptrend )
Hull50Signals are based on Hull 50 length
You can change the length if you want it to buy more or less
have fun
📊 Advanced Charts Suite v2.1 by 🇨🇷🇾🇵🇹🇴🇷🇹🇭🇾🇭🇲🇸📊With the advanced charts suite you get multiple indicators you can overlay on your charts, while only using one indicator slot.
🎁We made this after requests from our members, to assist those who use a free TV account. Its not advised to use them all at once, use them in combinations and see what works for you!
🕥 It can take a minute or more to load... be patient! I wanted to include more indicators, but hit some of the limits imposed by pine script. All options are off by default.
📊 Indicators Included are:
✅Ichimoku Cloud
✅Support Resistance Fractal
✅Trailing Long/Short Stoploss
✅Bull Bear Squares
✅Triple Hull Moving Average
✅Standard Hull Moving Average
✅Fibonacci Daily
✅Advance Decline Lines
👍If you enjoy the Charts Suite, please like the indicator, and follow me on TradingView!
💬Come chat with us in telegram (link in signature) if you have any questions or would like a trial of a premium indicators (linked below).
HMA + HMA + Dispersion background fill (ver 2.0)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 Red zones.
---
• The dispersion zone is calculated relative to the slow HMA.
Fast - Slow HMA background fillfast HMA • slow HMA | background
---
Background colors: Red and Green. Default transperent = 2%
• Green background: "fastHMA" crossover "slowHMA"
• Red background: "fastHMA" crossdown "slowHMA"
HullfibSo this indicator is just to show a concept
it based on Bollinger type of fibs with regular daily fibs (upper =red,lower= blue) and the signal produce by the Hull moving average
the idea is to compare the regular fibs and the Bollinger type of fibs so it easy in this way to see where the real low and where the real high
the hull moving average can be set to be faster or shorter for the buy signal. since it open code you can add or change what ever you want
have fun
Uncle Mo's Ultimate Ichimoku V1Main features:
2 x Ichimoku Cloud
5 x EMA
2 x MA
1 x HullMA
Williams Fractals
Study is based around trader @br0qn 's Ichimoku script.
Credits also go to:
@RicardoSantos for the Bill Williams Fractals
@EmilianoMesa for the EMAs/MAs
@mohamed982 for the HullMA
The script is open source so please feel free to change it around. I'd greatly appreciate it if you could suggest ways to improve it.
Happy trading!
BottomFinder Adv. Charts Suite V2.0With the advanced charts suite you get multiple indicators you can overlay on your charts, while only using one indicator slot. We made this after requests from our members, to assist those who use a free TV account. IT can take a minute or more to load... be patient! Its not advised to use them all at once, use them in combinations and see what works for you! I wanted to include more indicators, but hit some of the limits imposed by pine script. All options are off by default.
Included are:
Ichimoku Cloud
Support Resistance Fractal
Trailing Long/Short Stoploss
Bull Bear Squares
Triple Hull Moving Average
Standard Hull Moving Average
Fibonacci Daily
Advance Decline Lines
This indicator is available to all our members at no extra charge. If you would like access join us in the link from my signature. You can get a trial of our paid indicators and access to the free ones as well.
Please also like this indicator, and follow me on TradingView for access! We have many more great free indicators coming in the future!
CryptogramTR with OPEN CODEIndicator is obtained by importing RSI(14) into HULL moving average source with 2 different periods, as one is long period and the other is short.
When green line (short period) cross upward the red line (long period) , this is a BUY; vice versa it is a SELL.
When HMA Short Period is set to 1 (one), yielding line is absolutely the same line of RSI (14). You can change it into 8(eight) preferably.
İndikatör, RSI(14) indikatörünün, hull hareketli ortalamasının kod kaynağı olarak atanması ile elde edilmiştir. Uzun ve kısa olmak üzere 2 ayrı periyot kullanılmıştır.
Yeşil çizgi yani kısa periyotlu çizgi, kırmızı yani uzun periyotlu olanı yukarı keserse AL, tersi durum SAT olarak düşünülmelidir.
Hull Kısa Periyodu 1 iken oluşan yeşil çizgi, RSI(14) indikatörünü vermektedir. Kısa periyot olarak tercihinize göre bu değeri 8 olarak da kullanabilirsiniz.
Murdrae v3Murdrae v3 is a custom indicator, please email info@youk.me for access.
- The indicator provides general trends and entry and exit points within those trends.
Hull Guppy Multiple Moving Average 名前のとおり
GMMAの説明は自分でお探しくだいさい
As the name implies
Please explain GMMA by yourself