EA Modification - 3 areas

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 3 giorni
Feedback 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.

Specifiche

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)

 

 

  

  

 

Con risposta

1
Sviluppatore 1
Valutazioni
(49)
Progetti
134
27%
Arbitraggio
62
13% / 53%
In ritardo
58
43%
Gratuito
2
Sviluppatore 2
Valutazioni
(68)
Progetti
111
26%
Arbitraggio
17
6% / 71%
In ritardo
15
14%
Gratuito
3
Sviluppatore 3
Valutazioni
(4)
Progetti
5
80%
Arbitraggio
0
In ritardo
2
40%
Gratuito
4
Sviluppatore 4
Valutazioni
(3)
Progetti
4
50%
Arbitraggio
0
In ritardo
0
Gratuito
5
Sviluppatore 5
Valutazioni
(304)
Progetti
509
47%
Arbitraggio
29
10% / 45%
In ritardo
138
27%
Gratuito
Ordini simili
Preciso de um EA que abra ordens a mercado a partir de um indicador, Ele precisa obter take e stop loss fixos, spread máximo, horários de início e final das operações, meta e stop diário, martingale, painel e a função no script para que eu possa ceder o EA apartir do id do mt4 de terceiros
Hello Investors, I'm selling a profitable and stable expert advisor trading on the Gold (XAUUSD) pair using a cutting-edge scalping strategy. The EA is able to generate a stable monthly income without using martingale strategy, and with an optional cut loss in place. Particularly the average monthly gain can go from 2-3% (at a relatively low risk, with an historical max DD of 6%) to 20-30% (with an aggressive style
Hello, I have a strategy and I need a very good programmer who will create me an exprt or make me an indicator that will open positions for buy/sell limit (see picture below). The indicator/Expert will have to open positions (buy/sell limit) regarding the strategy and indicators (I will explain it more in collaboration). Below I will give pictures of what I mean. I will send a link to the telegram group where it
Atomic Analyst Indicator to EA. I have an mt4 indicator called Atomic Analyst. The indicator gives buy/sell signals as shown in the screenshot. I want to know if you can take this indicator, and create an EA that automatically takes the signals. The indicator puts in the SL and TP1, TP2, TP3, TP4, TP5 automatically. I would like the option to put in my lot size parameter and I would also like an automatic trail stop
can you help me with Ctrader i need modification on the linkhttps://docs.google.com/document/d/1fggk49xWbnwahtfOlE-U7G6muZB1FT8eWmftGiY7R-s/edit?usp=sharing can you assist with cTrader modifications to enhance functionality and improve performance. do text me if you a professional on it i will be looking forward to your response best regards
MT4 Expert Advisor 30 - 120 USD
EA sittings The EA utilises the concept of grid and hedging by creating a zone for recovering losing trades It is a continues trading EA without any stop loss. The EA initially aims to trade continually without the need to hedge. The EA enter the first trade following the direction of the moving average (when price is above or below the moving average), and only hedge when, the trade goes against the trend and reach
Would I honestly need is someone who can make a profitable EA for me that can at least make me around $80 a day starting with $50 and the EA must be able to work with exness the EA should automat trades 24/7. Broker = Exness Pairs = USD/JPY XAU/USD and etc Chart time frames = M1 M15 History = last month till last 6 months. Lot size 0.10 take profit at $2 stop
Hello i am seeking a skilled MetaTrader 5 (MQL5) developer to modify an existing Telegram signal copier. The goal is to enhance the copier's functionality, reliability, and user experience. kindly bid this job to get started immediately
Hello, I’m looking for assistance with creating or customizing a TradingView indicator to suit my trading needs. If you have experience in this area, please reach out. Your help would be greatly appreciated. Thanks
# MT4 Expert Advisor Development Rules ## Time Period Definition 1. Allow user to define a specific time period (e.g., 10:00 to 15:00). 2. Identify and store the high and low prices within this period. ## Price Breakout Detection 3. Monitor current price for breakouts above the period high or below the period low. ## Signal Confirmation (signals will be taken on m5 timeframe) 4. After a breakout, wait for a signal

Informazioni sul progetto

Budget
10 - 15 USD
Per lo sviluppatore
9 - 13.5 USD
Scadenze
da 1 a 2 giorno(i)