"Top and bottom Hunter" indicator combines two popular technical analysis tools, Fibonacci retracement levels and the Relative Strength Index (RSI), to identify potential trading opportunities in the market. Fibonacci retracement levels are based on the Fibonacci sequence, a mathematical series where each number is the sum of the two preceding ones. In trading,...
Title : "The Dual-Dynamic Fibonacci Retracement Script: An Advanced Tool for Comprehensive Market Analysis" As the author of the "Dual-Dynamic Fibonacci Retracement Script", I am delighted to introduce you to this cutting-edge tool for technical analysis. Unlike conventional Fibonacci scripts, this advanced model incorporates multiple unique features and...
Introducing the "Golden Zone" indicator, a powerful tool that simplifies the Fibonacci indicator by creating a clear Golden Zone to identify potential future price movements. The Golden Zone is a supply or demand zone that corresponds to the 61.8% and 50% Fibonacci retracement levels. These levels are important because they often mark zones where the price reacts,...
The Golden pattern is a three-candlestick configuration based on a variation of the golden ratio (2.618) from the Fibonacci sequence. The bullish Golden pattern is composed of a normal bullish candlestick with any type of body, followed by a bigger bullish candlestick with a close price that is at least 2.618 times the size of the first candlestick (high to low)....
Hello, This software is a technical analysis script written in the TradingView Pine language. The script creates a trading indicator based on Fibonacci retracement levels and the RSI indicator, providing information about price movements and asset volatility by using Bollinger Bands. There are many different scripts in the market that draw RSI and Fibonacci...
The indicator uses a time range and another instrument for time reference, so that it works in the time zone you care about. I have set the default to SPX500USD since it is in EST ( SPX , ES and many futures are on Chicago time and opening range gets confused). You can change the reference instrument in the settings. You can also change the multipliers and use...
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...
Japanese below / 日本語説明は英文の後にあります。 ------------------------- This indicator that automatically draws a horizontal line by copying from the input High/Low. Useful for doing horizon analysis. It's possible to display Fibonacci based on the entered High/Low. You can get the alert of each Fibonacci point. - Parameter Input Upper Value: Enter the High value Input Lower...
-Plots price legs based on two user input lookback numbers. Smaller number for small legs, larger number for large legs. -Plots Fib projections of these price legs, above and below; User can input four independent fib levels or standard deviation levels ## User Inputs ## ~Show visible chart only; Show price leg labels (time and price); show small legs (fibs...
A “ Fibonacci Levels Based on Supertrend ” indicator is supertrend indicator planned with Fibonacci retracements levels. Fibonacci retracements provides a sequence of levels starting from 0% to 100% in addition to extension levels. 0% is measured to be the initial Supertrend line, and 100% is the previous Supertrend line where it has been broken by candle. This...
The Fibonacci Step Indicator assumes irregularity in calculating a moving average. It is measured as the mean of the previous lows and highs situated at Fibonacci past periods. For example, the mean of the lows from 2, 3, 5, 8, etc. periods ago form the Fibonacci step indicator. The indicator uses the formula for the first twelve Fibonacci numbers on highs and...
Simple setups Just input two different ema, X and Y. Multiple = input Phi factor (ex: 0.38 , 0.618 , 1.618 , 3.14) Usage Grouping movements into channels to identify trend acceleration and deceleration Example usability in the BTC/USD trading pair (timeframe = 1D) => Input Setups Source = hlc3 Multiplier = 2 X Ema = 13 Y Ema = 21 How...
Fibonacci Extension Fibonacci Extension is a powerful technical analysis tool that traders use to predict where the market might find support and resistance. It is based on the Fibonacci sequence and uses levels that are found by extending the 23.6%, 38.2%, 50%, 61.8%, and 100% Fibonacci ratios from a swing high or low. These levels can be used to find possible...
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...
Basic library for the visible range chart; with functions to allow plotting Fibs from body high/low as well as wick high/low -Thanks to code from @PineCoders Visible Chart library (PineCoders/VisibleChart/4), which is a much more comprehensive library than this, but which does not include some functions that I find useful: -Added the following exportable...
HTF Tool 2: Because the previous version was removed for being too powerful. HTF Tool allows Users to display Higher Timeframe(HTF) Candles on their Chart with retracement lines drawn from the (High/Low) range of the HTF candle, as well as a live HTF MA. This indicator perfectly handles Requested data to display a non-lagging HTF Moving Average(MA) by bridging a...
A simple fibonacci retracement tool that dynamically updates itself based on current price and previous retracement values. Features the essential aspects of the built-in tool and more. Auto Trendline Auto Reversal Auto Level Adjustment Labels indicating retracement value Customizable lookback range The top and bottom levels will auto-adjust...
This script will search x-bars back, if it can find a triangle formation that meets certain Fibonacci ratios. Based on the trend-based fib extension tool from the first high to the first low and then the 2nd high (in a bullish structure, inverse for bearish), we can predict the take profit levels. The main target is the 0.618, first take profit is at the 0.236....