TradingView
ChrisMoody
2015년 2월 17일 오후 4시 50분

CM_Gap_Indicator_Intra-Day_V2.1 

SPDR S&P 500 ETF TRUSTArca

설명

CM_Gap_Indicator_Intra-Day_V2.1

Updated Intra-Day Gap Indicator.

Version 2.1…Many Additional Features To Come.

***Designed for Intra-Day Charts.
***Great for Stocks…Forex and Futures Sunday Night Gaps.

***Plots Green Lines If Gap Up (See Added Features Below)
***Plots Red Lines If Gap Down

MAJOR Feature Added:
***Added Check Boxes In Inputs Tab That Let’s You Choose if You Want To See All Gaps, Or Only Gaps That Open Above/Below Previous Days High/Low

Other Features Added:
***Gap Mid Lines
***Color Fill Based On Gap Up Or Down

Additional Features Coming!!!
코멘트
ferrizhou
Hi Chris,

how to use this script at mt4 platform?
jordanovitch
Anyone found an indicator for spotting gaps on lower time frames ?
greywolf254
@jordanovitch, yes you can. You can use this.

resCustom = input(title="Use Different Timeframe", defval="D")

tdo = security(tickerid, resCustom, open)
pdc = security(tickerid, resCustom, close[1])
pdh = security(tickerid, resCustom, high[1])
pdl = security(tickerid, resCustom, low[1])
biplab78
patoushka
Very interesting! How do you setup an alert on it to be advised each time a gap occurs?
kodwanis
Hi Chris,

Can we use green and red ones as Demand and supply zones?

Regards
elp
TY Chris for coding this!
ChrisMoody
No Problem...more features to come soon
AllexMaddda
Would this work on 1h chart ?
nilanjan62
@ChrisMoody, can you pls explain how to use this
더보기