█ Overview The SuperBollingerTrend indicator is a combination of two popular technical analysis tools, Bollinger Bands, and SuperTrend. By fusing these two indicators, SuperBollingerTrend aims to provide traders with a more comprehensive view of the market, accounting for both volatility and trend direction. By combining trend identification with volatility...
This is a market flow signal indicator. Flow with the market and you will find yourself in good hands. This indicator simply gives you a signal of the RIGHT time to follow a market trend/direction. The indicator is designed with Steel Step strategy rules for determining directions. It calculates and provides the most market direction signals within a particular...
This is an open-source Pine script that generates a Supertrend Zone Pivot Point with Zigzag Fib indicator for TradingView. The indicator displays the Supertrend Zone, pivot points, and Fibonacci levels on the chart. One of the unique features of this indicator is that it uses a Zigzag that does not repaint, ensuring accurate high and low points for the pivot...
Giga Kaleidoscope GKD-V Swing Line is a Confirmation module included in Loxx's "Giga Kaleidoscope Modularized Trading System". █ Giga Kaleidoscope Modularized Trading System What is Loxx's "Giga Kaleidoscope Modularized Trading System"? The Giga Kaleidoscope Modularized Trading System is a trading system built on the philosophy of the NNFX (No Nonsense...
The Elliott Wave indicator allows users to detect Elliott Wave (EW) impulses as well as corrective segments automatically on the chart. These are detected and displayed serially, allowing users to keep track of the evolution of an impulse or corrective wave. Fibonacci retracements constructed from detected impulse waves are also included. This script...
Here is an another outcome of Object Oriented Zigzag and Pattern Ecosystem of Libraries. We already have another implementation of recursive zigzag which makes use of earlier library rzigzag . Here in this example, we make use of similar logic but leverage the new type and method based Zigzag system libraries to derive the indicator. 🎲 Design Overview ...
█ OVERVIEW This indicator displays zigzag based on high and low, which is using user-defined types (UDT) or objects . █ CREDITS LonesomeTheBlue █ FEATURES 1. Label can be resized. 2. Label can be display either short (Eg : HH, LL, H, L, etc) and long (Eg : Higher Low, etc) 3. Color can be customized either contrast color of chart background, trend...
█ OVERVIEW MATHR3E WAVES automatically draws Elliott Waves on your charts with their potential associated targets. █ CONCEPTS Disclaimer MATHR3E RETRACEMENTS indicator is intended for advanced traders and may fit your profile, whether you are a day trader or a long-term investor. It was originally developed by a renowned market analyst and documented in...
Japanese below / 日本語説明は英文の後にあります。 ------------------------- This indicator that automatically displays Fibonacci from each High & Low based on 3 Zigzags. It's useful for multi-timeframe analysis. For example, Fibonacci calculated from the high and low prices (Zigzag 3 Period=100) of the upper timeframe can be displayed on the lower timeframe. Also, you can set...
This indicator is designed to identify potential trade setups in the market using the ZigZag indicator. It uses a combination of the ZigZag indicator and the background fill color to help identify areas of support and resistance. It also uses a pip offset to help with entries and exits. Additionally, it can generate alert conditions when the market direction...
🎲 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...
Japanese below / 日本語説明は英文の後にあります。 Based on "ZigZag++" indicator by DevLucem. Thanks for the great indicator. ------------------------- This indicator that displays the candle count (bar count) at the peaks of Zigzag . It also displays the price of the peaks. You can easily count candles (bars) from peak to peak. Helpful for candles (bars) in cycle theory. This...
🎲 Concept Zigzag is built based on the price and number of offset bars. But, in this experiment, we build zigzag based on different bands such as Bollinger Band, Keltner Channel and Donchian Channel. The process is simple: 🎯 Derive bands based on input parameters 🎯 High of a bar is considered as pivot high only if the high price is above or equal to upper...
Moving Average Based Zig Zag differs from the traditional Zig Zag indicator in that pivot points are determined by a moving average, Volume Weighted Hull Moving Average, rather than looking for the highest or lowest point in a left / right period. Settings Source: the source for the pivot points. Moving Average Length: the length of the Volume Weighted Hull...
█ OVERVIEW This indicator was to show ratio between zig zag. Ideally to find Fibonacci Retracement / Projection, Harmonic Patterns, ABCD, Elliot Wave and etc. █ CREDITS LonesomeTheBlue █ FEATURES Table can positioned by any position and font size can be resized. █ USAGE / TIPS EXAMPLES (Description explained in each image)
ZigZag for Trend and Retracements - New way It's another way to plot ZigZag based on lookback period for trend and % of trend lookback period to plot retracements. █ OVERVIEW Plot ZigZag, Trend lines, Retracements, Support levels, Resistance levels █ Objective: Draw ZigZag lines along with unbroken support and resistance levels. ZigZag lines are drawn...
Relative Strength Index with Moving Average, Linear Regression, Zig Zag (Highs and Lows), Divergence, Ichimoku Cloud, Moving Average Convergence Divergence and True Strength Index Histogram This script is based on zdmre's RSI script, I revamped a lot of things and added a few indicators from ParkF's RSI script. Disable Labels in the Style tab and the histogram if...
RSI Hull Trend is a hybrid indicator with RSI of HULL Signal. The Hull MA is combined with RSI to see if the Hull MA Buy/Sell Signal is in overbought or oversold condition. Buy Sell Signals are plotted based on settings of OB/OS or RSI. This indicator is very useful to see if the Trend is in Exhaustion or Beginning of a Trend. Entry and Exit conditions can be...