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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

"Bullish Engulfing Bar" and "Bearish Engulfing Bar" trade 83 replies

volume ea with bullish or bearish engulfing candle 0 replies

Calculating only buy candles vs sell candles 2 replies

Engulfing candles vs Railway Tracks 3 replies

Definition of Bullish Outside Engulfing and Bearish Outside Engulfing 3 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 4
Attachments: Looking for EA to trade bullish and bearish engulfing candles
Exit Attachments

Looking for EA to trade bullish and bearish engulfing candles

  • Last Post
  •  
  • Page 1 2
  • Page 1 2
  •  
  • Post #1
  • Quote
  • First Post: May 23, 2015 11:40pm May 23, 2015 11:40pm
  •  Fxism
  • | Joined Jun 2012 | Status: Member | 63 Posts
I've been looking for a freely available EA to trade basic engulfing bearish and engulfing bullish patterns for MT4. If you ever came across one please share it...

Thank you!
  • Post #2
  • Quote
  • May 24, 2015 10:05am May 24, 2015 10:05am
  •  BataviaTrade
  • Joined Jul 2011 | Status: Member | 588 Posts
dude wrong thread
  • Post #3
  • Quote
  • May 24, 2015 10:07am May 24, 2015 10:07am
  •  Fxism
  • | Joined Jun 2012 | Status: Member | 63 Posts
Quoting BataviaTrade
Disliked
dude wrong thread
Ignored
Trading systems thread is no good? Where do I ask this question?
  • Post #4
  • Quote
  • May 25, 2015 6:22am May 25, 2015 6:22am
  •  max pips
  • | Joined Mar 2008 | Status: using the Force | 445 Posts
I'd also be interested in this

mp
Gravity goes both ways in forex...
  • Post #5
  • Quote
  • May 26, 2015 2:27am May 26, 2015 2:27am
  •  safv6
  • | Joined Jan 2014 | Status: Member | 22 Posts
I think the first step in identifying an engulfing pattern is to confirm there is a trend. What rules would you suggest for determining this? I would love to make this EA for you, but I think it would help if you could maybe explain the rules step by step
  • Post #6
  • Quote
  • May 26, 2015 5:35am May 26, 2015 5:35am
  •  max pips
  • | Joined Mar 2008 | Status: using the Force | 445 Posts
for me I am looking for an ea that can place an order based on outside bar. An outside engulfing bar being one that has a higher or equal high and a lower or equal low to the previous bar. The stop loss is the length of the engulfing bar plus 2 points and spread. The entry is two points below or above the low or the high of the engulfing bar. The take profit is the length of the engulfing bar plus a user decided percentage.

Hope that makes sense



thanks
Gravity goes both ways in forex...
  • Post #7
  • Quote
  • May 26, 2015 5:51am May 26, 2015 5:51am
  •  Deevog
  • | Joined Oct 2014 | Status: Member | 82 Posts
Hi,

What I understand you looking an Expert Ad-visor which can place pending orders with sharp price movement so as to catch the movement or same type Expert Ad-visors have setting when price moves they have setting Price Step and timer means when price will move it will measure its speed and points away trigger the order then you can catch the big movement.

There no freely available yet but you can find in MQL5 web in free coding area.
  • Post #8
  • Quote
  • May 26, 2015 6:47am May 26, 2015 6:47am
  •  max pips
  • | Joined Mar 2008 | Status: using the Force | 445 Posts
No, not at all. Just an outside bar.
Attached Image
Gravity goes both ways in forex...
  • Post #9
  • Quote
  • Edited May 27, 2015 3:47am May 26, 2015 8:47am | Edited May 27, 2015 3:47am
  •  safv6
  • | Joined Jan 2014 | Status: Member | 22 Posts
Alright, so here's the EA that can trade like max_pips just described
I personally think this system is missing an edge, but I had some spare time, so I made it as per your request.

I took the liberty to add an option to take spreads into account the correct way, instead of how max_pips described it.
Also, because the identification of an Engulfing pattern involves trend confirmation I added the option to use a few MA's to help you do that. I also added an option to use the previous candles bearish/bullish bias as one would normally need to identify the pattern, because otherwise there would always be two orders placed instead of one biassed order.

What the EA does:

IF "Use MA Trend Filter=true"
THEN IF PA > MA's
THEN look for buys (and vice versa for sells)

AND
IF "Use Prev Candle Bearish/Bullish Filter=true"
THEN IF candle2 is bearish
AND IF candle1 bullish
THEN look to place buy order (and vice versa for sell orders)

AND
IF candle1 high >= candle2 high
AND candle1 low <= candle2 low
THEN place pending order above/below candle1 (offset is adjustable)

AND
The SL will be placed at candle1's high/low (offset is adjustable)

AND
The TP pips will be an adjustable factor of candle1's length (candle1 high - candle1 low)*factor

IF "Take Spreads Into Account The Correct Way=true" the spread will be added to the entry offset for buys and to the exits for sells.
IF "Take Spreads Into Account The Max_Pips Way=true" the spread will be added to the SL for both buys and sells (note that I think this might not make sense)

Please notify me if I misinterpreted the request
If there's anything more I can do, let me know

Happy trading!

Saf

EDIT: 05-27-2015: EA Updated
Attached Files
File Type: ex4 max_pips_fxism_Engulfing_Trader_0.08.ex4   276 KB | 1,044 download
File Type: mq4 max_pips_fxism_Engulfing_Trader_0.08.mq4   202 KB | 1,429 download
  • Post #10
  • Quote
  • May 27, 2015 2:45am May 27, 2015 2:45am
  •  max pips
  • | Joined Mar 2008 | Status: using the Force | 445 Posts
Thanks SAFV6, I really appreciate it. I think I just didn't explain the spread bit well, I knew what I wanted

For me this is part of a system which is based on my interpretation of the market. I then just need to decide whether to accept the trade or not. Unfortunately it does not work for me as I am on Mac, so a quirk of this is that I also need the MQ4 file for it to work.

If you're happy to give it, thanks a lot, if not, thanks a lot anyhow

Max
Gravity goes both ways in forex...
  • Post #11
  • Quote
  • Edited at 4:10am May 27, 2015 3:50am | Edited at 4:10am
  •  safv6
  • | Joined Jan 2014 | Status: Member | 22 Posts
Quoting max pips
Disliked
Thanks SAFV6, I really appreciate it. I think I just didn't explain the spread bit well, I knew what I wanted For me this is part of a system which is based on my interpretation of the market. I then just need to decide whether to accept the trade or not. Unfortunately it does not work for me as I am on Mac, so a quirk of this is that I also need the MQ4 file for it to work. If you're happy to give it, thanks a lot, if not, thanks a lot anyhow Max
Ignored
You're very welcome Max! If you want me to remove the "Take Spreads Into Account The Max_Pips Way" option, let me know. You said you use the candles to decided IF you want to take the trade, so I added the option to send push/email alerts instead of trades.
If anything more needs to be added or adjusted, I'd be happy to do it

Cheers,

Saf

EDIT: The new EA is in my previous post above
  • Post #12
  • Quote
  • May 27, 2015 3:56am May 27, 2015 3:56am
  •  max pips
  • | Joined Mar 2008 | Status: using the Force | 445 Posts
Quoting max pips
Disliked
Thanks SAFV6, I really appreciate it. Unfortunately it does not work for me as I am on Mac, so a quirk of this is that I also need the MQ4 file for it to work. If you're happy to give it, thanks a lot, if not, thanks a lot anyhow Max
Ignored
I think you missed the key detail Saf

max
Gravity goes both ways in forex...
  • Post #13
  • Quote
  • May 27, 2015 4:09am May 27, 2015 4:09am
  •  safv6
  • | Joined Jan 2014 | Status: Member | 22 Posts
Quoting max pips
Disliked
{quote} I think you missed the key detail Saf max
Ignored
Check the original post man
  • Post #14
  • Quote
  • May 27, 2015 5:36am May 27, 2015 5:36am
  •  max pips
  • | Joined Mar 2008 | Status: using the Force | 445 Posts
you sir, are the dude!

Thanks

max
Gravity goes both ways in forex...
  • Post #15
  • Quote
  • Jun 4, 2015 9:09am Jun 4, 2015 9:09am
  •  Fxism
  • | Joined Jun 2012 | Status: Member | 63 Posts
Just as an update: I had my 2 EA's designed from scratch for $400 total at ex odesk (upwork they call it now).....
  • Post #16
  • Quote
  • Jun 9, 2015 5:33pm Jun 9, 2015 5:33pm
  •  max pips
  • | Joined Mar 2008 | Status: using the Force | 445 Posts
Quoting safv6
Disliked
{quote} You're very welcome Max! If you want me to remove the "Take Spreads Into Account The Max_Pips Way" option, let me know. You said you use the candles to decided IF you want to take the trade, so I added the option to send push/email alerts instead of trades. If anything more needs to be added or adjusted, I'd be happy to do it Cheers, Saf EDIT: The new EA is in my previous post above
Ignored

I've been playing with this and it has been useful at just getting me to the orders I want that bit quicker. I am shocked and amazed at how much went into the programming! It looks epic! Thank you. One question however, does the MA trend filter work? I don't get any orders placed at all when I have this on.

Thanks mate

Max
Gravity goes both ways in forex...
  • Post #17
  • Quote
  • Jun 15, 2015 2:56am Jun 15, 2015 2:56am
  •  safv6
  • | Joined Jan 2014 | Status: Member | 22 Posts
Hi guys! For some reason I think FF didn't notify me about your replies. I'm not on here often, so my apologies for the late response.

Quoting Fxism
Disliked
Just as an update: I had my 2 EA's designed from scratch for $400 total at ex odesk (upwork they call it now).....
Ignored
Fxism, any time you are planning to spend that kind of money on an EA man, just use the money to buy your wife a gift and send me a message! Hehe.. When I have some spare time, I'd be glad to help out free of cost.

Quoting max pips
Disliked
{quote} I've been playing with this and it has been useful at just getting me to the orders I want that bit quicker. I am shocked and amazed at how much went into the programming! It looks epic! Thank you. One question however, does the MA trend filter work? I don't get any orders placed at all when I have this on. Thanks mate Max
Ignored
Thanks for the kind words Max! It's no big deal at all. Thanks for notifying me about the MA's not working. I fixed the issue and added some adjustable parameters regarding to the MA's as well.

The EA is still pretty basic, so if there's anything you guys want added or adjusted, I'd be happy to do so.

Best regards,

Saf
skype: safvsix
Attached File
File Type: mq4 max_pips_fxism_Engulfing_Trader_0.09.mq4   206 KB | 1,423 download
  • Post #18
  • Quote
  • Jun 16, 2015 5:29pm Jun 16, 2015 5:29pm
  •  max pips
  • | Joined Mar 2008 | Status: using the Force | 445 Posts
Quoting safv6
Disliked
Hi guys! For some reason I think FF didn't notify me about your replies. I'm not on here often, so my apologies for the late response. {quote} Fxism, any time you are planning to spend that kind of money on an EA man, just use the money to buy your wife a gift and send me a message! Hehe.. When I have some spare time, I'd be glad to help out free of cost. {quote} Thanks for the kind words Max! It's no big deal at all. Thanks for notifying me about the MA's not working. I fixed the issue and added some adjustable parameters regarding to the MA's...
Ignored

Thanks mate

Much appreciated.

Max
Gravity goes both ways in forex...
  • Post #19
  • Quote
  • Sep 26, 2015 6:16pm Sep 26, 2015 6:16pm
  •  Kaptain
  • | Joined Sep 2011 | Status: Member | 9 Posts
Looks like the EA file does not exist? Tried to download but got an notice to that effect.
  • Post #20
  • Quote
  • Mar 4, 2018 12:43am Mar 4, 2018 12:43am
  •  yulitacs
  • | Joined Mar 2018 | Status: Junior Member | 1 Post
Sav6 Are you still around? I would like to ask you a question regarding this ea above
  • Platform Tech
  • /
  • Looking for EA to trade bullish and bearish engulfing candles
  • Reply to Thread
    • Page 1 2
    • Page 1 2
0 traders viewing now
  • More
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