GAP DETECTORGAP 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 the gap lines.
Gapfilled
[AN] GapierA colored gap finder.
It colors a gap until it gets closed. It displays an info for the current opened gaps (range).
Allows to change the gap timeframe
Allows you to overlay gaps of other symbol on the current one
There are some assets that really like to fill the gaps. Using this indicator you can have a better understanding on where the price is heading (on the current trend).
Gap Trader
Plot the most recent 20 gaps based on custom session info.
The session can be customized with a start time and an end time.
The previous open, high, low, close are only from the price during the session specified.
A gap line will stop printing the moment the gap is filled.
For CME futures, the session must be offset by one hour for Central time. I use the official cash close of 16:15 EST (yes, not 16:00) as this is the TRUE close when options go offline. Every day CME futures take a break between 16:15 - 16:30 EST for settlement, and then again from 17:00 - 18:00 EST.
To offset CME futures you must subtract an hour, the official NYSE hours for futures: 0830-1515, this translates to 9:30 AM EST - 4:15 PM EST.
For information about the probability of a previous day's gap being filled by the NYSE close: www.investiquant.com
Gap-O-MaticGap-O-Matic checks whether there is a gap in a user-defined security or symbol and gives you alerts, targets for the gap and tracks the gap until it has been filled. In addition, you can disable or show plots, and change the gap threshhold to pick how big of gaps you want Gap-O-Matic to alert you to and which it should ignore.
A good use case, for example, is to use Gap-O-Matic to monitor a CME/CBOE such as "BTC1!" while trading a bitmex chart. You wont need to check or chart out gap areas. Gap-O-Matic will automatically draw in the gaps on your chart for you.
Gappers - Closed gaps analysis
Hey all,
trading the week-end gap on monday is a well known trading technique, praised by most and ignored by others
With my script you can easily see where there have been monday gaps and see where these gaps has been closed on monday
If a gap is present the script shows a WHITE SQUARE
if a gap is present and is filled on monday candle it shows WHITE SQUARE + "GAP CLOSED"
You can also set the threshold for the gap (first parameter)
and set the threshold of how near last candle close your TP is
Defaults are 1.001 for gap and 1.001 for closed TP (for gap 1.0019 takes in account only big gaps)
Enjoy and tell me what you think
Cheers!
Lorenzo