The script is for backtesting price gap's with a determined bind to the previous bar.
The purpose of this indicator is to give a quick view of a gap size between two candles, and to detect any gap bigger than the trigger setting. Options Mode: Select the display mode (% or Value) Variation Trigger: Defines the minimum gap size to give a signal, for both positive and negative sides. This option depends on the Mode setting Show...
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...
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
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,...
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...
This simple and short script shows the last GAP in the graph. Coded by Twitter @borserman
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...
Climax setup looking for a reversal the next day after a gap, this works best if the signal is triggered after a prolonged move in one direction. Enter the position at the close of the day when you get a signal and exit for a loss the next day if not profitable, otherwise, trail a stop to lock profits.
Simple script to highlight the last gap and the previous day High and Low levels, also adapts automatically to session's timeframe.
Displays information about Bitcoin CME Futures Gaps over BTCUSD (or XBTUSD) charts. You can configure a threshold percentage to only display gaps whose size is greater than that percentage. The gap precentage is calculated based on the current close price. Gaps up are displayed in Orange, gaps down in Green
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...
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...
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.