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.
Range within a bar
Comments
-
Today's high is less than yesterday's high
Today's low is greater than yesterday's low plus yesterday's range times .35
If you have trouble writing it in scan language, post what you have.0 -
Thanks
I have this, but not coming up with what I am looking for
[high <= yesterday high]
and [yesterday range > today range]
and [yesterday close > yesterday open]
and [low > [yesterday low + yesterday range*.35]]
This is the type of scan I am trying to do (the 2nd bar can be either red or green)
Thanks.
0 -
[exchange is NYSE]
// larger range yesterday
and [1 day ago range > today's range]
// yesterday's close in top quarter of yesterday's range
and [1 day ago close > 1 day ago low + [range * .75]]
// yesterday's open in bottom quarter of yesterday's range
and [1 day ago open < 1 day ago low + [range * .25]]
// today's high is equal or below yesterday's high
and [high <= 1 day ago high]
// today's low is in top 65 % of yesterday's range
and [low > 1 day ago low + [1 day ago range*.35]]0 -
Thanks very much. Works nicely.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