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.
Comparison Scans
Comments
-
Do you mean something like this?
[group is sp500]
and [[ATR(63)/close] > [ATR(5)/close]]
There is no "compared to" operator, so you have to use one of the usual comparison operators " >, <, =, !=. >=, <=, and x".
See the Instructions page for what each does (tried to paste the link in here, but it doesn't work right for some reason. I'll post it separately).
Also, you would isolate the operations you want to compare with square brackets, not parentheses, which are reserved for functions. And finally, group the two sides of the comparison operation itself.
So, first step:
all statements except the first one begin with "and" and contain a pair of brackets "[ ]"
so,
and [ ]
Second step
Build the two operations you want to compare inside brackets of their own
and [ [ATR(63)/close] [ATR(5)/close] ]
Third step
Decide what relationship you want between the two operations
and [ [ATR(63)/close] > [ATR(5)/close] ]
Done.
0 -
0
-
Thanks, Mark, for your reply. I've been using both '<' and '>' with good effect, but appreciate your confirmation of operations that can be used. Much appreciated. I'd been waiting for an email notification of a reply, but realized I hadn't set that preference.
Thanks again,
davemon0
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