🎲 Overview 🎯 This BOS(Break Of Structure) indicator build based on different MA such as EMA/RMA/HMA, it's usually earlier than pivothigh() method when trend beginning, customer your BOS with 2 parameters now. 🎲 Indicator design logic 🎯 The logic is simple and code looks complex, I‘ll explain core logic but not code details. 1. use close-in EMA's...
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...
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 fourth one we are automating is one of the strategies from "I Found The Best 1...
Plots the first time the close price is above or below the colored portion of the chosen MA. The MA's formula is from TradeStation's indicator: "Colored Moving Averages Can Help You Spot Trends" . I modified that indicator with customizations that include: Buy and Sell signals. Each time the current bar closes above the MA, while it's red (bearish), there's a...
🎲 Overview 🎯 This Zigzag indicator build based on different MA such as EMA/HMA/RMA/SMA, support multi-timeframe setting . you can get customer zigzag indicator by change short/long ma length and high-timeframe config(5m/15m/30m/1h/2h) in any symbol. 🎲 Indicator design logic 🎯 entired logic is simple and code looks complex, I‘ll explain core logic here, code...
Arron Meter With Alerts is an indicator to identify the trend, and a meter shows the percentage of AroonUP and AroonDown. Alert Settings It will be part of a display of bullish and bearish signals by using the condition of the upper line cross lower line and HMA 200 cross under/over EMA 12, and also upper/lower line must be higher than 70%
TLDR: This is a long only trend following system that uses highest and lowest values of three trend following indicators to form a "cloud". Enter when the candle high crosses above the highest band. Close if the low or close crosses below the lowest band. 3 indicators 1. Kaufman Adaptive moving Average - set at 20 2. Hull Moving Average (of the Kaufman Adaptive...
Title: "Volume Weighted Hull Moving Average Bollinger Bands Indicator for TradingView" Abstract: This script presents a TradingView indicator that displays Bollinger Bands based on the volume weighted Hull Moving Average (VEHMA) of a financial asset. The VEHMA is a technical analysis tool that combines the reduced lag of the Hull Moving Average (HMA) with volume...
Hi All, This is a very simple indicator which provides the buy signal, when the moving average lines turns Green and sell signal, when the moving average signal turns red. This can be used for both intraday and scalping method with different timeframes. But best time frame is 5 minutes. Buy Signal >>> Line turns GREEN (Use trailing SL to cover maximum...
This script is designed for the NNFX Method, so it is recommended for Daily charts only. Tried to implement a few VP NNFX Rules This script has a SSL / Baseline (you can choose between the SSL or MA), a secondary SSL for continiuation trades and a third SSL for exit trades. Alerts added for Baseline entries, SSL2 continuations, Exits. Baseline has a Keltner...
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...
CM_Ultimate_MA_MTF_V2 - Added Tilson T3 Defaults to Current Timeframe on Chart. Ability to Plot 2nd Moving Average. Ability to set Moving Averages to Custom Chart TimeFrame. Example Daily Ma on 60 Minute chart. Many Different Options from Weekly to 1 Minute. Ability to Plot Cross where Moving Averages Cross (If using 2nd Moving Average). Ability to Plot Highlight...
All Moving Averages and Features Built In To ONE Indicator. The Only Moving Average Indicator You Will Need. Details In 1st Post.
Converted the hull suite into a strategy script for easy backtesting and added ability to specify a time periods to backtest over.
This is a remake of the famous LazyBear Indicator, the Squeeze Momentum Indicator. All i did was take out the SMA's and replace them with HMA's. HMA is a more responsive moving average. Hull Moving Average. This is a derivative of John Carter's "TTM Squeeze" volatility indicator, as discussed in his book "Mastering the Trade" (chapter 11). Black crosses on the...
This script is for a Bollinger Band type indicator with built-in TradingView strategy including as many features as I can possibly fit into a Bollinger Band type indicator including a wide variety of options to create the most flexible Bollinger Bands strategy possible. Features: - A single custom moving average serving as the middle band. - Standard MA...
This is a modified version of @SeaSide420 TSI CCI Hull with profits exit on long and short order ORIGINAL SCRIPT: /// /// feel free to edit/improve and comment