jhenninger 63 posts msg #132465 - Ignore jhenninger |
11/11/2016 10:20:25 AM
Hello -
I was trying to create a seemingly basic scan that looks for stocks in which price is moving above the 200-day moving average for the first time in X days, but I don't think the one that I have created is working and I'm not sure what needs to be changed.
Here is the syntax I was using:
Price crossed above ma(200) 1 day ago and had been below ma(200) for the last 50 days
and average volume(30) is greater than 200000
and close is above 2
and atr(30) is greater than 0.30
Any ideas on what needs to be changed?
Thank you very much for your time.
|
Mactheriverrat 3,153 posts msg #132472 - Ignore Mactheriverrat |
11/11/2016 3:09:14 PM
I entered what you had and it works for me.
|
jhenninger 63 posts msg #132480 - Ignore jhenninger |
11/12/2016 9:49:19 AM
Hmm... my results from yesterday's action have 16 results using that criteria.
For the sake of simplicity I will just address the first result, which was ULTI.
The scan criteria (or at least what I am trying to find) doesn't match with ULTI's price chart at all. ULTI has basically been above its 200-day since late March and is simply retesting now.
Also, another thing that I noticed (and don't understand) is when I changed the criteria from ma(200) to ema(200) no results showed up, even after changing the X portion (# of days) multiple times.
|
four 5,087 posts msg #132482 - Ignore four modified |
11/12/2016 11:24:29 AM
|
jhenninger 63 posts msg #133117 - Ignore jhenninger |
12/7/2016 8:20:27 PM
Thank you four!
|