New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
Can Someone please help me with the scan I wrote below
so I wrote the below scan. What does this mean : [close < .95 *max (30,high)]
and
[close > .85 * max(30, high)]
Best,
Sam
============================================
[type = stock]
and
[exchange = nasdaq]
and
[close> 10]
and [close > ema (9,close)]
and
[close < .95 *max (30,high)]
and
[close > .85 * max(30, high)]
AND [RSI(14) > 60]
and [volume > 500000]
0
Comments
If the max high in the the last 30 sessions was 10, it would get stocks closing between 8.50 and 9.50 (85% and 95% of 10).
[close > .90 * max(30, high)] ????