Triple Hull Moving AverageCalculates and plots 3 Hull Moving Averages. Color of plot changes to indicate positive or negative slope. Original Hull MA code written by mohamed982.Indicateurpar cmkirkham55225
BTCBOT2Watches 3 Symbols with separate timeframe control, with Hull Moving Average crossovers on each, DXY XAU/USD BTC/USD and a daily candle crossover. With StopLoss and Target Price and Backtesting history selection control. Entry and Exit rules visible in script (script open) So if DXY chart is going down and Gold chart going up and Bitcoin chart going up then it will enter a buy, yes it is watching more than just bitcoin itself. it needs HMA to match on all 3 charts and with selected timeframes, the timeframe of users chart, the timeframe in settings for the HMA's on the symbols. Also a Daily Candle chart of the users selected chart (symbol) Stratégiepar SeaSide4201414551
Hull Moving Average CrossHull Moving average combined with simple moving average. Indicateurpar anyg049
ck - CryptoSniper Longs Only (Strategy) (Open Source)Republished to share code source.Stratégiepar ChrisKaye2323564
Scripting Tutorial 4 - Triple Many Moving Averages ImprovedThis script is for a triple moving average indicator where the user can select from different types of moving averages and periods. This script improves upon tutorial 3 by adding source selection for MAs and another option for an MA that is not built-in, the HMA. It is meant as an educational script with well formatted styling, and references for specific functions.Indicateurpar BigBitsIOMis à jour 11136
Multiple HMA - bgeraghtyTo save space on a chart's maximum indicator count, this single indicator includes: - Three Hull Moving Averages, Defaulted to 13, 26, and 55 Periods. - Customizable Time-Frame for Each HMA. - Customizable Triple Weighted MA Smoothing for Jagged Lines from Higher Time-Frame - Alert Conditions for Price Cross Over/Under the HMAs. Indicateurpar bgeraghty1170
OBV with Auto Fibonacci LevelsI like to use OBV as a summary of the order book action + I added Fib levels from my other script for more context. I typically trade swings on H4, and HMA of the OBV helps me set the bias/trend.Indicateurpar r0b_eth33386
Ultimate_MA_MTF_CMChrisMoody MTF Ultimate Moving Average combined with Exponential Moving Averages with Price line, i needed to analyze stocks I have added 50, 100, 200 Period Moving Average to Chrismoody's UMA_MTF Chris's MA can be found at i have just combined these averages in a script major contribution goes to chris not me please look at his indicator still is million times better than me Indicateurpar jatingera11274
Hull Trend MTFhull trend taken from So add MTF function and alert for the buy and sell (in the MTF shift set to 0 , if repaint then set shift to 1) the blue line is linear regression trend Indicateurpar RafaelZioniMis à jour 2323 2.4 K
Hull TrendHere 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: Indicateurpar jaggedsoft3535 3.1 K
No Nonsense NNFX VP Strategy for Back Testing | jhMy first script, be kind :) Most of the rules are implemented: - Money management - ATR, Baseline, Confirmation, Volume, Exit More details below. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Designed per No Nonsense Forex VP rules //Made to be as modular as possible, so we can swap the indicators in and out. //Originated from causecelebre //Tried to put in as much VP rules as possible /////////////////////////////////////////////////// //Rules Implemented: /////////////////////////////////////////////////// // - SL 1.5 x ATR // - TP 1 x ATR // // - Entry conditions //// - Entry within 1 candles of baseline + 1 x confirmation + volume //// - Entry only if baseline is < 1 x ATR // - Exit conditions //// - Exit on exit indicator or when baseline or confirmation flip /////////////////////////////////////////////////// //Trades entries /////////////////////////////////////////////////// // - First entry L1 or S1 with standard SL and TP // - Second entry L2 or S2 with standard SL and exit upon the exit conditions /////////////////////////////////////////////////// //Included Indicators and settings /////////////////////////////////////////////////// // - Baseline = HMA 20 // - Confirmtion = SSL 10 // - Volume = TDFI 4 // - Exit = RVI 4 /////////////////////////////////////////////////// //Credits // Strategy causecelebre // TDFI causecelebre // SSL Channel ErwinBeckers ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Stratégiepar jiehonglimMis à jour 3333852
Hull MA and Candle crossHull MA vs price cossover . not 2 Hull MA's crossing, and also a price vs previous price crossover : current price higher than previous = buy current price lower than previous = sell Price value set to OPEN to avoid repaint during candleStratégiepar SeaSide42044706
Legoux_MA<>Hull_MAArnaud Legoux MA > Hull MA Long Hull period default, for use with low timeframe probably not as good if a trading commision is applied etc script open, help yourself :)Stratégiepar SeaSide42011353
HMA ATR Range v2In Alan Hull's books he talks about his 'range indicator' which is the HMA and ATR to give buy / hold / sell signals. It is the HMA with the ATR SL with the Trend and (ATR multiplier * Period) + HMA for the TP (upper range)Indicateurpar cam34322117
HMA ATR RangeIn Alan's books he talks about his 'range indicator' which is the HMA and ATR to give buy / hold / sell signals. This is my version as he doesnt give the formula. It is the HMA with the ATR added and subtracted and plotted above & below the HMA to create a range. According to Alan's terminology: HMA = Central Cord, SL = Lower deviation, TP = Upper deviationIndicateurpar cam3431154
Exponential Hull MA Oscillator PrototypeClamped EHMA Oscillator Prototype with 21/200 EHMA with additional JMA smoothing (Credit: @everget) Note: This is an experiment - this is not a polished indicatorIndicateurpar UnknownUnicorn279684183
HMA=WMA(2*WMA(n/2)−WMA(n)),sqrt(n))3 Hull moving averages Hull MA 1 (shortest period) crossing Hull MA 2 is buy and sell signal, 3rd MA (longest period) to show overall trend Pivots included Indicateurpar SeaSide4201010 1.5 K
Hull MAThis Hull MA uses the default settings of the built-in MA. The basic idea is that we are in a buy setup when hull is below price, and a sell setup when hull is above price. The indicator is extended with slightly change in contrast when moving average is declining and it plot the ma/price crossovers: green dot when a buy setup is appearing, and red dot when a sell setup is forming. It is possible to hide crossovers in the option panel. Three alert conditions is added "Hull MA cross", "Hull MA sell" and "Hull MA buy". I use "Hull MA cross" on slow frames (2w, M) and "Hull MA buy/sell" on faster frames.Indicateurpar SkrymtenMis à jour 88344
ATR smoothed by Hull MAThis is Average True Range indicator, but it is smoothed with Hull MA ( not WMA etc ) It is set to overlay the candles so looks different from normal ATR but i assure you it is ATR Script open so you can see for yourself. perhaps different settings are better, Help me test it, and suggest improvements thankyouStratégiepar SeaSide42033242
Fibo Guppy Multi MA RevisedThis is Guppy MA i customized for myself based on two scripts of GMMA from JustUncleL and NeoButane. Its features are: 1. Besides standard EMA you can chose all kinds of exotic moving average types ike ALMA (my favorite), HullMA, ZeroLag EMA, VWMA, KAMA etc... 2. Two types of coloring scheme - depends on volatility try one that's best fit. 3. Multiple sets of predefined lengths: standard Guppy 3-60, Fibonacci based lengths 3-610, Fibo 5-987 and Custom (user defined lengths)Indicateurpar Spiralman351