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...
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)....
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...
█ OVERVIEW The "Subsector-11 % PMO Above Zero" script analyzes market breadth based on the percentage of 11 user-adjustable subsector ETFs of the S&P 500 with a Positive Momentum Oscillator (PMO) value greater than or equal to zero. It provides insights into the strength and breadth of positive momentum signals within specific subsectors, aiding traders in making...
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
Indicator that identifies the classical candlestick patterns for markets that are open 24/7 like the crypto market. Why? because those markets don't gap, so many patterns won't need to gap to be valid. Also, the theoretical rules about the patterns are very strict but it is to the discretion of the trader or technical analyst to decide if the patterns are yet...
Most technical traders in the foreign exchange market, whether they are novices or seasoned pros, have come across the concept of multiple time frame analysis in their market educations. Multiple time-frame analysis involves monitoring the same currency pair across different frequencies (or time compressions). While there is no real limit as to how many...
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 ...
Plotting a configurable higher timeframe on current chart's timeframe helps visualize price movement without changing timeframes. It also plots FVG and Volume Imbalance on the higher timeframe for easier visualization. With ICT concepts, we usually wait for HTF break of structure and then find an entry on a lower timeframe. With this indicator, we can set it to...
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 !!