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
// Based on yesterday's High, Low, today's open, and Bollinger Band (20) in current minute chart, // Defined intraday Trading opportunity: Stop, Entry, T0, Target (S.E.T.T) // Back test in 60, 30, 15, 5 Min charts with SPY, QQQ, XOP, AAPL, TSLA, NVDA, UAL // In 60 and 30 min chart, the stop and target are too big. 5 min is too small. // 15...
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...
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.
Gaps are market prices structures that appear frequently in the stock market, and can be detected when the opening price is different from the previous closing price, this is why gaps are also called "opening price jumps". While gaps can occur frequently, some of them are more significant than others, and can be observed when looking at a long term chart. The...
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.
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...
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.
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.
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...
Measures the gaps between bars - bullish or bearish - as a percent of the underlying's price.
Katana Gaps Bounty Hunter (KGB_Hunter) by RagingRocketBull 2018 Version 1.0 This indicator shows/counts/filters gaps on a chart There are several versions: Simple, Pro and Zones. This is the Simple version. The Differences are listed below. - Simple: shows/counts gaps, changes color based on gap dir (2 colors), filters out price gaps within session, large gaps,...
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 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.