This script is designed to execute a trading strategy based on Heikin Ashi candlesticks, moving averages, and percentile levels. Please note that you should keep your original chart in normal candlestick mode and not switch it to Heikin Ashi mode. The script itself calculates Heikin Ashi values from regular candlesticks. If your chart is already in Heikin Ashi...
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)....
Library "MyCandleLibrary" TODO: Candle Pattern Library IsEngulfingCandle(n, trendRule) TODO: Identify Bullish Engulfing Candle Parameters: n (int) : TODO: Candle Number trendRule (string) Returns: TODO: If Identify Bullish Engulfing candle return True otherwise False
EquiVolume is a charting method that aims to incorporate volume information to a candlestick chart. Volume is highlighted through the candle body width, with wider candles suggesting more significant volume. Our script shows an EquiVolume chart for the visible chart range. Additionally regular volume can be plotted as a column plot with the column's width...
This library is for identifying uptrends and downtrends using a loopback candle analysis method. Which contains two functions: uptrendLoopbackCandleIdentification() and downtrendLoopbackCandleIdentification() . These functions check if the current candle is part of an uptrend or downtrend, respectively, based on the specified lookback period. The ...
When using Range charts on TradingView, the only candle appearance option is "Range Bars", which are those little thin ones that can be hard to see. So I made this candle indicator that can be used to plot Regular Candles over the Range Bars for a standard view. Here is the same chart - only showing the original Range Bars
This is just an idea I had and I have no idea whether it will be useful but I thought I would “toss it out into the wild” because if someone finds it of benefit then all the better. How it works is really simple. It looks at a number of bars/candles back and if two bars next two each other close where one is higher than its open and the other closes lower (a...
NET BSP derived from Buying & Selling Pressure which is a volatility indicator that monitors average metrics of green and red candles separately. We could navigate more confidently through market with projected market balance. BSP allowed us to track and analyze the ongoing performance of bullish and bearish impulsive waves and their corrections. Due to...
LNL Keltner Candles This indicator plots mean reversion (reversal) arrows with custom painted candles based on the price touch or close above or below keltner channel limits (upper & lower bands). This study was created primarily for swing trading & higher time frames such as daily and weekly. Lower time frames might result in more false signals. Mean Reversal...
This is effectively version 2 of my script "Candle Fill % Meter", with a few different/more options available in a more compact form. Choose between multiple oscillator sources, # of dividing lines, and solid or gradient candle fill. Once again this script is intended for use with hollow candles! This script enables you to see more information with less screen...
Liquidity sweep might just be the single most important signal for traders to follow when looking for pullbacks and trend changes. Liquidity is almost always swept and stop losses are taken before the market makes a deeper pullback or the trend completely changes. This indicator will allow you to check for candles which retrace large portion of their body size,...
Real Price Line + Dots (for Heikin Ashi) This indicator is designed for use on Heikin Ashi charts. Its purpose is to enable traders to benefit from price averaging and smoothing effects of Heikin Ashi candles whilst also enabling them to see the current real price line, and optionally, real price close dots on the Heikin Ashi candlesticks. Features include:...
Plot Open / High / Middle / Low / Close Lines of current and previous candles. The indicator is Multi-Timeframe. Choose the line style and the type of extension.
Hello, guys This indicater displays the previous value of higher timeframe without request.security() function. You can change the candle style ( heikinashi or normal) on the set box. you can choose the higher timeframe also. I made this to avoid the repainting. Without Box() function, i only used plotcandle and fill. It was good fun. Good luck !!
Not many candlestick patterns hurt traders on the other side of the trade more than this signal, when it happens, think of it as kicking in the teeth, the pain is real. An upwards signal is painted when you have a two-bar formation, the one on the left is a bearish one whereas the successive one is bullish, when you have fat bodies in both candles, meaning the...
Hello! This is my firt script :) This indicator looks for candles that are significantly larger than the previous X candle. It is possible to set the following: Multiplier: deviation from the size of the previous X candle (if set to 3 the size of the actual candle's body /abs(open - close)/ must be larger than the size of the bigger candle from the prevous X...
OHLC candles plot of the Williams VixFix indicator, which allows to draw trend lines. Williams VixFix is a realized volatility indicator developed by Larry Williams, and can help in finding market bottoms. Indeed, as Williams describe in his paper, markets tend to find the lowest prices during times of highest volatility, which usually accompany times of highest...
Plots yearly candles from monthly candles data. This indicator could also be used to view yearly candles of those symbols for which candlesticks are not available in TradingView (for e.g., ECONOMICS:USINTR , ECONOMICS:USIRYY , ECONOMICS:USWG etc) As these are not out of the box candles they do have these shortcomings - Last candle's data is not available...