This is the bare New 78 Day High with other filtration removed. If you want to incorporate this in your own stockfetcher filter, you can copy the script below.
/*Start of SCRIPT*/
symlistsymlist()
Show stocks where close reached New 78 Day High
and volume is more than 200% above average volume(30) 1 day ago
And Price between .1 and 30
And Market is not OTCBB
and add column RMI(10,1)
and add column RSI(^SPX,90)
and add column ADX(14)
and add column Average True Range(14)
and add column Open
and add column High
and add column Low
and add column Close
and do not draw EMA(18)
and draw EMA(30)
and draw EMA(10)
and do not draw EMA(20)
and draw EMA(50)
and do not draw MA(50)
and do not draw MA(100)
and do not draw EMA(100)
and do not draw MA(200)
and draw EMA(200)
and do not draw Close of New 78 day High
/*and ADX(14) > 30 L.Williams like 30 with Price touching MA(20)*/
/*A couple of bells and whistles for back testing*/
set{entry, close}
set{target, entry * 1.10}
set{ stop, entry * 0.95}
draw price line at entry
draw price line at target
draw price line at stop
/*End of SCRIPT*/
/*Start of SCRIPT*/
symlistsymlist()
Show stocks where close reached New 78 Day High
and volume is more than 200% above average volume(30) 1 day ago
And Price between .1 and 30
And Market is not OTCBB
and add column RMI(10,1)
and add column RSI(^SPX,90)
and add column ADX(14)
and add column Average True Range(14)
and add column Open
and add column High
and add column Low
and add column Close
and do not draw EMA(18)
and draw EMA(30)
and draw EMA(10)
and do not draw EMA(20)
and draw EMA(50)
and do not draw MA(50)
and do not draw MA(100)
and do not draw EMA(100)
and do not draw MA(200)
and draw EMA(200)
and do not draw Close of New 78 day High
/*and ADX(14) > 30 L.Williams like 30 with Price touching MA(20)*/
/*A couple of bells and whistles for back testing*/
set{entry, close}
set{target, entry * 1.10}
set{ stop, entry * 0.95}
draw price line at entry
draw price line at target
draw price line at stop
/*End of SCRIPT*/
No comments:
Post a Comment