A "Gap down Reversal" is when the current days candle, opens, below the prior days close, and "finishes up" on the day with the close greater than the open. This type of price action can provide traders with favorable entry points to trade long, as anyone who was short the prior day, can get squeezed or panic out of the trade as they would see profits erode...
CM_Gap_Indicator_Intra-Day_V1 This is a Simple Gap Indicator. Version 1…Many Additional Features To Come. ***Designed for Intra-Day Charts. ***Great for Stocks…Forex and Futures Sunday Night Gaps. ***Plots Green Lines If Gap Up ***Plots Red Lines If Gap Down Additional Filters Coming Soon: ***Minimum Gap% Filter ***Gap Mid Lines ***Color Coding On Filled Gaps
This is a fully customizable gap finder. You can change the color of just about anything, on top of hiding filled/old gaps. This is so you can spot those tiny gaps on something such as futures. Be sure to play around with the settings.
This is a tracking tool to measure two different kinds of distances: - Gaps, from the open/close or the high/low value to the nearest open/close or high/low value. - Price extensions of one or two candles from a preferred starting point (open, high, low or close) to a final point (open, high, low or close). The two-candles mode includes an optional rectangle to...
This script plots gaps between candles. It uses the "round_to_mintick" feature in the Pinescript code, so it works on any instrument out to 3 decimal places. If there is a Gap Up (open of current candle is greater than the close of previous candle) it will plot a green arrow under the current candle and plot a label above the current candle to show the Gap...
Code written by Krishna Khanna on 20/11/2017 includes the following components for NimblrTA 1) Logic for detection of strength candles, only displayed candles are of strength (BH>50%CH) 2) Wicks are not considered 3) Any Gaps are indicated with a arrow, can detect gapup and gapdown This indicator is apt for small screen devices
This indicator provides: -> up to 5 SMAs and EMAs at the same time. -> HullMA -> VWMA (Volume based MA) -> Ichimoku Cloud -> Parabolic SAR (for Trend analysis) -> special 1. Add up to 2 Bollinger Bands (so you can add 2 BB at the same time with different standard deviations) -> special 2. You also can add an GAP Indikator. The red and green lines you can see in...
The script is for backtesting price gap's with a determined bind to the previous bar.
this study is the first one of a series of scripts based on the candlesticks pattern which will be published over time. There are several such scripts out there that can be found on TradingView but they seem to be inaccurate with a lot of noises and messy hard to understand code. In this script, I've tried to have a clean and easy to get of the pattern itself and...
This indicator displays gaps on a chart within a specified range which have not been filled. It offers the ability to set the minimum gap size to detect as a multiple of the average true range (ATR), as well as the allowed distance from a gap fill for the gap to be considered filled. The use of ATR allows the gap threshold to dynamically change as the stock price...
Library "Volatility" Functions for determining if volatility (true range) is within or exceeds normal. The "True Range" (ta.tr) is used for measuring volatility. Values are normalized by the volume adjusted weighted moving average (VAWMA) to be more like percent moves than price. current(len) Returns the current price adjusted volatitlity...
About gaps: A gap is a “jump” in a security’s price between the Open and the Prior Close . Gaps are very common in stocks during opening hours, especially when accompanied by catalysts. What this indicator does: This script will identify gaps that remained unfilled for at least one candle. It is very common for gaps to be filled on the first candle,...
Simple script that plots the range between the previous day close and the current day open. This makes it easier to reference the gap up or gap down zone throughout the day.
This indicator shows the GAPs that are formed according to whether the opening price is above or below the rate specified in the selection box. An alarm can be set on these conditions.
I did not write the script from scratch but rather started editing code of an existing one. The original code came from a script called GAP DETECTOR by @Asch- First up: I am a trader, not a programmer and therefore my code most likely is inefficient. If someone with more expertise would like to help and optimize it - feel free to get in touch, I am always...
With the Indicator one can find the voids in price in candles. Void as in when the close and open of candles are not at the same price
This helpful analysis tool displays a table of days a stock has gapped, how much it gapped by and what percentage of the gap was covered. It is meant to be used on the daily timeframe and can help you distinguish if gaps are going to be filled or not. I like to use it mainly on medium + cap stocks that have gapped overnight or pre-market and see what the tendency...