OPENING BEARISH HARAMI

How to create scanner in Streak for Opening bearish Harami

9.15 candle red then next five 5 min candle also red but with in first 9.15 candle like " |i "

then break out of the first two candles

You can use the following condition in Streak scanner for scanning Harami pattern:

High(0) - Low(0) lower than Prev N(High,-1,15min) - Prev N(Low,-1,15min) and Abs( Open(0) - Close(0) ) lower than Abs( Prev N(Open,-1,15min) - Prev N(Close,-1,15min) ) and ( ( Open(0) higher than Close(0) and Prev N(Open,-1,15min) lower than Prev N(Close,-1,15min) and Open(0) lower than Prev N(Close,-1,15min) and Close(0) higher than Prev N(Open,-1,15min) ) or ( Prev N(Open,-1,15min) higher than Prev N(Close,-1,15min) and Open(0) higher than Prev N(Close,-1,15min) and Close(0) lower than Prev N(Open,-1,15min) and Close(0) higher than Open(0) ) )

2 Likes

Hi @AlgoGeek, you can create patterns in Streak, you can watch this webinar to learn more