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.
You are only looking at today then and not considering any prior periods so you should be comparing the OPEN instead of the Close in your
and [CLOSE/[OPEN-CLOSE]*100 < 1.5] and [OPEN/[OPEN-CLOSE]*100 < 1.5]
The value for SMCI is around 2.18 doing that. Remember, the -0.66 is close compared to 1 period ago close so you won't be able to use that as a ballpark for why it's showing or not showing on the scan.
Comments
and [SCTR >80]
and [CLOSE/[OPEN-CLOSE]*100 < 1.5]
and [ATR(14) > 1.5]
The -0.66 is the % difference between the close and 1 days ago close
You may want to consider PctChange (defaults in like this)
and [PctChange(10,close) > 10]
or PctDiff (defaults in like this)
and [PctDiff(close,sma(50,close)) < 5]
and [
CLOSE/[OPEN-CLOSE]*100 < 1.5]and [OPEN/[OPEN-CLOSE]*100 < 1.5]
The value for SMCI is around 2.18 doing that. Remember, the -0.66 is close compared to 1 period ago close so you won't be able to use that as a ballpark for why it's showing or not showing on the scan.
Syntax for the -0.66
and [PctChange(1,close) < 1]
and [SCTR >80]
and [CLOSE/OPEN-[CLOSE]*100 < 1.5]
and [ATR(14) > 1.5]