Modification of existing TDI-MACD Expert Advisor

MQL4 指标 专家

工作已完成

执行时间5 天
客户反馈
Very good, and patient
员工反馈
Thanks a lot mate. friendly customer.

指定

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


反馈

1
开发者 1
等级
(163)
项目
193
48%
仲裁
2
50% / 50%
逾期
1
1%
空闲
2
开发者 2
等级
(26)
项目
34
26%
仲裁
7
14% / 43%
逾期
7
21%
空闲
3
开发者 3
等级
(257)
项目
341
58%
仲裁
7
14% / 71%
逾期
9
3%
空闲
4
开发者 4
等级
(277)
项目
334
55%
仲裁
14
36% / 29%
逾期
1
0%
空闲
5
开发者 5
等级
(55)
项目
74
45%
仲裁
21
14% / 67%
逾期
8
11%
工作中
相似订单
Hey Guys i've a PineScript /Source Code / ( Trading View ) indicator which has Buy and Sell Sign . i wanna make a MT5/4 Robot by it with some features . I need it has a simple panel to shows some details of robot at screen
Hi dear coders, I have an EA and for this EA I want additional code for Risk Management at my code, trade is triggered with this line int TheTicket = OrderSend(_Symbol,TradeType,(double)DoubleToString(TheLots,2),TradeType==OP_BUY?Ask:Bid,10,TheSL,TheTP,TheComment,MagicNumber,0,TradeType==OP_BUY?clrBlue:clrRed); I want you create a code and tutorrial how to change my code. the new code will be Risk Management Inputs
I'm seeking a Forex HFT Scalping EA that operates on live streaming tick data and candlestick patterns, executing a high frequency of trades without balance restrictions. The EA should be compatible with major currency pairs like EUR/USD, GBP/USD, USD/JPY, AUD/USD, GBP/JPY, GBP/AUD, and XAU/USD, as well as US30 indices. Given its HFT nature, it should focus on the 1-minute, 5-minute, 15-minute, and 30-minute
I need a custom MT5 EA that can place trades (Buy & Sell) from two Telegram channels. One telegram channel will give the trend signal (Bullish or Bearish) and the second telegram channel will give buy and sell signals
hello i like to have zigzag added to my EA and set orders when it makes a pullback strategy (Higerlow/Lowerhigh) or break of market structure strategy Higherhigh/Lowerlow break set order entry I want it to be able to do these 2 things but one at a time. -Zigzag makes a pullback into an HigherLow/LowerHigh set order entry -Zigzag breaks structure HigherHigh/LowerLow set order entry - For PULLBACK STRATEGY i just want
Looking for a indicator that can show where the majority of retail stop losses are placed Please can someone advise me how best to achieve this but it needs to be accurate
Me gustaría poder crear automaticamente varias ordenes que se queden pendientes pudiendo definir los siguientes parámetros: Tipo de orden (Buy y sell stop, buy y sell limit. Precio de compra / venta. Pudiendo entrarlo manualmente o como un numero de puntos a sumar/restar del precio actual de marcado. Numero de puntos que ocuparan en total las ordenes y numero de ordenes a insertar (Ejemplo: 200 puntos, 4 ordenes, es
tardes desarolladores, quiero hacer un sistema semiatomatico, el deberia abrir las operaciones de venta o compra en un punto donde yo haga el analisis cumpliendo siertos criterios, por ejemplo abrir la operacion despues de que tresvelas del mismo color salga de un punto donde yo deje marcado , abriendo una operación 1/1 tenuendo en cuenta dos lineas que yo dejare marcadas
Hi developer, I need a EA bot with forex news filtering for JPY currency pairs(usdjpy, audjpy,gbpjpy,cadjpy) and USD currency pairs (audUSD,EURUSD, gbpUSD, NZDUSD, USDcad, USDCHF, xauusd). That's no problem if you can share your own profitable ea to me for 100 usd. I don't have any idea about ea strategy. But, I need profit in this ea Please share backtest, strategy, how ea works and ea's features
Hello, I’m looking for an experienced MQL5 developer to help integrate cloud-based parameter control for an existing MT5 EA. The goal is to allow EA parameters to be adjusted via a secure web interface. Please reach out via private message for more details and to discuss further

项目信息

预算
30+ USD
开发人员
27 USD
截止日期
 1  5 天