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.
How do I produce a Scan with "between" arguments?

in Scanning
I want to make a Scan
MACD is between -10 and +10
CCI is between 30 and 70
etc...
I don't see Anything in stockcharts literature, in how to do this. Does anybody know?
MACD is between -10 and +10
CCI is between 30 and 70
etc...
I don't see Anything in stockcharts literature, in how to do this. Does anybody know?
0
Comments
-
There is no "between" operator, so you have to build the scan with >, <, >=, and/or <=.
So,
and [close < 10]
and [close > 5]
would look for a close between (but not including) 5 and 10.
If you want to include the boundary values (5 and 10), you need <= and >=, so:
and [close <= 10]
and [close >= 5]
would include 5 and 10 (and everything between).
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