# choose to scan up down gaps
# 1 = Only up gaps
# 2 = Only down gaps
# 3 = BOTH up and down gaps
input GapDirection = 3;
#set min max gap size you would like.
input minimumPercentFromPriorClose = 1.0;
input minimumDollarsFromPriorClose = 1.0;
input MaximumPercentFromPriorClose = 100.0;
input MaximumDollarsFromPriorClose = 100.0;
# makes sure there is a gap between the currentprice and the prior High/low, not just from the prior close
input OutsideYesterdaysRange = no;
#Looks for only gaps that are gapping up over red candle or gapping downsideGapThreeMethods under green candle, in addition the other criteria, Some people believe this adds "shock value" and forces people to cover their positions, adding momentum in the direction of the gap.
input GapAboveRedOrBeLowGreen = no;
# choose to only look for gapsthat havent filled yet interday
input OnlyGapsThatHaventFilled = no;
# if set to yes then scan will only consider a gap to be filled id the current days price action has touch previous days close.
input GapIsOnlyFilledAtClose = yes;
#Only change these if you are dealing with special marketor know what your doing
input MarketOpenTime = 0930;
input MarketCloseTime = 1600;
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
A | Three up days in a row with a gap down (and vice versa) | Questions | 2 | |
![]() |
General gap up & down statistics | Questions | 1 | |
J | Gap between Keltner Channels/Bollinger Bands in scanner | Questions | 8 | |
![]() |
Exhaustion Gap Reversal for ThinkorSwim | Custom | 5 | |
S | Creating ATR and Gap labels | Questions | 2 |