prophecy604 6 posts msg #141704 - Ignore prophecy604 |
2/1/2018 6:06:57 PM
Hi,
Anybody has a clue on what i should write to find stock that have MA5, 10, 20 & 50 that are within the bands and that the bands are contracting?
Thank you very much!
|
four 5,087 posts msg #141720 - Ignore four |
2/1/2018 9:59:29 PM
|
dashover 226 posts msg #141838 - Ignore dashover |
2/4/2018 1:22:29 PM
set{top,upper bollinger(20)}
set{bottom, lower bollinger(20)}
set{squeeze, top - bottom / ma(20)}
price < upper bollinger (20)
AND squeeze reached a new 3 month low
AND price between 10 and 200
AND add column squeeze
AND sort by column 11 descending
Average Volume(30) > 400000
and optionable
not etf
squeeze part>
|
graftonian 1,089 posts msg #141846 - Ignore graftonian |
2/4/2018 2:36:27 PM
@dashover, I like the idea of working with the "squeeze" variable.
|
prophecy604 6 posts msg #141847 - Ignore prophecy604 |
2/4/2018 2:54:03 PM
Thank you guys!
|