EA Modification - 3 areas

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 3 días
Comentario del Cliente
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.

Tarea técnica

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)

 

 

  

  

 

Han respondido

1
Desarrollador 1
Evaluación
(49)
Proyectos
134
27%
Arbitraje
62
13% / 53%
Caducado
58
43%
Libre
2
Desarrollador 2
Evaluación
(68)
Proyectos
111
26%
Arbitraje
17
6% / 71%
Caducado
15
14%
Libre
3
Desarrollador 3
Evaluación
(4)
Proyectos
5
80%
Arbitraje
0
Caducado
2
40%
Libre
4
Desarrollador 4
Evaluación
(3)
Proyectos
4
50%
Arbitraje
0
Caducado
0
Libre
5
Desarrollador 5
Evaluación
(304)
Proyectos
509
47%
Arbitraje
29
10% / 45%
Caducado
138
27%
Libre
Solicitudes similares
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
"I need an expert advisor (EA) based on stochastic divergence and candlestick formation. It should be able to identify both hidden and regular divergences. The EA should also include modified risk-reward ratios, modified timeframes, and a trailing stop loss. It is important that the EA is 100% accurate. Once an experienced developer applies, I will share the complete strategy."
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for
I need someone that can make expert advisor for backtesting purpose. The input file is History trade report export file from MQl5 the expert advisor should open position the exact time of open trade on the report. The same as the close time
So i have copier EA. The idea is the EA will triggered through manual OP by user via mobile or whatever platform. Let's say 0.01 lot to trigger it. After the EA takes master's position, the EA will be standby mode. If the master take more OP, the EA still not take the master's position (OP) until the user input manually once again via mobile for another 0.01 lot. Since this is a MT4 EA, Whenever user want to close
Hello, send robot models with a solid strategy (to trade forex), I want to use it to make money for the week. It is important that you present me with your profitability graph and a test. I also want to hire him for future jobs
I am looking to develop an automated trading bot based on a strategy involving the crossing of four Simple Moving Averages (SMA). The bot should be capable of entering trades based on this strategy. Additionally, I would like to incorporate some custom diversions tailored for NinjaTrader

Información sobre el proyecto

Presupuesto
10 - 15 USD
Para el ejecutor
9 - 13.5 USD
Plazo límite de ejecución
de 1 a 2 día(s)