• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 12:28am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 12:28am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

Engulfing outside bar indicator 31 replies

Looking for Engulfing bar MT4 indicator with alert 5 replies

Engulfing Bar Indicator 6 replies

Engulfing Bar indicator modification needed 3 replies

Definition of Bullish Outside Engulfing and Bearish Outside Engulfing 3 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 5
Attachments: Simple engulfing bar indicator
Exit Attachments

Simple engulfing bar indicator

  • Post #1
  • Quote
  • First Post: Feb 11, 2009 3:17am Feb 11, 2009 3:17am
  •  pfdtrader22
  • | Joined Apr 2007 | Status: Profit Pig | 69 Posts
If you have the time, could someone please program an alert (capable of use/adjustable on all time frames) for an engulfing bar pattern. All I am looking for is an alert for the current bar closing with a higher high and lower low than the previous bar. Thank you
  • Post #2
  • Quote
  • Feb 12, 2009 12:28am Feb 12, 2009 12:28am
  •  hanover
  • Joined Sep 2006 | Status: ... | 8,081 Posts
The attached indicator - which I wrote a long time ago - will highlight OBs (and much more), but somebody will need to add an alert to it.

It plots white arrows to highlight outside bars (higher high, lower low than preceding candle), and optionally also yellow arrows for other candles whose body engulfs the previous candle's body. It can be attached to an MT4 chart of any pair, any timeframe. You can attach it to multiple chart timeframes if you wish.

The parameters work as follows:

MinBarHeight, MaxBarHeight - candles whose height (in points) falls outside this range will not be highlighted.

CloseWithinXpct - the close must be within the top X% of the candle, for a bullish candle, and in the bottom X% for a bearish candle. Set to 100 if this doesn't matter.

MinBodyPct - the body must be at least X% of the total candle height. Set to 0 if this doesn't matter.

MustFollowOppColor - set to true if the OB must be of opposite color to the candle that it engulfs. Set to false if this doesn't matter.

EngulfMarginPct - applies to engulfing body candles only, as opposed to OBs. The body must be at least X% in height, relative to the height of the previous candle's body. e.g. if the body must be at least twice as high, enter 200.

EngulfTolerance - applies to engulfing body candles only, as opposed to OBs. Allows a tolerance of X points between the close of the previous candle, and the open of the current candle. Setting this to a negative value means that only OBs, as opposed to engulfing body candles, will be highlighted (i.e. no yellow arrows on the chart).

StartHour, EndHour - Candles falling outside this time range will not be highlighted.

Difference between the larger and smaller arrows: This is a very rough attempt to highlight (with larger arrows) OBs/engulfing bodies that occur at the end of a trend (signaling a possible reversal), or during a pullback (signaling a possible continuation of the original trend).
Attached File
File Type: mq4 OB ident.mq4   6 KB | 11,264 downloads
1
  • Post #3
  • Quote
  • Feb 12, 2009 6:04pm Feb 12, 2009 6:04pm
  •  kd3726
  • | Joined Feb 2009 | Status: Member | 121 Posts
Here's something you can try out for now.

It alerts on a higher high or a lower low for the completed candle.
Else it just says 'New Candle'.

It is set to alert 3 times with a 5 second delay, after each new candle opens.

If there's a higher high AND a lower low, then higher high takes precedence. ( fyi: if your using this for shorting )

Wavefiles go in <your mt4 directory>/sounds
Attached File
File Type: zip HHighLLow.zip   32 KB | 5,107 downloads
  • Post #4
  • Quote
  • Feb 13, 2009 2:12am Feb 13, 2009 2:12am
  •  hanover
  • Joined Sep 2006 | Status: ... | 8,081 Posts
Just found the attached indicator - I think the 'engulfing' settings reflect OBs. It has alert facilities.

Also, you might like to check out:
-- link to 1,000 MT4 indicators here, also here;
-- and the following links here (click on A, B, C, ... links to find indicator names starting with that character), here (perform a forum search), here (perform a site search);
-- and of course the search facility here at FF (if you haven't already done so).

Good luck.
Attached File
File Type: mq4 Pattern_Recognition_Master_v3.mq4   27 KB | 9,071 downloads
  • Post #5
  • Quote
  • Feb 13, 2009 6:13pm Feb 13, 2009 6:13pm
  •  fxxx
  • | Joined Dec 2007 | Status: Member | 475 Posts
Quoting hanover
Disliked
The attached indicator - which I wrote a long time ago - will highlight OBs (and much more), but somebody will need to add an alert to it.

It plots white arrows to highlight outside bars (higher high, lower low than preceding candle), and optionally also yellow arrows for other candles whose body engulfs the previous candle's body. It can be attached to an MT4 chart of any pair, any timeframe. You can attach it to multiple chart timeframes if you wish.

The parameters work as follows:

MinBarHeight, MaxBarHeight - candles whose...
Ignored
excellent work and description, Hanover. thank you
  • Post #6
  • Quote
  • Feb 28, 2009 4:25pm Feb 28, 2009 4:25pm
  •  hanover
  • Joined Sep 2006 | Status: ... | 8,081 Posts
Quoting hanover
Disliked
The attached indicator - which I wrote a long time ago - will highlight OBs (and much more), but somebody will need to add an alert to it..........
Ignored
The indicator has been upgraded considerably, it now checks for 8 different candle types, double tops/bottoms, and optionally provides both MT4 and e-mail/phone based alerts. See here.
  • Post #7
  • Quote
  • Jun 27, 2010 3:25pm Jun 27, 2010 3:25pm
  •  pilgrm73
  • | Joined Jun 2010 | Status: Junior Member | 1 Post
Thanks for all the comments on indicators here. I'm looking for an mt4 indicator that identifies outer bars against subsequent candles rather than previous candles, and that keeps the high and low of the originating outer bar marked candle by candle (similar to support / resistance dotted lines) until either the high or low of the originating bar has been broken. If anyone has or has seen such an indicator on any of the threads, please let me know.

Thanks all.
  • Post #8
  • Quote
  • Feb 9, 2016 9:14am Feb 9, 2016 9:14am
  •  Midnite
  • | Joined Feb 2016 | Status: Junior Member | 1 Post
hanover hi, My English is not very good but could change objects with arrows and include buffers in the OB ident indicator? will really appreciate it as I need it urgently and I have no programming knowledge to make that change, thank you very much and Blessings
  • Post #9
  • Quote
  • Edited at 5:28am Feb 13, 2016 3:55am | Edited at 5:28am
  •  hanover
  • Joined Sep 2006 | Status: ... | 8,081 Posts
Quoting Midnite
Disliked
My English is not very good but could change objects with arrows and include buffers in the OB ident indicator?
Ignored
Hi,

I am very sorry, but I'm no longer coding or troubleshooting indicators, unless the indicator or EA is useful to me personally. You could try posting in one of the "I code your indicators for free" threads, and perhaps somebody else can help you.

Or if you're willing to pay for the work, you could try MQL or elance.

Good luck,
David
  • Post #10
  • Quote
  • Aug 14, 2017 11:11am Aug 14, 2017 11:11am
  •  ramzam
  • Joined Nov 2015 | Status: Member | 2,875 Posts
like this minimum 5 or 6 candles that are engulfed each side left and right.. that big bar to be alerted as engulf bar detected.... any indicator is available here... i had mastercandle but it is showing only on right side.. not leftside counts...
Attached Images
Success is a Journey Not a Destination....... kind regards ramzam
  • Post #11
  • Quote
  • Apr 8, 2019 5:38am Apr 8, 2019 5:38am
  •  5-Percent
  • | Joined Apr 2019 | Status: Member | 7 Posts
Please help i am looking for a simple engulfing candle EA with below input parameters:

Time Frame
From Entry price( It must only go live after price reaches a certain price)
SL
TP
  • Post #12
  • Quote
  • Jun 5, 2020 3:03am Jun 5, 2020 3:03am
  •  sagi
  • | Joined Jan 2017 | Status: Member | 132 Posts
Quoting hanover
Disliked
The attached indicator - which I wrote a long time ago - will highlight OBs (and much more), but somebody will need to add an alert to it. It plots white arrows to highlight outside bars (higher high, lower low than preceding candle), and optionally also yellow arrows for other candles whose body engulfs the previous candle's body. It can be attached to an MT4 chart of any pair, any timeframe. You can attach it to multiple chart timeframes if you wish. The parameters work as follows: MinBarHeight, MaxBarHeight - candles whose height (in points)...
Ignored
Hi Hanover, I wonder if you are still around on FF.
  • Post #13
  • Quote
  • Jun 7, 2020 4:50am Jun 7, 2020 4:50am
  •  hanover
  • Joined Sep 2006 | Status: ... | 8,081 Posts
Quoting sagi
Disliked
I wonder if you are still around on FF.
Ignored
Intermittently. I'm no longer interested in debates on trading semantics, and I'm only coding requests if the indicator is useful to me personally (which is unlikely as I dislike most indicators).
  • Post #14
  • Quote
  • Last Post: Jun 7, 2020 6:50am Jun 7, 2020 6:50am
  •  sagi
  • | Joined Jan 2017 | Status: Member | 132 Posts
Quoting hanover
Disliked
{quote} Intermittently. I'm no longer interested in debates on trading semantics, and I'm only coding requests if the indicator is useful to me personally (which is unlikely as I dislike most indicators).
Ignored
My system does not use an indicator!!!
  • Platform Tech
  • /
  • Simple engulfing bar indicator
  • Reply to Thread
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2021