MQL5 EA based on MACD Strategy (from tradingview)

MQL5 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 2 dakika
Geliştirici tarafından geri bildirim
Excellent customer. Clear specifications and fast payment. Thank you.

İş Gereklilikleri

I need to convert the below Strategy from Trading view Pine Script to MQL5 EA which I can backtest and that can do algo trading. In the options I would like you to add:

1. Possibility to change Fastlenghth and slowlength, macdlength

2. Parameter: Trading direction: Both, Open only Longs or Open only Short, Lot size

3. Close the trade automatically (upon change of signals from long to short and vice versa)

4. I probably trade multiple symbols on one trading account and load them to separate instrument charts. (One EA per chart, generate random magic number)







ps: I want the MQL5 file.


MACD Strategy :
//@version=5
strategy("MACD Strategy", overlay=true)
fastLength = input(12)
slowlength = input(26)
MACDLength = input(9)
MACD = ta.ema(close, fastLength) - ta.ema(close, slowlength)
aMACD = ta.ema(MACD, MACDLength)
delta = MACD - aMACD
if (ta.crossover(delta, 0))
strategy.entry("MacdLE", strategy.long, comment="MacdLE")
if (ta.crossunder(delta, 0))
strategy.entry("MacdSE", strategy.short, comment="MacdSE")
//plot(strategy.equity, title="equity", color=color.red, linewidth=2, style=plot.style_areabr)


Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(512)
Projeler
773
63%
Arabuluculuk
33
27% / 45%
Süresi dolmuş
23
3%
Serbest
2
Geliştirici 2
Derecelendirme
(15)
Projeler
18
39%
Arabuluculuk
2
50% / 50%
Süresi dolmuş
0
Çalışıyor
3
Geliştirici 3
Derecelendirme
(4)
Projeler
4
25%
Arabuluculuk
2
0% / 100%
Süresi dolmuş
0
Serbest
4
Geliştirici 4
Derecelendirme
(63)
Projeler
84
26%
Arabuluculuk
23
22% / 48%
Süresi dolmuş
23
27%
Serbest
5
Geliştirici 5
Derecelendirme
(71)
Projeler
80
10%
Arabuluculuk
36
8% / 53%
Süresi dolmuş
6
8%
Çalışıyor
6
Geliştirici 6
Derecelendirme
(202)
Projeler
206
27%
Arabuluculuk
0
Süresi dolmuş
3
1%
Serbest
7
Geliştirici 7
Derecelendirme
(47)
Projeler
54
50%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
1
2%
Yüklendi
8
Geliştirici 8
Derecelendirme
(299)
Projeler
445
64%
Arabuluculuk
5
40% / 0%
Süresi dolmuş
4
1%
Serbest
9
Geliştirici 9
Derecelendirme
(24)
Projeler
31
68%
Arabuluculuk
2
50% / 0%
Süresi dolmuş
1
3%
Serbest
Benzer siparişler
This is a simple Martingale based EA with RSI indicator used as buy/sell order conditions Mandatory Inputs: extern double TakeProfit = 120.0; // self explanatory for first order, for martingale orders it will adjust TP of all orders of the same type (buy / sell) to one, for example if an order opened at 100, 2nd opens at 105, the both of their tps will be at the same point, if an order is manually closed, it will
I need an expert advisor based on supply and demand zones. The zones should be identified automatically with tweakable parameters, but there should be also an option to input my own zones. I need the EA to have capability of opening market positions as well as pending orders. Other requirements: Martingale News filter Time filter Set expiry to zones, to prevent opening positions when price enters old zones
I have an indicator with two lines | want an EA the buy when the fast line crosses the slow line from below one important thing> the slow line must at least a specific distance below the last cross through the fast line from above take profit is between 1 or 3 times more than stoploss the stop loss is the last low the sell order is the opposite for buy Thanks
want to create a EA 1- break out candle ( T F customized) and customized SL TP 2- breakout fib zone 3- supertrend and candle stick patterns 4 Heikein Ashi and Renko charts
**Project Title:** Development of a Complex High-Performance EA for Step Index **Project Overview:** I need an advanced Expert Advisor (EA) for trading the Step Index on MetaTrader 5. The EA should use multiple indicators and advanced risk management techniques to enhance profitability and manage risks effectively. **Trading Strategy Details:** Indicators: - 50-period EMA - 200-period EMA - RSI with 14 periods - MACD
NEED IT WITHIN ONE HOUR Adding a counter for open trades. When closed counter gets to 0 and starts runs till the input again. Also a option to just let it run once a day or for the whole day non stops My past developer wasn't able to get the close function end of the day working. The function works as follow: MONDAY TUESDAY etc.... TRUE OR FALSE When trades have been opened on MONDAY TRUE it lets them run on TUESDAY
My needs I need powerful robots to avoid losses as well as a business strategy or whether it is buying or selling in the market or any strategy that exists in the business sector
Need a dashboard, which can monitor up to 30 selected pairs in selected time frames. It monitors AO, MACD and stochastic. In the cells of dashboard, if AO is positive in the relevant symbol/tf, it writes "UP". When one of AO is above 0 level AND Stochastic is in OS zone it writes "UPUP". When AO is above 0 and when stochastics is oversold minimum of two times,it will alert UPU2 if AO is negative below 0 in the
Fx Kidds 80 - 120 USD
Can l have a EA that can run 24/5 on gold and GBPUSD and stocks. Trilling stop loss. No expireing date. Must make 5% minimum in returns. It can take losses but it must not blow the account minimum deposit must be 35usd
200 pip EA 100 - 200 USD
I require an EA that can deliver on a consistent basis 200 pips per month. The EA must do this with the money management setting where 1 pip = 1 USD

Proje bilgisi

Bütçe
30+ USD
Geliştirici için
27 USD