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.
Scanning for this type of candle

in Scanning
Could someone help me out with scanning for a particular shooting star type of candle? Please see attached for the visual representation.
Here is what I am looking for:
1. Open lower then close
2. Close near the bottom of the candle
3. High at least as far away from the open as close
Thank you!

Here is what I am looking for:
1. Open lower then close
2. Close near the bottom of the candle
3. High at least as far away from the open as close
Thank you!


0
Comments
-
Try this.
You may not get hits every day.
// begin candle scan
// close less than yesterday's open
and [open < 1 day ago close]
// close is in the bottom tenth of the bar's range (or wherever)
and [ close < low + [range * .1]]
// the distance from high to open is at least the distance from open to low
and [ [high - open] >= [open - low ]]
// you can stop here, or,
//if you want to insure that the candle body is a certain size add these lines:
// open is below close
and [open > close]
// candle body is greater than 30 per cent of range (or some other per cent < 50)
// reverse the ">" to "<" if you want it not larger than a certain size
and [ [open - close] > [ range * .3] ]
// you can stop here, or,
//if you want to insure a certain range, specify a fraction or multiple of average true range
// range is greater than 80 per cent of average true range for the past 5 bars
and [range > ATR(5) * .8]
// end scan0 -
Thank you!
You are awesome!))
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