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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Simple engulfing bar indicator 17 replies

3 Bar Fractal with mid-bar and bar on each side 11 replies

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

Definition of Bullish Outside Engulfing and Bearish Outside Engulfing 3 replies

Pin bar, pin bar, pin bar 0 replies

  • Trading Systems
  • /
  • Reply to Thread
  • Subscribe
  • 138
Attachments: Advanced engulfing bar system
Exit Attachments

Advanced engulfing bar system

  • Last Post
  •  
  • 1 45Page 678 21
  • 1 5Page 67 21
  •  
  • Post #101
  • Quote
  • Mar 28, 2014 12:59pm Mar 28, 2014 12:59pm
  •  smilee89
  • Joined Jun 2007 | Status: Veteran Member, Specialist | 844 Posts
Quoting arkan1976
Disliked
hi Smile, thanks for share your system. Would be correct this ?? {image}
Ignored
No.
 
 
  • Post #102
  • Quote
  • Mar 28, 2014 1:05pm Mar 28, 2014 1:05pm
  •  Ryder
  • Joined Mar 2010 | Status: Member | 509 Posts
Quoting smilee89
Disliked
{quote} The indi isn't working well. It draws Ha bars that do not engulf next HA bar. {image}
Ignored
Yes, I see that. I will correct it this weekend. For some reason, Synergy_APB inverts its high/low registers for long candles vs short candles. If a candle closes green, register 0 is the candle low and register 1 is the candle high. If the candle is red, register 0 is the candle high, and register 1 is the candle high. Doesn't make any sense to me as a coder, but I have great respect for Dean Malone, the originator of Synergy_APB.

Will correct tomorrow when I have more time.
 
 
  • Post #103
  • Quote
  • Mar 28, 2014 1:06pm Mar 28, 2014 1:06pm
  •  arkan1976
  • | Joined Sep 2009 | Status: Member | 397 Posts
Sprry Orkati and Smilee... I read wrong the rules. Sorry again.
 
 
  • Post #104
  • Quote
  • Mar 28, 2014 3:18pm Mar 28, 2014 3:18pm
  •  pungggi
  • | Joined Feb 2008 | Status: not active | 92 Posts
Quoting smilee89
Disliked
{quote} The indi isn't working well. It draws Ha bars that do not engulf next HA bar. {image}
Ignored

Hi smilee

please try the EA it will subsequently draw all the engulfing pattern while running..

Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot2.png
Size: 30 KB
Markets can remain irrational longer than you and I can remain solven
 
 
  • Post #105
  • Quote
  • Mar 28, 2014 3:25pm Mar 28, 2014 3:25pm
  •  Ryder
  • Joined Mar 2010 | Status: Member | 509 Posts
Quoting smilee89
Disliked
{quote} The indi isn't working well. It draws Ha bars that do not engulf next HA bar. {image}
Ignored
OK smile, I have fixed the problems with the Master_Candles_APB, and you will find v1.2 attached. I have set the parameter default for "MinEngulfCandles" to 1. This displays all engulfing candles pursuant to the rules you have stated in the first post. As you increase the value of MinEngulfCandles, you get increasingly fewer candles marked. The default value in the original indi (Master_Candles) was 4.

I have also changed the default colors as you will see. If you would like different default colors, you can easily edit them in the MQL code using the MetaEditor.

This one will work better for you.
Attached File
File Type: mq4 Master_Candle_APB.v1.2.mq4   5 KB | 676 downloads
 
 
  • Post #106
  • Quote
  • Mar 28, 2014 4:01pm Mar 28, 2014 4:01pm
  •  przem81621
  • | Joined Jan 2010 | Status: Member | 37 Posts
Quoting pungggi
Disliked
{quote} Hi smilee please try the EA it will subsequently draw all the engulfing pattern while running.. {image}
Ignored
very interesting system, thanks for it and for ea.
I can't find indi "Synergy_APB(2)", I saw "Synergy Pro APB" . what is difference ?
 
 
  • Post #107
  • Quote
  • Mar 28, 2014 4:27pm Mar 28, 2014 4:27pm
  •  smilee89
  • Joined Jun 2007 | Status: Veteran Member, Specialist | 844 Posts
Quoting EasyRyder
Disliked
{quote} OK smile, I have fixed the problems with the Master_Candles_APB, and you will find v1.2 attached. I have set the parameter default for "MinEngulfCandles" to 1. This displays all engulfing candles pursuant to the rules you have stated in the first post. As you increase the value of MinEngulfCandles, you get increasingly fewer candles marked. The default value in the original indi (Master_Candles) was 4. I have also changed the default colors as you will see. If you would like different default colors, you can easily edit them in the MQL code...
Ignored
Great!!
Works good.
Thanks.

I added this indicator to post #1 at page #1.
 
 
  • Post #108
  • Quote
  • Mar 28, 2014 6:16pm Mar 28, 2014 6:16pm
  •  Nfp
  • | Membership Revoked | Joined Jun 2012 | 966 Posts
not an advanced system

how u measured and define the word "advanced"??

snake and cow system is still the best

good try
 
 
  • Post #109
  • Quote
  • Mar 28, 2014 6:27pm Mar 28, 2014 6:27pm
  •  aje6767
  • | Joined Sep 2008 | Status: MEMBER | 224 Posts
Quoting Nfp
Disliked
not an advanced system how u measured and define the word "advanced"?? snake and cow system is still the best good try
Ignored

It implies the system is a little different from the normal engulfing pattern.The approach to this is different from that, hence the word advance.
 
 
  • Post #110
  • Quote
  • Mar 28, 2014 7:02pm Mar 28, 2014 7:02pm
  •  aelimian
  • | Joined Oct 2004 | Status: Member | 420 Posts
Quoting EasyRyder
Disliked
{quote} OK smile, I have fixed the problems with the Master_Candles_APB, and you will find v1.2 attached. I have set the parameter default for "MinEngulfCandles" to 1. This displays all engulfing candles pursuant to the rules you have stated in the first post. As you increase the value of MinEngulfCandles, you get increasingly fewer candles marked. The default value in the original indi (Master_Candles) was 4. I have also changed the default colors as you will see. If you would like different default colors, you can easily edit them in the MQL code...
Ignored
This indicator does not show up under custom indicator. Any ideas?
 
 
  • Post #111
  • Quote
  • Mar 28, 2014 7:11pm Mar 28, 2014 7:11pm
  •  martypatty
  • | Joined Nov 2006 | Status: Riding in the Storm | 39 Posts
What version of mt4 are you running? ... 600 or higher needs to go in the MQL4/indicators folder... Marty
 
 
  • Post #112
  • Quote
  • Mar 28, 2014 8:58pm Mar 28, 2014 8:58pm
  •  Ryder
  • Joined Mar 2010 | Status: Member | 509 Posts
Quoting aelimian
Disliked
{quote} This indicator does not show up under custom indicator. Any ideas?
Ignored
You must first compile it using the MetaEditor and then place the compiled version in the file/open data folder/MQL4/indicators directory. You will then see the indi in the custom indi folder.
 
 
  • Post #113
  • Quote
  • Mar 28, 2014 9:05pm Mar 28, 2014 9:05pm
  •  martypatty
  • | Joined Nov 2006 | Status: Riding in the Storm | 39 Posts
I forgot to mention that....Yes compile it.... or if your lazy like me close the platform and reopen.... lol Marty
 
 
  • Post #114
  • Quote
  • Mar 29, 2014 12:45am Mar 29, 2014 12:45am
  •  howa61
  • Joined Jul 2013 | Status: Member | 536 Posts
Quoting martypatty
Disliked
I forgot to mention that....Yes compile it.... or if your lazy like me close the platform and reopen.... lol Marty
Ignored
Hello.

I found this old thread maybe can help for some idea.

http://www.forexfactory.com/showthre...13#post5712813

Regards
 
 
  • Post #115
  • Quote
  • Mar 29, 2014 12:49am Mar 29, 2014 12:49am
  •  Chicky
  • Joined Sep 2008 | Status: Married - 5 Wives | 14,713 Posts
Quoting howa61
Disliked
{quote} Hello. I found this old thread maybe can help for some idea. http://www.forexfactory.com/showthre...13#post5712813 Regards
Ignored
Maybe. Keep looking for what that does not exist outside yourself.
The Thief of Wall Street
 
 
  • Post #116
  • Quote
  • Mar 29, 2014 4:00am Mar 29, 2014 4:00am
  •  DerBerliner
  • | Joined Jan 2011 | Status: Member | 822 Posts
hi howa61 - I saw that thread and the bots. BUT: why did it stop ??
Does the bot / the method work or not ?
Especially: does it work in ranging markets (or better to say: how will it job in ranging markets) ??
Does that bots work and give or gave reasonable results ?
 
 
  • Post #117
  • Quote
  • Mar 29, 2014 9:35am Mar 29, 2014 9:35am
  •  chehab
  • | Joined Sep 2006 | Status: Member | 975 Posts
Hi Mr Pungggi
I tried to use the EA AEBS Expert.mq4 on strategy tester
But I did not see any open trade
---------------------------------
U mentioned that u used Synergy_APB(2) in the EA items
But we hv = Synergy_APB
-----------------------------------
My question
1- Why I did not get any open trade on strategy tester
2- how to get Synergy_APB(2)
-------------------
Your reply is much appreciated
 
 
  • Post #118
  • Quote
  • Mar 29, 2014 9:42am Mar 29, 2014 9:42am
  •  smilee89
  • Joined Jun 2007 | Status: Veteran Member, Specialist | 844 Posts
I think you have to change the name of the indicator {delete: "(2)"} inside the code by the metaeditor, and then compile. Then you need to click "reset" in the EA itself.
But this is not enough, the EA still does not open all legal orders, it deletes many of them before it has to do that, and it has more bugs...
 
 
  • Post #119
  • Quote
  • Mar 29, 2014 12:59pm Mar 29, 2014 12:59pm
  •  chehab
  • | Joined Sep 2006 | Status: Member | 975 Posts
Quoting smilee89
Disliked
I think you have to change the name of the indicator {delete: "(2)"} inside the code by the metaeditor, and then compile. Then you need to click "reset" in the EA itself. But this is not enough, the EA still does not open all legal orders, it deletes many of them before it has to do that, and it has more bugs...
Ignored
----------------------------------
Thank you Mr smilee89 for your word and prompt reply
Synergy_APB(2) = appears in the indicator code in two places in a way that does not have any calculation impact--
Up to my knowledge, it indicates a name-- so deleting the (2) or keeping it has no influence --

#property description "1.0 - Recognize Engulfing Pattern based on Synergy_APB(2) indicator"
extern string SynergyIndicatorName = "Synergy_APB(2)";

My point remains to know whether there is another indicator called Synergy_APB(2), or we should stick to "Synergy_APB" as u mentioned
in the first post--
Thanks
 
 
  • Post #120
  • Quote
  • Mar 29, 2014 6:28pm Mar 29, 2014 6:28pm
  •  aelimian
  • | Joined Oct 2004 | Status: Member | 420 Posts
Quoting EasyRyder
Disliked
{quote} You must first compile it using the MetaEditor and then place the compiled version in the file/open data folder/MQL4/indicators directory. You will then see the indi in the custom indi folder.
Ignored

Have done so. None of newly downloaded indicators are showing up even when confirmed to be in the folder.
 
 
  • Trading Systems
  • /
  • Advanced engulfing bar system
  • Reply to Thread
    • 1 45Page 678 21
    • 1 5Page 67 21
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 / ©2022