This indicator shows locations of price gaps (or candle stick discontinuities). It prints out the labels "Gap" under the price bars where gaps occur. Asterisk " * " is used to pin point the bars with gaps.
If you are interested in trading gaps in DAX, then DOW plotted in DAX's trading hours, will help you know whether the smoothed candle was a gap or not. Use a different script to plot yesterday's closing price. This will help you see the target for the gap close. Let me know if you find it helpful or not!
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 is the bare bones of what I'm trying to achieve through pine script. The purpose of the script is to: 1. On a 15m chart, calculate and plot upper & lower Bollinger bands and simple moving average of 20 periods. (DONE) 2. On a new day, when the first 15m candle of a session forms, I want to check if a) the low of the new candle is outside the upper Bollinger...
Measures the gaps between bars - bullish or bearish - as a percent of the underlying's price.
Simple way how to detect last bar of day and close all positions UPD: day end can be different for yours because stocks market use another timezone
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.
Oxymoronic (oxy) candlesticks often appear at significant levels in a chart and can indicate increased probabilities of directional moves. Typically, green candles are hollow and red candles are filled. An oxymoronic candle is colored bullishly but filled bearishly (solid green) or vice versa (hollow red). Oxy flags occur when: 1) Price gaps up and closes lower...
Updating the v3 script made by u/Lemrin + some mods What this does: Paints a blue "down arrow" pointer at an intraday bar that has occurred with a skip (e.g. a 1min bar that occurs a few minutes after the previous bar) Checks for whether the market is open, and only paints arrows if inside open hours (because Extended Hours have lots of bar gaps)
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
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...
This simple script checks for data gaps in an intra-day TradingView chart. I have found that BitMEX 1-minute data is coming in rather holey lately, so I wrote this just to see how prevalent the problem is. It should work on any intra-day timeframe, not just 1-minute. V1: initial release.
Oddball indicators for entertainment purposes only. This is best used on daily chart. Look at the 20 ALMA to gauge likelihood of stock following its up or down gap. - if above the 20 ALMA , follow the gap direction - if below the 20 ALMA , take counter trend trade If stock gaps up AND closes higher than it opens, that gain % (close/open) is colored green and if...
This is a Downside Tasuki Gap pattern.
This is a Upside Tasuki Gap pattern.