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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

I will code your pivot EAs for no charge 19 replies

I will code your scalping EAs for no charge 39 replies

Need help to code EAs for MT4 and MT5 4 replies

EAs and indicators relating to moutaki... 22 replies

InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 40,086
Attachments: I will code your EAs and Indicators for no charge
Exit Attachments
Tags: I will code your EAs and Indicators for no charge
Cancel

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 14021403Page 140414051406 2913
  • 1 Page 1404 2913
  •  
  • Post #28,061
  • Quote
  • Feb 25, 2019 9:25am Feb 25, 2019 9:25am
  •  mrafzal
  • | Joined Jan 2014 | Status: Member | 90 Posts
Hi, Does anyone please have an ea or indicator which can manage pending orders?

I only require for it to move my pending order by X number of pips every hour automatically, thats it.

EG: So if I set a Long order @146.50 at 7pm and I want it to move by 10 pips every hour, it would move automatically like this, 8pm 146.60, 9pm 146.70, 10pm 146.80, etc etc. The ea would close when the order is opened/closed etc.

Example of parameters
Price: 146.50 (inputted by user)
Order: Buy Limit (Buy Limit/Buy Stop/Sell Limit/Sell Stop)
Timeframe: H1 (H1/H4/D1)
Pips: 10 (inputted by user from 1 pip to max)


Thanks very much
Afzal
May Peace & Blessings Of The Almighty God Be Upon You.
 
 
  • Post #28,062
  • Quote
  • Feb 25, 2019 3:48pm Feb 25, 2019 3:48pm
  •  RapzyFX
  • Joined Sep 2010 | Status: Member | 179 Posts
Hello guys, please can someone help add levels to these indicators.

Thank you for your time and effort.
Rapzy
Attached File(s)
File Type: mq4 (T_S_R)-Slope Direction Line.mq4   4 KB | 294 downloads
File Type: mq4 hma_color_nrp_amp_alerts.mq4   6 KB | 303 downloads
 
1
  • Post #28,063
  • Quote
  • Feb 26, 2019 2:44am Feb 26, 2019 2:44am
  •  thommas
  • | Joined Sep 2017 | Status: Member | 66 Posts
Hello, it is a part of working mql5 code but maybe someone can say what is wrong with the alert? It comes up and never ends(makes some very weird noise). The same alert works fine in other indicator so probably there is something with bar calculation although indicator itself works fine.

Inserted Code
int OnCalculate(.....)
  {
   if(BarsCalculated(MA_Handle)<rates_total || rates_total<min_rates_total) return(RESET);
 
   int to_copy,limit,bar;
   double Range,MA[];
 
   if(prev_calculated>rates_total || prev_calculated<=0)
      limit=rates_total-min_rates_total;
      else limit=rates_total-prev_calculated;
 
      ArraySetAsSeries(MA,true);
      ArraySetAsSeries(high,true);
      ArraySetAsSeries(low,true);
      ArraySetAsSeries(open,true);
      ArraySetAsSeries(close,true);
      to_copy=limit+1;
 
   if(CopyBuffer(MA_Handle,0,0,to_copy,MA)<=0) return(RESET);
 
   for(bar=limit; bar>=0; bar--)
   {
    .......... my code.........
   }
   manageAlerts(time[rates_total-1],rates_total);
      return(rates_total);
//+------------------------------------------------------------------+
void manageAlerts(datetime currTime,int bars)
  {
   if(alertsOn)
     {
      datetime time =currTime;
      int whichBar   =0; if(!alertsOnCurrent) whichBar = 1;
      static string previousAlert1="nothing";
      static datetime previousTime1=0;
 
      if(BuyBuffer[whichBar]!=EMPTY_VALUE)
        doAlert(previousTime1,previousAlert1,time,"trend changed to up");
      if(SellBuffer[whichBar]!=EMPTY_VALUE)
        doAlert(previousTime1,previousAlert1,time,"trend changed to down");
     }
  }
//+------------------------------------------------------------------+
 
void doAlert(datetime &previousTime,string &previousAlert,datetime forTime,string doWhat)
  {
   string message;
   if(previousAlert!=doWhat || previousTime!=forTime)
     {
      previousAlert  = doWhat;
      previousTime  = forTime;
      message=TimeToString(TimeLocal(),TIME_SECONDS)+" "+_Symbol+" Brain trend signal "+doWhat;
 
      if(alertsMessage) Alert(message);
      if(alertsEmail) SendMail(_Symbol+" Brain trend",message);
      if(alertsSound) PlaySound("alert2.wav");
     }
  }
 
 
  • Post #28,064
  • Quote
  • Edited 4:50am Feb 26, 2019 3:48am | Edited 4:50am
  •  sihlecjj
  • | Joined Mar 2018 | Status: Member | 21 Posts
.
 
 
  • Post #28,065
  • Quote
  • Feb 26, 2019 4:52am Feb 26, 2019 4:52am
  •  Intrepidpips
  • Joined Aug 2011 | Status: Mos P from Cape to Cairo | 2,575 Posts
Quoting RapzyFX
Disliked
Hello guys, please can someone help add levels to these indicators. Thank you for your time and effort. Rapzy {file} {file}
Ignored

I'd really love to see that a reality.
Let it turn and find your entry.
 
 
  • Post #28,066
  • Quote
  • Feb 26, 2019 10:32am Feb 26, 2019 10:32am
  •  ramzam
  • Joined Nov 2015 | Status: Member | 2,959 Posts
Quoting cja
Disliked
{quote} I used the Forum Search feature????? https://www.forexfactory.com/showthr...95#post3796195
Ignored
Success is a Journey Not a Destination....... kind regards ramzam
 
 
  • Post #28,067
  • Quote
  • Feb 26, 2019 10:32am Feb 26, 2019 10:32am
  •  RapzyFX
  • Joined Sep 2010 | Status: Member | 179 Posts
Quoting Intrepidpips
Disliked
{quote} I'd really love to see that a reality.
Ignored
Wao!! Are you saying it can't be programmed or my request is not realistic.

I thought the two are forms of Ma's and all MT4 MA's have levels in them.

Just a novice though.

R
 
 
  • Post #28,068
  • Quote
  • Feb 26, 2019 10:37am Feb 26, 2019 10:37am
  •  ramzam
  • Joined Nov 2015 | Status: Member | 2,959 Posts
Quoting raedmaa
Disliked
Dear FF Coders -- I will be very grateful if you help me with this research i am doing on the market; I want an indicator that draws candles on 24 hr day range in certain way -- the candles drawn only between .236 and .764 daily range. if the daily range close above .236 -- color 1. if the daily range close below .764 -- color 2. if daily range close below open price -- color 3. if daily range close above open price -- color 4. attached an image of what i do manually and was hoping to automate the thing. Thank you in advance. {image}
Ignored
current day only it will dsplay... past record wont be display i know to do this type
Success is a Journey Not a Destination....... kind regards ramzam
 
 
  • Post #28,069
  • Quote
  • Feb 26, 2019 10:39am Feb 26, 2019 10:39am
  •  lana234
  • | Joined Feb 2018 | Status: Member | 4 Posts
Hi Guys.

Could you please help me how to add alert if there are Stop Loss / Take Profit will change? because i have 1 account that hold with my colleague.

Thank you
 
 
  • Post #28,070
  • Quote
  • Feb 26, 2019 12:00pm Feb 26, 2019 12:00pm
  •  raedmaa
  • | Joined Aug 2016 | Status: Member | 168 Posts
Quoting ramzam
Disliked
{quote} current day only it will dsplay... past record wont be display i know to do this type
Ignored
I want it to display past record -- i want to use it for back testing -- it won't help me if it displays only current day.
 
 
  • Post #28,071
  • Quote
  • Feb 26, 2019 6:08pm Feb 26, 2019 6:08pm
  •  mrjinks
  • | Joined Feb 2009 | Status: Member | 112 Posts
Hi, guys.

I wonder if someone here could help me with this indicator.

It is very good but it does not show the news (neither the low impact ones, nor the medium impact ones, nor the high impact ones) as it was supposed to do!

Would anybody fix it for me, please?

Thank you very much for your attention and comprehension,
MrJinks.
Attached File(s)
File Type: ex4 forex__news_market_clock_2.ex4   96 KB | 192 downloads
File Type: mq4 forex__news_market_clock_2.mq4   66 KB | 249 downloads
 
 
  • Post #28,072
  • Quote
  • Feb 26, 2019 10:26pm Feb 26, 2019 10:26pm
  •  tadekcorona
  • | Joined Jul 2013 | Status: Member | 56 Posts
Could someone help me

I would like to close all profitable positions at 6:00 am
and the rest - lossy and waiting - were open.
Is there any script or EA

I am looking for FF but I can not find one.

Thank you in advance
 
 
  • Post #28,073
  • Quote
  • Feb 26, 2019 10:32pm Feb 26, 2019 10:32pm
  •  ramzam
  • Joined Nov 2015 | Status: Member | 2,959 Posts
Quoting raedmaa
Disliked
{quote} I want it to display past record -- i want to use it for back testing -- it won't help me if it displays only current day.
Ignored
yes it wont help only current day watching.. i did many calculate type indicator like that.. i tried but not known to do for past history
Success is a Journey Not a Destination....... kind regards ramzam
 
 
  • Post #28,074
  • Quote
  • Feb 27, 2019 1:21am Feb 27, 2019 1:21am
  •  mrbilio
  • | Joined Jun 2016 | Status: Member | 49 Posts
Hi Folks,

someone able to include push notification and email alerts to this indi? Perfect would be an option for arrows at the chart.

THX
Attached File(s)
File Type: mq4 Waddah_Attar_Explosion.mq4   8 KB | 228 downloads
 
 
  • Post #28,075
  • Quote
  • Feb 27, 2019 1:40am Feb 27, 2019 1:40am
  •  craig65
  • | Joined Jan 2012 | Status: Member | 221 Posts
im not being rude but I don't think you will make much money using waddah attar explosion or any of the waddah indicators. they've been around for years
 
 
  • Post #28,076
  • Quote
  • Feb 27, 2019 2:04am Feb 27, 2019 2:04am
  •  Intrepidpips
  • Joined Aug 2011 | Status: Mos P from Cape to Cairo | 2,575 Posts
Quoting RapzyFX
Disliked
{quote} Wao!! Are you saying it can't be programmed or my request is not realistic. I thought the two are forms of Ma's and all MT4 MA's have levels in them. Just a novice though. R
Ignored

I actually use SDL on my charts and have been thinking how great it would be to have levels on them.
Let it turn and find your entry.
 
 
  • Post #28,077
  • Quote
  • Edited 2:29am Feb 27, 2019 2:15am | Edited 2:29am
  •  mkhezri1355
  • | Joined Aug 2015 | Status: Member | 8 Posts

Dear All,
Please help me

I need EA with this indicator,

If signal is bullish buy 0.01 lot , after changing signal to bearish sell 0.02 lot and so on... 0.04 lot, 0.08 lot



+ZUP_v148_mD_5.mq4
Attached File(s)
File Type: mq4 +ZUP_v148_mD_5.mq4   380 KB | 326 downloads
 
 
  • Post #28,078
  • Quote
  • Feb 27, 2019 3:08pm Feb 27, 2019 3:08pm
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Grid | 2,090 Posts
Dear Coders,

its been long time,i am requesting for this indicator with no success, i dont know if this is a dumb idea or is it too difficult to make?

i would like to put it up once again in a better way,thanks in advance!

1. i want to see present pip count on top of anycandle indicator ,we have exe. files of anycandle inidcator on FFx forums,so i guess coders either need mq file or make it from a scratch.

2.candle should show percentage line like 25%,50% or 100 % depending on ATR 20 days on side of it.
Attached Image (click to enlarge)
Click to Enlarge

Name: Screen Shot 2019-02-27 at 1.56.58 PM.png
Size: 26 KB
 
 
  • Post #28,079
  • Quote
  • Feb 27, 2019 10:50pm Feb 27, 2019 10:50pm
  •  forrestang
  • Joined Jun 2012 | Status: Some Guy, aka Pelt | 138 Posts
Quoting forrestang
Disliked
I am interested in a scanner. Particularly a simple one that I can update myself as the need arises. I have been attempting to learn mql4 recently, and am not sure how to accomplish this particular indie. For now, I'd like something based on a simple condition, such as demonstrated in the image, where anytime price is less than the bottom 'bands' indicator, to simply show on an alert. The indie I'd like to be able to add more than one instrument to it, and maybe even multiple timeframes. For the indie, I'm sure if I see how its done, I can add them...
Ignored
Ayyyyyyeeeee,
I managed to figure this one out, its a pretty simple indicator that does what I want for now. Its probably a bit too specific to be of any use to anyone.
Attached Image (click to enlarge)
Click to Enlarge

Name: scanner.png
Size: 11 KB
 
 
  • Post #28,080
  • Quote
  • Feb 27, 2019 11:13pm Feb 27, 2019 11:13pm
  •  Fxforum
  • | Joined Mar 2017 | Status: Member | 105 Posts
Quoting forrestang
Disliked
{quote} Ayyyyyyeeeee, I managed to figure this one out, its a pretty simple indicator that does what I want for now. Its probably a bit too specific to be of any use to anyone. {image}
Ignored
So what this simple indicator does?
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 14021403Page 140414051406 2913
    • 1 Page 1404 2913
16 traders viewing now, 4 are members:
elraep
,
venkateshr56
,
yorgus
,
lhdsilva
  • 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 / ©2023