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

Options

Search
Search
Search

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

I will code your EAs and Indicators for no charge 31688 replies

Free MT4 coding - Indicators, EAs, etc 358 replies

EAs and indicators relating to moutaki... 22 replies

Sharing our Best EAs and Indicators Free of Cost 12 replies

Do You Buy EAs or Indicators from ebay? 59 replies

  • Commercial Content
  • /
  • Reply to Thread
  • Subscribe
  • 331
Attachments: Fixing Your Indicators or EAs (Free)
Exit Attachments

Fixing Your Indicators or EAs (Free)

  • Last Post
  •  
  • 1 910Page 111213 18
  • 1 10Page 1112 18
  •  
  • Post #201
  • Quote
  • Aug 19, 2018 2:14pm Aug 19, 2018 2:14pm
  •  Donwealt
  • | Joined Aug 2018 | Status: Member | 670 Posts
Please checkout this trailing stop indicator "BATatr stops" this is different from other atrstops out there. There's a way this indicator's line move that makes it unique. When prize is pulling back, the line moves back a bit to the nearest resistance/support and stops there. So most times when other ordinary atrstop line of the same settings gets pricked by price, BATatr stop line doesn't. It rarely gets pricked and when it does, it's most likely that price dynamics have changed.
Some I'm thinking that if someone can convert the indicator to a trailing stop ea that works with the exact same logic as the indicator with little modifications like:
1.Hidden trailing stop that stays 1 spread away from the indicator line at every point.
2. Stoploss should have a start point. (Number of pips at which it starts trailing)
3.Fixed Hard/Broker's stop loss setting
4.Breakeven point + breakeven pips.( at this point the ea brings the Hard/broker's stop loss to breakeven + specified amount of pips profit to protect for unforseen events like connection and power issues while hidden stop loss trails the price based on this indicator's logic as stated above.
Great coders here please give it a short let's see.
Ofcource the ea should have settings for atr period, multipli factor and price type just like the indicator but it should have the same logic this indicator uses to move its line.
Find the BATatr stop indicator mq4 file attached.
Happy weekend all.
Attached File
File Type: mq4 BAT ATR v1 (1).mq4   4 KB | 225 downloads
  • Post #202
  • Quote
  • Aug 19, 2018 2:17pm Aug 19, 2018 2:17pm
  •  Donwealt
  • | Joined Aug 2018 | Status: Member | 670 Posts
Quoting LionForce
Disliked
{quote} Easy fix. Try now {file}
Ignored


Please checkout this trailing stop indicator "BATatr stops" this is different from other atrstops out there. There's a way this indicator's line move that makes it unique. When prize is pulling back, the line moves back a bit to the nearest resistance/support and stops there. So most times when other ordinary atrstop line of the same settings gets pricked by price, BATatr stop line doesn't. It rarely gets pricked and when it does, it's most likely that price dynamics have changed.
Some I'm thinking that if LionForce will convert the indicator to a trailing stop ea that works with the exact same logic as the indicator with little modifications like:
1.Hidden trailing stop that stays 1 spread away from the indicator line at every point.
2. Stoploss should have a start point. (Number of pips at which it starts trailing)
3.Fixed Hard/Broker's stop loss setting
4.Breakeven point + breakeven pips.( at this point the ea brings the Hard/broker's stop loss to breakeven + specified amount of pips profit to protect for unforseen events like connection and power issues while hidden stop loss trails the price based on this indicator's logic as stated above.
LionForce please convert this to EA.
Ofcource the ea should have settings for atr period, multipli factor and price type just like the indicator but it should have the same logic this indicator uses to move its line.
Find the BATatr stop indicator mq4 file attached.
Thanks and Happy weekend.
Attached File
File Type: mq4 BAT ATR v1 (1).mq4   4 KB | 155 downloads
  • Post #203
  • Quote
  • Edited at 1:51am Aug 20, 2018 1:39am | Edited at 1:51am
  •  tejt
  • | Commercial Member | Joined Aug 2018 | 31 Posts | Online Now
Please correct this EA.
https://www.myfxbook.com/members/GeorgeDow/gdow/1549874
Problem. it is a martingale that can be limited to orders.
I would like only buy or sell.
These bids must be manually processed and filtered.
I want to set the Buy Pouch and set up SL + - 40Pips, and let it work.

Or, please advise the edit option to work it, and it might not have to be filtered manually.

Is it possible to do it?
Thank you
Attached File
File Type: mq4 GDow Vlastni se SL.mq4   136 KB | 227 downloads
  • Post #204
  • Quote
  • Aug 20, 2018 9:17am Aug 20, 2018 9:17am
  •  reteid2222
  • Joined Aug 2015 | Status: Vucking good EA coder I am! | 2,275 Posts
Quoting tejt
Disliked
Please correct this EA. https://www.myfxbook.com/members/GeorgeDow/gdow/1549874 Problem. it is a martingale that can be limited to orders. I would like only buy or sell. These bids must be manually processed and filtered. I want to set the Buy Pouch and set up SL + - 40Pips, and let it work. Or, please advise the edit option to work it, and it might not have to be filtered manually. Is it possible to do it? Thank you {file}
Ignored
There r some problems why nobody will work on this....
- the source is cracked code so there is no meaning in the naming viewable...
- nearly 2000 lines of code
- the originally code was generated by an automat...and from a bad "coder"(should I really name some this way?????????)
For example line 1755:
if (ima_152 >= ima_176 || ima_152 < ima_176 && ima_144 < ima_176 && (ima_152 >= ima_152 && ima_152 > ima_136)) Li_12 = 1;
The red condition is in every case true....bad put together by the user of the code automat....
Lines 48 and further declaration: redundant...never used!
Better lie yourself in the sun....
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot2.png
Size: 1.5 MB
Vucking good EA coder...
#12 All Time Return: 807.9%
  • Post #205
  • Quote
  • Aug 20, 2018 9:25am Aug 20, 2018 9:25am
  •  reteid2222
  • Joined Aug 2015 | Status: Vucking good EA coder I am! | 2,275 Posts
Line 5:
Inserted Code
bool Gi_76 = TRUE;

Then line 1731ff:
Inserted Code
   if (Gi_76) {
      f0_26(Gda_1076);
      Ld_116 = Gda_1076[2];
      Ld_124 = Gda_1076[3];
      Ld_60 = Gda_1076[4];
      Ld_68 = Gda_1076[5];
      if (Ld_60 < Ld_68) Li_12 = 1;
      else Li_12 = 2;
      switch (Li_12) {
      case 1:
         Ld_92 = NormalizeDouble(Ld_116 * ChokeLotPercent / 100.0, 2);
         break;
      case 2:
         Ld_92 = NormalizeDouble(Ld_124 * ChokeLotPercent / 100.0, 2);
      }
      if (Ld_92 < Ld_100) Ld_92 = Ld_100;
      if (Ld_92 > MaxLot) Ld_92 = MaxLot;
   } else {
      ima_136 = iMA(symbol_52, timeframe_16, 5, 0, MODE_LWMA, PRICE_TYPICAL, 0);
      ima_144 = iMA(symbol_52, timeframe_16, 5, 0, MODE_LWMA, PRICE_TYPICAL, 1);
      ima_152 = iMA(symbol_52, timeframe_16, 5, 0, MODE_LWMA, PRICE_TYPICAL, 2);
      ima_160 = iMA(symbol_52, timeframe_16, 13, 0, MODE_LWMA, PRICE_TYPICAL, 0);
      ima_168 = iMA(symbol_52, timeframe_16, 13, 0, MODE_LWMA, PRICE_TYPICAL, 1);
      ima_176 = iMA(symbol_52, timeframe_16, 13, 0, MODE_LWMA, PRICE_TYPICAL, 2);
      if (ima_152 >= ima_176 || ima_152 < ima_176 && ima_144 < ima_176 && (ima_152 >= ima_152 && ima_152 > ima_136)) Li_12 = 1;
      if (ima_152 <= ima_176 || ima_152 > ima_176 && ima_144 > ima_176 && (ima_152 <= ima_152 && ima_152 < ima_136)) Li_12 = 2;
      Ld_92 = f0_36();
   }

the value of is never changed so the else part is never executed.....
Vucking good EA coder...
#12 All Time Return: 807.9%
  • Post #206
  • Quote
  • Aug 20, 2018 11:33am Aug 20, 2018 11:33am
  •  Hercs
  • Joined Jan 2006 | Status: Senior Member | 447 Posts | Online Now
Quoting Donwealt
Disliked
{quote} Please checkout this trailing stop indicator "BATatr stops" this is different from other atrstops out there. There's a way this indicator's line move that makes it unique. When prize is pulling back, the line moves back a bit to the nearest resistance/support and stops there. So most times when other ordinary atrstop line of the same settings gets pricked by price, BATatr stop line doesn't. It rarely gets pricked and when it does, it's most likely that price dynamics have changed. Some I'm thinking that if LionForce will convert the indicator...
Ignored
Donwealt, both versions only shows the Aqua stops on a long and short? Is that how it is suppose to work?
  • Post #207
  • Quote
  • Aug 20, 2018 2:27pm Aug 20, 2018 2:27pm
  •  Donwealt
  • | Joined Aug 2018 | Status: Member | 670 Posts
Quoting Hercs
Disliked
{quote} Donwealt, both versions only shows the Aqua stops on a long and short? Is that how it is suppose to work?
Ignored
I didn't get your question but the indicator trails both long and short trades. Once it's broken on one side, it starts trailing from the other side. It will be great as a trailing stop EA
  • Post #208
  • Quote
  • Aug 20, 2018 5:21pm Aug 20, 2018 5:21pm
  •  mrtools
  • Joined Nov 2006 | Status: Member | 262 Posts
Quoting Donwealt
Disliked
{quote} Please checkout this trailing stop indicator "BATatr stops" this is different from other atrstops out there. There's a way this indicator's line move that makes it unique. When prize is pulling back, the line moves back a bit to the nearest resistance/support and stops there. So most times when other ordinary atrstop line of the same settings gets pricked by price, BATatr stop line doesn't. It rarely gets pricked and when it does, it's most likely that price dynamics have changed. Some I'm thinking that if LionForce will convert the indicator...
Ignored

In the code
Inserted Code
PrevUp=Close[i-1]
means it's trying to look into the future close which isn't there so it can cause repainting, probably not good for an EA.
  • Post #209
  • Quote
  • Aug 21, 2018 7:42am Aug 21, 2018 7:42am
  •  Hercs
  • Joined Jan 2006 | Status: Senior Member | 447 Posts | Online Now
Quoting Donwealt
Disliked
{quote} I didn't get your question but the indicator trails both long and short trades. Once it's broken on one side, it starts trailing from the other side. It will be great as a trailing stop EA
Ignored
Is it not suppose to have Trailing Stop lines for both short and long trades? Mine own shows the lines as if the trade is long.
  • Post #210
  • Quote
  • Aug 21, 2018 7:48am Aug 21, 2018 7:48am
  •  Hercs
  • Joined Jan 2006 | Status: Senior Member | 447 Posts | Online Now
Quoting reteid2222
Disliked
Line 5: bool Gi_76 = TRUE; Then line 1731ff: if (Gi_76) { f0_26(Gda_1076); Ld_116 = Gda_1076[2]; Ld_124 = Gda_1076[3]; Ld_60 = Gda_1076[4]; Ld_68 = Gda_1076[5]; if (Ld_60 < Ld_68) Li_12 = 1; else Li_12 = 2; switch (Li_12) { case 1: Ld_92 = NormalizeDouble(Ld_116 * ChokeLotPercent / 100.0, 2); break; case 2: Ld_92 = NormalizeDouble(Ld_124 * ChokeLotPercent / 100.0, 2); } if (Ld_92 < Ld_100) Ld_92 = Ld_100; if (Ld_92 > MaxLot) Ld_92 = MaxLot; } else { ima_136 = iMA(symbol_52, timeframe_16, 5, 0, MODE_LWMA, PRICE_TYPICAL, 0); ima_144 = iMA(symbol_52,...
Ignored
======
Reteid2222,
Would you please be kind enough and fix my very simple - "NonLag_MACD_EA" so that it could work on Renko Charts? I would really appreciate it as I only use it for entries.
Best wishes.
  • Post #211
  • Quote
  • Aug 21, 2018 8:10am Aug 21, 2018 8:10am
  •  Nicholishen
  • Joined Jul 2005 | Status: zzzzzzzzzzzzzzzzzzzzzzzzz zzzzzzzzzz | 1,248 Posts
Quoting reteid2222
Disliked
Line 5: bool Gi_76 = TRUE; Then line 1731ff: if (Gi_76) { f0_26(Gda_1076); Ld_116 = Gda_1076[2]; Ld_124 = Gda_1076[3]; Ld_60 = Gda_1076[4]; Ld_68 = Gda_1076[5]; if (Ld_60 < Ld_68) Li_12 = 1; else Li_12 = 2; switch (Li_12) { case 1: Ld_92 = NormalizeDouble(Ld_116 * ChokeLotPercent / 100.0, 2); break; case 2: Ld_92 = NormalizeDouble(Ld_124 * ChokeLotPercent / 100.0, 2); } if (Ld_92 < Ld_100) Ld_92 = Ld_100; if (Ld_92 > MaxLot) Ld_92 = MaxLot; } else { ima_136 = iMA(symbol_52, timeframe_16, 5, 0, MODE_LWMA, PRICE_TYPICAL, 0); ima_144 = iMA(symbol_52,...
Ignored
Why are you helping someone modify illegally decompiled code???
  • Post #212
  • Quote
  • Aug 21, 2018 8:52am Aug 21, 2018 8:52am
  •  reteid2222
  • Joined Aug 2015 | Status: Vucking good EA coder I am! | 2,275 Posts
Quoting Nicholishen
Disliked
{quote} Why are you helping someone modify illegally decompiled code???
Ignored
No help possible...and the main = first reason is the decompiled code...you see me lying in the hammock?
But I was interested to figure out the logic how the 500% in 5 year was possible...
Vucking good EA coder...
#12 All Time Return: 807.9%
  • Post #213
  • Quote
  • Aug 21, 2018 8:52am Aug 21, 2018 8:52am
  •  reteid2222
  • Joined Aug 2015 | Status: Vucking good EA coder I am! | 2,275 Posts
Quoting Hercs
Disliked
{quote} ====== Reteid2222, Would you please be kind enough and fix my very simple - "NonLag_MACD_EA" so that it could work on Renko Charts? I would really appreciate it as I only use it for entries. Best wishes.
Ignored
Sorry, I haven t installed the renko backtesting system....
Vucking good EA coder...
#12 All Time Return: 807.9%
  • Post #214
  • Quote
  • Aug 22, 2018 4:41am Aug 22, 2018 4:41am
  •  atif58
  • | Joined Feb 2013 | Status: Member | 36 Posts
Hi, I am new to MQL4 coding. There are few EA's that I want to test but unfortunately these EA's do not open any trades, it seems to me some MQL4 versions related issues. Can somebody please look into these EA's??

PS: I have tried to approach original authors of these EA, but I failed.

-Best Regards
Attached Files
File Type: mq4 London Breakout EA-V7.0.mq4   50 KB | 200 downloads
File Type: mq4 Steve Hopwood's London session breakout auto-trading robotV3.0.mq4   31 KB | 189 downloads
File Type: mq4 Steve Hopwood's London session breakout multi-pair.mq4   25 KB | 188 downloads
File Type: mq4 God's Gift.mq4   16 KB | 227 downloads
  • Post #215
  • Quote
  • Aug 22, 2018 6:12am Aug 22, 2018 6:12am
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 554 Posts | Online Now
Quoting atif58
Disliked
Hi, I am new to MQL4 coding. There are few EA's that I want to test but unfortunately these EA's do not open any trades, it seems to me some MQL4 versions related issues. Can somebody please look into these EA's?? PS: I have tried to approach original authors of these EA, but I failed. -Best Regards {file} {file} {file} {file}
Ignored
Hi Atif
Try to use some/any newer version,those are old enough and using almost old indicators,there are a lot of new indicators with extended options for now
Indicator is just a tool. Use it only if it can benefit you.
  • Post #216
  • Quote
  • Aug 23, 2018 12:00pm Aug 23, 2018 12:00pm
  •  Hercs
  • Joined Jan 2006 | Status: Senior Member | 447 Posts | Online Now
Quoting reteid2222
Disliked
{quote} Sorry, I haven t installed the renko backtesting system....
Ignored
Hi Reteid,
I don't need backtesting - my EA works perfectly on normal charts, but I just want it to take trades on Renko charts. Please be kind enough to do that for me? Someone with your expertise will probably do it in under 5 minutes.
Continued success to you.
  • Post #217
  • Quote
  • Aug 23, 2018 1:31pm Aug 23, 2018 1:31pm
  •  leomart
  • | Joined Aug 2018 | Status: Member | 15 Posts
Hi master1234,

Could you please encode some news filters as well as some options to trade on specific days and hours of the day to the profitable EA attached, please?
The EA is profitable but during the news make some big losses as well as on friday.
I attach as well some indicators that could help. I am not an encoder so be patient


It would be amazing if you could see and implement some optimization in order to make it even more profitable.

I appreciate.
Attached Files
File Type: mq4 i-MZ-FF-News.mq4   23 KB | 195 downloads
File Type: ex4 i-MZ-FF-News.ex4   29 KB | 161 downloads
File Type: mq4 FFCal.mq4   40 KB | 188 downloads
File Type: mq4 ControlExperts.mq4   3 KB | 216 downloads
File Type: mq4 Sophia_Best_version.mq4   29 KB | 365 downloads
  • Post #218
  • Quote
  • Aug 24, 2018 10:21am Aug 24, 2018 10:21am
  •  Donwealt
  • | Joined Aug 2018 | Status: Member | 670 Posts
Quoting reteid2222
Disliked
{quote} There r some problems why nobody will work on this.... - the source is cracked code so there is no meaning in the naming viewable... - nearly 2000 lines of code - the originally code was generated by an automat...and from a bad "coder"(should I really name some this way?????????) For example line 1755: if (ima_152 >= ima_176 || ima_152 < ima_176 && ima_144 < ima_176 && (ima_152 >= ima_152 && ima_152 > ima_136)) Li_12 = 1; The red condition is in every case true....bad put together by the user of the code automat.... Lines 48 and further...
Ignored


Please reteid help me convert this batatr stop to trailing stop EA.
Features it will have are
1. Hard/ broker's Stop loss both fixed and ATR based
options
2. Hidden trailing stop that follows this indicator lines (1 spread away from this indicator lines)
3. Trailing start level.@ this point the hidden trailing stop starts following the indicator lines
4. Break even level
Attached File
File Type: mq4 BAT ATR v1 (1).mq4   4 KB | 151 downloads
. @ this point the Hard SL is brought to BE +specified pips profit
5. BE profit. The amount of pips secured at BE.
Thanks. God bless.
  • Post #219
  • Quote
  • Aug 24, 2018 10:23am Aug 24, 2018 10:23am
  •  Donwealt
  • | Joined Aug 2018 | Status: Member | 670 Posts
Quoting Hercs
Disliked
{quote} Is it not suppose to have Trailing Stop lines for both short and long trades? Mine own shows the lines as if the trade is long.
Ignored

It follows both. Just give it some time to break the opposite trail line
  • Post #220
  • Quote
  • Aug 24, 2018 10:27am Aug 24, 2018 10:27am
  •  Donwealt
  • | Joined Aug 2018 | Status: Member | 670 Posts
Quoting mrtools
Disliked
{quote} In the code PrevUp=Close[i-1] means it's trying to look into the future close which isn't there so it can cause repainting, probably not good for an EA.
Ignored
The beauty of the trailing stop indicator is that it pulls back to a resistance/support level and wait for price to start moving again in the desired direction before it continue to trail it. By so doing, it can avoid being hit at pullback, and allow you to even add some trades during pullbacks if the some profits are already secured in the first trade.
Thread Tools Search this Thread
Show Printable Version Show Printable Version
Email This Thread Email This Thread
Search this Thread:

Advanced Search

  • Commercial Content
  • /
  • Fixing Your Indicators or EAs (Free)
  • Reply to Thread
    • 1 910Page 111213 18
    • 1 10Page 1112 18
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 / ©2019