Build EA Based On Indicator

MQL4 Indikatoren Experten

Auftrag beendet

Ausführungszeit 1 Tag
Bewertung des Entwicklers
My work quality on this job was weak.But Dave was patient and accept the job and paid me generously.
Bewertung des Kunden
Excellent programmer I recommend him to anyone. He does very good work!

Spezifikation

I have an indicator that gives Buy and Sell signals. I need an EA that will open a Buy order when the indicator sends a buy signal and and a sell signal when the EA gives a sell signal. All trades will be closed on the reversal signal. Here are other options I need for the EA

TP

SL

Break Even (Break even start) (Break Even pips)

Magic number

Lot size

Slippage

To get the data from the indicator you will have to use ICustum Functions

//---- Read value from trend and signal buffer
int start()
{
// Read values
double trend  = iCustom(Symbol(), Period(), "PZ_LopezTrend_LICENSENUM", 5, 1);
double signal = iCustom(Symbol(), Period(), "PZ_LopezTrend_LICENCESUM", 6, 1);
// Do something
if(trend  == OP_BUY)      { /* Your code if trend is currently bullish */ }
if(trend  == OP_SELL)     { /* Your code if trend is currently bearish */ }
if(signal == OP_BUY)      { /* Your code for bullish trend change */ }
if(signal == OP_SELL)     { /* Your code for bearish trend change */ }
// Exit
return(0);
}

Bewerbungen

1
Entwickler 1
Bewertung
(180)
Projekte
301
30%
Schlichtung
54
24% / 56%
Frist nicht eingehalten
98
33%
Frei
2
Entwickler 2
Bewertung
(221)
Projekte
369
66%
Schlichtung
10
50% / 0%
Frist nicht eingehalten
46
12%
Frei
3
Entwickler 3
Bewertung
(547)
Projekte
757
46%
Schlichtung
23
39% / 13%
Frist nicht eingehalten
63
8%
Arbeitet
4
Entwickler 4
Bewertung
(2)
Projekte
2
0%
Schlichtung
13
8% / 92%
Frist nicht eingehalten
1
50%
Frei
5
Entwickler 5
Bewertung
(103)
Projekte
205
41%
Schlichtung
17
29% / 71%
Frist nicht eingehalten
45
22%
Frei
6
Entwickler 6
Bewertung
(2422)
Projekte
3042
66%
Schlichtung
77
48% / 14%
Frist nicht eingehalten
340
11%
Arbeitet
7
Entwickler 7
Bewertung
(11)
Projekte
17
41%
Schlichtung
4
0% / 100%
Frist nicht eingehalten
5
29%
Frei
8
Entwickler 8
Bewertung
(548)
Projekte
1330
59%
Schlichtung
28
82% / 0%
Frist nicht eingehalten
10
1%
Frei
9
Entwickler 9
Bewertung
(25)
Projekte
54
37%
Schlichtung
4
0% / 50%
Frist nicht eingehalten
22
41%
Frei
10
Entwickler 10
Bewertung
(94)
Projekte
162
40%
Schlichtung
20
15% / 75%
Frist nicht eingehalten
73
45%
Frei
Ähnliche Aufträge
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en

Projektdetails

Budget
10 - 40 USD
Für die Entwickler
9 - 36 USD
Ausführungsfristen
von 1 bis 3 Tag(e)