Modification of existing TDI-MACD Expert Advisor

MQL4 Indicators Experts

Job finished

Execution time 5 days
Feedback from customer
Very good, and patient
Feedback from employee
Thanks a lot mate. friendly customer.

Specification

Can someone help to find out why the MACD portion on this EA is not working, I have tried changing all inputs on only the MACD parameters but I keep getting the same entries when backtesting.

I have basically got the coded EA with basically all the features I require, I will attach a copy of the EA so you can see it, It seems as if the MACD part does not seem to work when I do backtesting(on the stratergy tester). The following where the initial specifications i provided the coder with:

Original TDI Expert Advisor Specifications::

I am looking for an Expert Advisor that will use the TDI indicator to open buy/sell market orders

· Traders Dynamic Index(TDI). Here is the link to download the TDI indicator source code:  https://www.earnforex.com/metatrader-indicators/Traders-Dynamic-Index/

The EA must use two timeframes to confirm the buy/sell entry(The currently opened timeframe and an optional higher timeframe.

The EA must only open buy/sell orders when the following conditions are met on the closing of the current candlestick on the current open timeframe.

For Buy condition the following two conditions should be met



1. TDI green line must cross over the red line(on the currently open timeframe) EA must open order at point of crossover

2. And TDI green line must be anywhere ontop of the red line(on the optional higher timeframe)



For Sell condition the following two conditions should be met



1. TDI red line must cross over the green line(on the currently open timeframe) EA must open order at point of crossover

2. And TDI red line must be anywhere ontop of the green line(on the optional higher timeframe)



N.B Another order can only be opened when the current order is closed



ALL TDI PARAMETERS SHOULD BE USER DEFINED(These parameters will be applied to both the currently opened timeframe and the optional higher timeframe):

RSI Period = user defined

RSI Price = user defined

Volatility band = user defined

StdDev = user defined

RSI Price line = user defined

RSI Price type = user defined

Trade Signal line = user defined

Trade Signal type = user defined



THE FOLLOWING ADDITIONAL PARAMETERS SHOULD BE USER DEFINED

Stop Loss = user defined

Take profit = user defined

Break even option = user defined

Manual Lot site for each trade = user defined

Automatic Lot size(calculated using percentage of equity) = user defined

Magic number for trades

Number of trades per single entry(example entre with 3 trades on one entry)

Option to select trade direction(only buy or only sell)

Optional time frame to confirm entry




Addition to Original TDI Expert Advisor Specifications::

I am looking for an additional indicator to be added to the original Expert advisor which was designed according to the specifications above(Original TDI Expert Advisor Specifications). The following indicator should be added to the original Expert Advisor.

· TIPU MACD indicator. Here is the link to download the TIPU MACD indicator source code:

https://www.mql5.com/en/code/18270

N.B The TIPU MACD has four distinctive colours on its histogram(Dark red, Light red, Dark green, Light green)

Below are the buy and sell conditions that should be met for a trade to be executed by the new modified EA. Point 3 highlighted in blue below is the additional point that includes the TIPU MACD indicator that should be added.



For Buy condition the following conditions should be met

1. The TDI green line must cross over the red line(on the currently open timeframe) EA must open order at point of crossover

2. And the TDI green line must be anywhere ontop of the red line(on the optional higher timeframe)

3. The Previous histogram on the TIPU MACD on the currently open timeframe should be light red







For Sell condition the following conditions should be met

1. TDI red line must cross over the green line(on the currently open timeframe) EA must open order at point of crossover

2. And TDI red line must be anywhere ontop of the green line(on the optional higher timeframe)

3. The Previous histogram on the TIPU MACD on the currently open timeframe should be light green.




Can someone assist and find out why the MACD portion on this EA is not working, I have taken one currency pair on a specific time duration and tried to input different inputs on only the MACD parameters but my entries never seem to change each time during the backtesting.


The following are attachments of the EA which was coded by the coder:






20:31


Responded

1
Developer 1
Rating
(169)
Projects
202
48%
Arbitration
5
20% / 60%
Overdue
2
1%
Free
2
Developer 2
Rating
(26)
Projects
34
26%
Arbitration
7
14% / 43%
Overdue
7
21%
Free
3
Developer 3
Rating
(257)
Projects
341
58%
Arbitration
7
14% / 71%
Overdue
9
3%
Free
4
Developer 4
Rating
(277)
Projects
334
55%
Arbitration
14
36% / 29%
Overdue
1
0%
Free
5
Developer 5
Rating
(61)
Projects
83
45%
Arbitration
27
11% / 70%
Overdue
8
10%
Free
Similar orders
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
I am looking for an experienced MQL4 developer to build a professional High-Frequency Trading (HFT) / Low-Latency Expert Advisor for MetaTrader 4 (MT4) . The EA will be deployed on an IC Markets Live account and should be optimized for the fastest possible execution using a low-latency VPS located in LD4 or NY4 . The primary instruments will be US30 and XAUUSD (Gold) . The goal is to create an EA capable of
A robot 50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
I need a trading bot, please i need this project urgently and when messaing me kindly send me samples of past works and dont forget i need the project to be done as soon as possible
A lightweight MT5 chart overlay displaying total floating P&L, average entry price, combined lot size, and current symbol exposure as a percentage of account balance, all updating in real time with color-coded profit/loss indicators, delivered with clean object-oriented source code and no DLL dependencies
QUIERO CONSEGUIR EL CODIGO FUENTE DE ESTE INDICADOR QUE ME GUSTA MUCHO TAMBIEN TIENE EL NOMBRE DE ET BANDS O ENTRY EXIT TIMING . no se los componentes pero estas son las imagenes. que mejor lo describen
I am looking to convert my existing TradingView Pine Script (v5) strategy into an MQL5 Expert Advisor (EA) for MetaTrader 5. Strategy Details: Asset: Gold (XAUUSD) Timeframe: 15-minute Strategy Logic: The strategy is based on a breakout concept. Anchor Candle: The base calculation starts from the Specified Candle Entry Window: The EA should only look for entries As Per Indicator Risk Management: The strategy
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance
Akram boushaba 30 - 500 USD
مرحبا كيف حالكم انا اكرم مهتم بالتداول احاول ان اصمم برنامج روبوت قادر على التداول من تلقاء نفسه من يمكنه ان يساعدني او يعلمني كيف استطيع فهل ذلك وسأكون ممتناً له وشكرا لكم
MetaTrader In-App Trade Alerts An existing MetaTrader terminal is already running on my side, but its account is kept hidden for privacy reasons. I need a specialist to wire up native in-app notifications so that every time a position is opened or later closed I see an immediate pop-up inside the platform—no emails or SMS, just the built-in alert window (and the usual MT push to mobile if that comes automatically

Project information

Budget
30+ USD
Deadline
from 1 to 5 day(s)