Fair Value Gaps (FVG) highlight imbalances areas between market participants and have become popular amongst technical analysts. The following script aims to display fair value gaps alongside the percentage of filled gaps and the average duration (in bar) before gaps are filled. Users can be alerted when an FVG is filled using the alerts built-in this script. ...
GAP DETECTOR is an indicator displaying price gaps that have never been completely filled (only gaps >= 5 pips are considered). Each gap is defined by two lines (the lower and upper bound of the gap), and a label giving information on its price range #Parameters: length: the number of candles being considered in the indicator (max is 3000). width: the width of...
Only for Bitcoin! This indicator locates weekly gaps created by the CME Futures market for Bitcoin. As you can see, Bitcoin tends to close the weekly gaps created in the futures market so I thought this could be a very useful tool. Instead of having to look between multiple charts, this simply overlays the past weeks open and close should a gap appear. I...
This Script detects Bearish / Bullish GAP at market opening 09:30 am NY and automatically traces backward levels, of which 2 are configurable at your discretion.
SUPERTREND MIXED ICHI-DMI-VOL-GAP-HLBox@RL by RegisL76 (lebourg.regis@free.fr) This script is based on several trend indicators. * ICHIMOKU (KINKO HYO) * DMI (Directional Movement Index) * SUPERTREND ICHIMOKU + SUPERTREND DMI * DONCHIAN CANAL Optimized with Colored Bars * HMA Hull * Fair Value GAP * VOLUME/ MA Volume * PRICE / MA Price * HHLL BOXES All...
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 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...
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 finds gaps based on User specified input % threshold in the indicator settings. Histogram plot shows gaps as vertical lines for easy detection. Enjoy!
I am a new Trading View user. I am trying to gain some reputation so that I can start contributing more to the community and start learning more. Therefore I have written this very simple pine script that simply adds a label to the first bar of the day if there is a gap between 2% and 8% or a gap between -2* and -8%. Questions: 1) Lots of missing candlesticks...