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.
There is no predefined scann for a bullish Marubozu candle. Anyone as writen such a scan code?
0
Comments
To limit hits, you may want to add some other conditions from the Ticker Properties drop down, like exchange and/or market cap, depending on what you are interested in.
Possible exchanges are listed here
https://stockcharts.com/docs/doku.php?id=scans:reference:ticker_properties
A full syntax reference is here
https://stockcharts.com/docs/doku.php?id=scans:reference
Links to much more scanning info is here
https://stockcharts.com/docs/doku.php?id=scans
White Closing Marubozu
and [Close = High]
Full White Marubozu
and [Open = Low]
and [Close = High]
White Opening Marubozu
and [Open = Low]
However, here is an explanation of possible methods for programming "long body" by Greg Morris, who is a contributor to the site.
http://stockcharts.com/articles/dancing/2016/03/candlestick-analysis--pattern-identification.html?st=long+body
My guess is, they used method 3:
"An average of the body sizes of the last X days is used to determine a long body. The value for X should be anywhere between 5 and 10 days. If the percentage was set to 130, then a long day would be identified as if it was 30% greater than this average. This method is good because it falls in line with the general concept of candlesticks and their use for short term analysis."
Support might be able to tell you for sure.