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.
[ type = stock] and [country is US] AND [Daily SMA(20,Daily Volume) > 40000]
and[high < 20 days ago max(20,high)]
and [MACD Line(12,26,9) > 20 days ago MACD Line(12,26,9)]
and [ATR(14) > 1.5]
and these ..
[ type = stock] and [country is US] AND [Daily SMA(20,Daily Volume) > 40000]
and[high < yesterdays max(20,high)]
and [MACD Line(12,26,9) > 20 days ago MACD Line(12,26,9)]
and [ATR(14) > 1.5]
I am not getting the same results..
0
Comments
'yesterday's max 20 high' looks at the prior twenty bars beginning yesterday.
Okay as shown below
Chart is enclosed, I figured it out after all
When MACD Line is above 0, and prices rise quickly, MACD Line rises because ema12 moves faster than ema26, so the distance between them increases (see January). When prices slow down, ema12 slows down faster than ema26, so the distance between them DECREASES, so MACD Line falls (February).
When MACD Line is below zero, the opposite is true. When prices fall quickly, ema12 falls faster, so it moves away from ema26 (May), so MACD Line falls. But when prices fall more slowly, ema 12 slows down faster than ema26, so ema12 APPROACHES ema26, making the distance between them shorter, so MACD Line RISES.
Note the 2nd set of brackets on each group.
If I run this on market caps between 300 and 8500 I only get 58 results ALRM is one of them.
and [[high < 20 days ago max(20,high)]
and [MACD Line(12,26,9) > 20 days ago MACD Line(12,26,9)]
and [ATR(14) > 1.5]]
and
[[high < yesterdays max(20,high)]
and [MACD Line(12,26,9) > 20 days ago MACD Line(12,26,9)]
and [ATR(14) > 1.5]]
I also like that you can back date your scans for "testing". It's definitely worth the effort to test your scans. What is working now, may not be what was working last week, or last month, or last quarter, or year or.... maybe it was.