Bullish/Bearish Harami Screener

Category: Screeners By: juanj Created: October 21, 2017, 10:05 AM
October 21, 2017, 10:05 AM
Screeners
1 Comment

Simple Bullish/Bearish Harami candle screener with simple ATR filter – works pretty well

ATR = AverageTrueRange[2](close)[2]

BearishHarami = high < high[1] and low > low[1] and close[1] > open[1] and close < open and open < close[1] and close > open[1] and open - close > ATR
BullishHarami = high < high[1] and low > low[1] and close[1] < open[1] and close > open and close < open[1] and open > close[1] and close - open > ATR

If BearishHarami Then
 Harami = -1
ElsIf BullishHarami Then
 Harami = 1
EndIf

Condition = (BearishHarami Or BullishHarami)

SCREENER[Condition] (Harami AS "HaramiDirection")

Download
Filename: Harami.itf
Downloads: 325
Download
Filename: harami-patern-15085213768c4pl.jpg
Downloads: 170
juanj Master
My name is Juan Jacobs and I am an algorithmic trader and trading coach. After 7 years of corporate work as a Systems Analyst, I have decided to pursue my passion of trading on a full-time basis. My current focus area is that of 'smart' strategies based on 'Machine Learning'. You can find me at www.FXautomate.com or visit my PRC Marketplace Store here: https://market.prorealcode.com/store/fxautomate/
Author’s Profile

Comments

Logo Logo
Loading...