ClayDavis68 8 posts msg #136988 - Ignore ClayDavis68 |
7/23/2017 1:16:11 PM
Trying to screen for stocks which are trading in a range but have enough of a range to offer some profit, and also trying to capture those which are entering a dip. Here's what I have so far:
set{maratio,ma(13)/ma(30)}
set{maslope,ma(10)/ma(10) 10 days ago}
set{atrtarget, .04* high 30 day high}
set{ptarget, .96*high 30 day high}
Show stocks where maratio between 0.99 and 1.01
and maslope between 0.995 and 1.005
and ATR(30) is above atrtarget
and close is below ptarget
and draw ATR(30)
I took a consolidation filter I found here and added the last two variables. There is probably a better way to do this. I'm getting quite a a few oil stocks returned which is a little spooky to me.
Thanks,
Clay
|