EA debug

MQL4 Indicadores Experts

Trabalho concluído

Tempo de execução 2 minutos
Comentário do cliente
Highly experienced and was patient with me when i could not describe my ideas very well and did a clean and perfect work for me. I recommend him for any type of job in future. Thanks,,,
Comentário do desenvolvedor
Good customer, his first time job. I wish may will be happy for your work... Thanks

Termos de Referência


Can you debug the attached EA to in-cooperate and strictly function using these criteria.

 1, INTRA-BAR MOVEMENTS: Make EA to monitor and respond to data feeds on tick-by-tick basis or price movements within each bar, for opening, closing and reversing trade. Currently, it does not respond to most signal during intra-bar movements even when WaitBarToClose is False.

 2, Exit On = Yes: This existing feature is supposed to CLOSE order once the current signal count is less than Number of Good Signal; (the number of MACD signals required to open and maintain trade). Eg if 1 out of 3 MACD Value falls below zero, existing Buy order will close. It is independent of CloseOnReverseSignal. CloseOnReverseSignal function when all 3 MACD values reverse from + to - at once. 

3, If order hit Take Profit or Trailing Stop, no repeat order will open in the same signal that opened the closed trade. A reverse signal has to be generated for new trade.

Condition for opening trade: If all 3 MACD rise above zero level.

Condition for closing the trade: If 1 of the 3 MACD drop below zero. OR

                                                         If 2 of the 3 MACD drop below zero at the same time. OR

                                                         If 3 of the 3 MACD drop below zero at the same time. 

























































Arquivos anexados:

Respondido

1
Desenvolvedor 1
Classificação
(115)
Projetos
129
18%
Arbitragem
11
27% / 55%
Expirado
4
3%
Livre
2
Desenvolvedor 2
Classificação
(171)
Projetos
195
42%
Arbitragem
13
8% / 54%
Expirado
9
5%
Livre
Publicou: 3 códigos
Pedidos semelhantes
I NEED A PROFITABLE EA 50 - 150 USD
This may be a weird request but if anyone has an EA that is actually consistently profitable I want to buy a copy of the source code from you. Ideally trades a lot, I'm sure theres a coder out there who has made a profitable EA, I want to backtest if you have, I have been trying to code a few on my own with no success as I'm not yet good at coding. In the mean time I need something profitable. bonus points if it
Yash Agrawal 30+ USD
// Simple EMA Bot input int FastEMA = 9; input int SlowEMA = 21; void OnTick() { double fast = iMA(NULL,0,FastEMA,0,MODE_EMA,PRICE_CLOSE,0); double slow = iMA(NULL,0,SlowEMA,0,MODE_EMA,PRICE_CLOSE,0); if(fast > slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_BUY,0.01,Ask,10,0,0); } if(fast < slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_SELL,0.01,Bid,10,0,0); } }
Gold robot Ga1 30 - 200 USD
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd
I need modifications and restructuring of an existing MetaTrader 5 Expert Advisor (MQL5) . The current EA works with only one filter for trade entry. I need it redesigned to support 10 optional filters , with flexible configuration and improved Renko logic. I will provide the full .mq5 source code . The EA currently opens trades only when the selected filters agree in direction. 1) 10 Optional Filters System The EA
Seeking an experienced quantitative developer to build a custom, AI-powered Telegram signal parsing and trade execution system. The goal is to automatically copy trading signals from multiple Telegram providers to MetaTrader 5 with ultra-low latency and intelligent signal interpretation. Body: Looking for an experienced developer to build a custom signal copier system. Skills Required: - MQL5 / MetaTrader 5
I need a hft bot that works well on live market. I have tested some bot and they only perform on demo market. If you have any one that is profitable in the live market, pls send a message. I will need to test it before paying. Pls make sure the bot is profitable in LIVE MARKET
Mt4 ea 50 - 150 USD
looking for create ea for mt4 or mt5 which for gold which open buy and sell stop order on previous day high and previous day low , after enter the trade it will trail aggressively. need optimization and back test report. have selectable profiles for gold, forex and index. selection for trade based on fixed lot or equity base
I am looking to purchase a ready-made, proven Multi-Currency Expert Advisor MT5 (EA) from a developer/vendor. I do not have a custom strategy yet — I want to acquire a completed EA product that already trades multiple currency pairs (ideally with configurable risk management and trade management features). This is a purchase (not a custom build). What I Want ✅ EA Must Trade Multiple Instruments (Portfolio) Trades
I want a bot like the one uploaded in the video.Urgently and as soon as possible, I need a professional who can create something like what I uploaded in the video
I need an Expert Advisor based on AOX signals. It must have check and handling of trade operations errors. The main criteria for opening and closing a position: * moving average direction *the price is higher than the previous bar. Trade lots is an input parameter

Informações sobre o projeto

Orçamento
30+ USD
Prazo
de 1 para 2 dias