EA Modification - 3 areas

MQL4 Experts

Tâche terminée

Temps d'exécution 3 jours
Commentaires du client
He came through for me again and his work exceed my expectation. He even revised my original request to show different way (much better way) and I appreciate his initiative. A+ coder.

Spécifications

I have EA that were coded fairly recently.  

After testing in forward trading environment, I need to add  or Modify to change  couple of trading rules in the EA.   

I will provide the EA once coder is selected and assign the project to coder.

In a nutshell, this project is  1) add Grid space between order   2) Add an option to select number of indicators to look for signal  3) add comment on the screen


======Below is detail example for current situation and what I am looking for after modification.   My description seem like lots of request, but it's more of explanation than request ==== 

(1) 

Currently, EA opens when signal comes in xx number of bar.

As an example:  If I set the EA -->  TF = 5min, DelayGridOrderSettings = 12,

At current bar's closing, price = 1.50000, if rules are met and signal is to take long order, EA will open long order  @ 1.50000

then, after 12 bars (which is 1 hr later), price is 1.50100.  If rules are still met to go Long, then, EA will open 2nd Grid order @ 1.50100 at the closing of the bar.

(or if price is 1.49910, as long as rules to take long order, EA will open 2nd long order at the closing of the bar, which in this case, 2nd order will be place at 1.49910) 

So, I have 2 long orders at this point: 1st order @ 150000 and 2nd order @ 1.50100 (or 1.49910 depends on the market price)

 

-->  I need to add following options.

add: extern int MimGridSpace = 30 pips. (or whatever the settings that I use)  ** Make sure to change Point to NewPoint for 5 digits. It's already in the code. 

using example above, after 12 bars' later (when DelayGridOrderSettings = 12), if rules still met and signals to take long, I want EA to open 

ONLY IF closing of the bar's price at this time is bigger or equal Grid distance settings, 

So, 1st order was at 1.50000, so 2nd order should only be placed after 1 hr later (because I used DelayGridOrderSettings = 12 on 5 min TF), if Market price at the closing of this bar is less than 30 pips from the first order, EA will not place order.  

So, in a nutshell, Checked for the signal per DelayGridOrderSettings.  If price is equal or greater than MinGridSpace from previous order, then, 2nd, 3rd, 4th+++ orders.

 

(2) Current EA has the rules to find signal based on price movement patterns + 4 indicators combined. (mom, psar, macd, rsi). Based on this signal, EA opens orders and also exit orders if AutoExit = true.   When rules changes from Long to Short, all opened orders will close if AutoExit = true.  So, if I have Long orders that are not yet closed, if signal changes to take 'short', then EA will close all open orders and initiate first Sell orders.

Code for this is poorly written and I would like to modify, so that I can select which indicators (how many indicators) should give signal in order to open orders and AutoExit.

Current EA has the code written as below (example):

 ------  if price pattern.... (code here is for the price pattern )

&&   (

      ((MacdSig(1)=="GoLong"||!EnableMacd)&&(MomSig(1)=="GoLong"||!MomFilterEnabled)&&(SARSig(1)=="GoLong"||!PSAR_Filter_Enable)&&(RSISig(1)=="GoLong"||!RSI_Filter_Enable))||

      ((MacdSig(1)=="GoLong"||!EnableMacd)&&(MomSig(1)=="GoLong"||!MomFilterEnabled)&&(SARSig(1)=="GoLong"||!PSAR_Filter_Enable))||

      ((MomSig(1)=="GoLong"||!MomFilterEnabled)&&(SARSig(1)=="GoLong"||!PSAR_Filter_Enable)&&(RSISig(1)=="GoLong"||!RSI_Filter_Enable))||

      ((SARSig(1)=="GoLong"||!PSAR_Filter_Enable)&&(RSISig(1)=="GoLong"||!RSI_Filter_Enable)&& (MacdSig(1)=="GoLong"||!EnableMacd))||

      ((RSISig(1)=="GoLong"||!RSI_Filter_Enable) && (MacdSig(1)=="GoLong"||!EnableMacd)&& (MomSig(1)=="GoLong"||!MomFilterEnabled))

      )  && 

 -----

 

What I want in modification is:

add:

extern int SelectNumOfIndySignal = 2;

So, if I set this to 2, EA will look for entry if 2 indicators signals met rules.

Note:  I want EA to look for indicator's signal in order of importance.   Momentum,--> PSAR,--> RSI -->, MACD in this order. 

So, if I  SelectNumOfIndySignal = 2;  EA will look for Momentum and PSAR signal only

 if I  SelectNumOfIndySignal = 1;  EA will look for Momentum  signal only

 if I  SelectNumOfIndySignal = 3;  EA will look for Momentum and PSAR and RSI signal only

if I selectNumberOfIndySignal = 0; then EA will only look for price pattern only and disregard any of indicators' signal

 

(3) Current EA displays comments on the screen.

There is BE (BreakEven) and AutoExit comments.  It is now display as 0 or 1.  I would like this to show 'yes' or 'no".   

Also, add the new comments to show above modifications  to the screen comments:

 MimGridSpace = xx pips

SelectNumOfIndySignal = x  (x can be display per my settings. So, I know if this is show 0, I don't monitor indicators.  if this shows 1, I only look at the momentum indicator, etc)

 

 

  

  

 

Répondu

1
Développeur 1
Évaluation
(49)
Projets
134
27%
Arbitrage
62
13% / 53%
En retard
58
43%
Gratuit
Publié : 303 articles, 1 code
2
Développeur 2
Évaluation
(68)
Projets
111
26%
Arbitrage
17
6% / 71%
En retard
15
14%
Gratuit
Publié : 9 codes
3
Développeur 3
Évaluation
(4)
Projets
5
80%
Arbitrage
0
En retard
2
40%
Gratuit
4
Développeur 4
Évaluation
(3)
Projets
4
50%
Arbitrage
0
En retard
0
Gratuit
5
Développeur 5
Évaluation
(312)
Projets
521
47%
Arbitrage
29
10% / 45%
En retard
139
27%
Travail
Commandes similaires
Max amount grid 30+ USD
max amount grid step for magic number do keep deleting .only when it is in negative floating .but when it is profit allow to go over the max and replays to grid step
Apply with a screen of your work . Symbol Specific Logic . Live Chart Optimization Check the Core logic . [back tests as well] Change points to pips . Create buffer for the zone
I will pay 3000+ USD (negotiable) for an EA for existing MT5 that generates a minimum of 15-20% or higher a month consistently (provide source code after final deal) Looking for a highly profitable EA Please send demo version directly subject (Buying profitable EA Budget up to $ 3000 USD), past results and optimal settings so I can test, if it performs in a strategy tester i will also need option to forward test it
EA fx 30+ USD
Hello, I need an already developed EA similar to the one trading XAUUSD, with consistent entries and good risk management. Before we proceed, I would like to verify its performance. Please provide a live or demo account login along with the investor (read-only) password so I can monitor the trading results. I am looking for stable performance, controlled drawdown, and consistent profit on gold (XAUUSD). Once I
The strategy records the highest and lowest prices within a specified duration (default 15 minutes) after the New York market opens, forming the opening range. Post-Formation Breakout: When the price breaks above or below the opening range after its formation, it may indicate the direction of the day’s price movement. Trend Confirmation: The strategy uses two EMAs (default 20-period and 50-period) as trend filters to
Tengo una estrategia basada en divergencia para el oro sobre todo en tf m1 Basado en divergencia con stoch .. confirmando la entrada con ciertos parameteos de entrada Es mejor conversarlo para dar mejor los detalles Cuando entrar, porque o todas las divergencias se debe tomar para entrar en compras o ventas He adjuntado un ejemplo La confrmacion más exacta es el cruce de esos parámetros de stoch edebajo de level de
BUY ALERT 1. Supertrend turns Bullish 2. On this candle , or during the last time Supertrend was Bearish, price was < or = MA1 3. On this candle , or during the last time Supertrend was Bearish , BBStops is Bearish 4. STEP MA1 and STEP MA 2 are both Bullish SELL ALERT 1. Supertrend turns Bearish 2. On this candle , or during the last time Supertrend was Bullish, price was
Rsi divergence 30+ USD
You need to create an EA that executes buy and sell based on the signals of an rsi divergence indicator in trading view. The indicator is not in MT5 and must be added separately. pine script availabel
I WANT A TRADING ROBOT WITH GOLD STRATEGY THAT COULD TAKE ME TO 1MILLION$ TODAY,PLEASE KINDLY GENERATE THE BOT, DEBUGG COMPILE AND THEN GIVE ME WHEN EVER YOU ARE READY, ILL BE WAITING THANK YOU

Informations sur le projet

Budget
10 - 15 USD
Délais
de 1 à 2 jour(s)