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.
Finding SCTR rank changes over a defined period
Comments
-
So you want to know if the Current SCTR.large is 60-75 points different than it was 5 days ago?
If you were looking for only increased values
and [(SCTR.large - 5 days ago SCTR.large) >= 60]
Decreased values you'd have to reverse it to take the 5 days ago reading minus the current to be < -60
If looking for the up or down either way you can use the Absolute value
and [AbsVal(SCTR.large - 5 days ago SCTR.large) >= 60]
BTW, if you were looking for the "between 60 and 75" you would just use the same expression and then add another copy of the expression that says AND the expression is <= 75
if you want to "see" the values you can use the Rank By as the last line in the scan. NO And in front of the Rank By statement.
Rank By [AbsVal(SCTR.large - 5 days ago SCTR.large)]
0
Categories
- All Categories
- 2.3K StockCharts
- 395 SharpCharts
- 146 Other Charting Tools
- 69 Saved Charts and ChartLists
- 1.5K Scanning
- 73 Data Issues
- 177 Other StockCharts Questions
- 218 Technical Analysis
- 155 Using Technical Analysis
- 2 InterMarket and International
- 19 Market and Breadth Indicators
- 42 Market Analysis
- 109 Trading
- 109 Trading Strategies
- 163 S.C.A.N the StockCharts Answer Network forum
- 65 Using this StockCharts Answer Network forum
- 98 s.c.a.n. archives
- 5 Off-Topic
- 6 The Cogitation & Rumination Emporium
- Forum Test Area