🎲 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 / 日本語説明は英文の後にあります。 ------------------------- 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...
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...
The Zig Zag indicator is a useful tool when it comes to visualizing past underlying trends in the price and can make the process of using drawing tools easier. The indicator consists of a series of lines connecting points where the price deviates more than a specific percentage from a maximum/minimum point ultimately connecting local peaks and troughs. The...
Hey everyone First of all, I'd like to thank Ricardo Santos, Backtest Rookies for the inspiration for this script. Actually, most of it is coming from them and I only mixed them up (and added my secret sauce ^^). If some of you are not thinking about a trading secret sauce, please get serious for a moment :) Some of you asked me how I do to set the trend...
Pitchfork is a technical indicator for a quick and easy way for traders to identify possible levels of support and resistance of an asset's price. It is presents and based on the idea that the market is geometric and cyclical in nature Developed by Alan Andrews, so sometimes called Andrews’ Pitchfork It is created by placing three points at the end of...
Fɪʙᴏɴᴀᴄᴄɪ Exᴛᴇɴᴛɪᴏɴ / Rᴇᴛʀᴀᴄᴍᴇɴᴛ / Pɪᴠᴏᴛ Pᴏɪɴᴛꜱ This study combines various Fibonacci concepts into one, and some basic volume and volatility indications █ Pɪᴠᴏᴛ Pᴏɪɴᴛꜱ — is a technical indicator that is used to determine the levels at which price may face support or resistance. The Pivot Points indicator consists of a pivot point (PP) level and several...
Hello Traders, For a few months I have been getting requests from my followers about ABC pattern and finally I decided to make this indicator. How it works? - It creates Trend Cloud using Simple and Exponential moving averages with the lenghts 50, 100, 150, 200, 20, 40 by default and checks the trend. you can change the lengths as you wish - It also creates...
Hey Awesome Traders I noticed people were so happy with my ZigZag lucemanb script and so I made one that is more user-friendly and customizable Please note the original one is dedicated to developers, The code is very minimal for fast understanding when anyone wants to use it in their development In this script, I have included several features like...
description: • Zig Zag indicator plots points on the chart whenever prices reverse by a percentage greater than a pre-chosen variable. • Forecasts area based on zigzag statistics. • Displays labels with detected patterns. • Displays slope information rate of price, time diferentials and angle(experimental)
Lets dabble a bit into Elliot Waves. This is a simple script which tries to identify Wave 1 and 2 of Elliot Impulese Wave and then projects for Wave 3. Ratios are taken from below link: elliottwave-forecast.com - Section 3.1 Impulse Wave 2 is 50%, 61.8%, 76.4%, or 85.4% of wave 1 - used for identifying the pattern. Wave 3 is 161.8%, 200%, 261.8%, or...
This indicator is based on the Weis Wave described by David H. Weis in his book Trades About to Happen: A Modern Adaptation of the Wyckoff Method, more info how to use this indicator can also be found in this video . The Weis Wave is an adaptation of Richard D. Wyckoff’s method Wave Charts. It works in all time periods and can be applied to all asset types. For...
I spent a lot of time searching for the best ZigZag indicator. Difficulty with all of them is that they are always betting on some pre-defined rules which identify or confirm pivot points. Usually it is time factor - pivot point gets confirmed after a particular number of candles. This methodology is probably the best when market is moving relatively slow, but...
Aᴜᴛᴏ PɪᴛᴄʜFᴀɴ, Fɪʙ Exᴛᴇɴꜱɪᴏɴ/Rᴇᴛʀᴀᴄᴇᴍᴇɴᴛ ᴀɴᴅ ZɪɢZᴀɢ This study aim to automate PitchFan drawing tool and combines it with Fibonacci Extentions/Retracements and ZigZag. Common setting options, applied to all components of the study Deviation , is a multiplier that affects how much the price should deviate from the previous pivot in order for the bar to...
The following indicator returns a line bouncing of the extremities of a Donchian channel, with the aim of replicating a "zig-zag" indicator. The indicator can both be lagging or lagging depending on the settings user uses. Various extended lines are displayed in order to see if the peaks and troughs made by the Donchian zig-zag can act as potential...
This is a alternative version of the well known "ZigZag indicator" but it uses turning points of the Jurik ma instead of the traditional "pivot points" that are by definition lagging by a large lookback period, the (almost-) Zero Lag ZigZag lags by about 2 bars on average (depending on the candles forming) The ZigZag pattern can be used to draw trendlines and S/R...