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.
About scanning candlestick
Hey guys:
I am writing scanning formula to search the classic candlestick such as hammer. So I write the formula like this :
[type is stock]
and [country is US]
and [Close > 15]
and [Volume > 300000]
and [low < open]
and [close > open]
and [high > close]
and [PctDiff(AbsVal(close - open), AbsVal(open- low)) < 30]
and [PctDiff(AbsVal(close - high), AbsVal(close - open)) < 5]
But it seems that the result is not so good because the result count is 0. Can anyone tell me what's wrong with this
formula? Thanks.
0
Answers
Any help please... thank you!