R Scalper

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 3 giorni
Feedback del cliente
very good job. He understood the requirements perfectly and executed the job fast
Feedback del dipendente
Thanks for good job and excellent respect!!!

Specifiche

I would like a simple EA to be coded to trade when there is a reversal.

The condition for the trade is as follows:

Buy Entry : There is to be 5 consecutive candles with lower Highs. When the current price breaks the Bar[1]'s High, then a buy trade is activated.

Sell Entry : There is to be 5 consecutive candles with higher Lows. When the current price breaks the Bar[1]'s Low, then a sell trade is activated.


Detail Description as follows:

 

Extern Parameters 

Lot Size [Default = 0.1]

Entry Price [Default = 

Slippage [Default = 30 points]

EMA Period [Default = 200]

Entry Price [Default = Market Price. There are to be options: Market Price, Previous Close]

Market Price - Open Trade (buy/sell) once there is a Buy_Entry or Sell_Entry Signal

Previous Close - Buy/Sell at the Bar[1]’s Close price. (This order active for only the time for     next 2 price bars. Then deactivate order if not enter)

 

Take Profit [Default = 150 points]

Stop Loss [Default = Previous Bar High/Low] (Also allow manual setting such as 100points)

Trailing Stop [Default = 50 points (if 0 means no use)]


X = Number of price bars with consecutive lower highs. [Default = 5]

Y = Minimum Range of the X Bars. [Default = 150 points]

For Buy: Bar[5]’s High - Bar[1]’s Low

For Sell: Bar[1]’s High - Bar[5]’s Low


Z = Minimum Distance (pips) from EMA [Default = 200 points]

For Buy: Bar[1]’s High to EMA[1]

For Sell: Bar[1]’s Low to EMA[1]


Active Hours [Timing that this EA will be trading]


Buy_Entry:


Condition 1 “EMA” : Bar[1]’s High must be below EMA[1] and the distance of the Bar[1]’s High to EMA[1] must be greater than or equal to Z.  


Condition 2 “Range” : The range of the bars (Bar[5]’s High - Bar[1]’s Low) must be greater than or equal to Y.


Condition 3 “X Bars” :There is to be X (default = 5) number of price bars that have consecutive lower Highs. 


Once Bar[0]’s current price breaks above Bar[1]’s High, the Buy_Entry is activated. 


The Buy_Entry price is dependent on the Extern Parameter “Entry Price”. If it is “Market Price”, then a Buy is immediately entered. if it is “Previous Close”, then a Buy order at the Bar[1]’s close price is entered. This Buy order will only be valid for the next 2 price bar, if it does not get triggered, then the order is cancelled.  

 

Sell_Entry:


Condition 1 “EMA”: Bar[1]’s Low must be above EMA[1] and the distance of the Bar[1]’s Low to EMA[1] must be greater than or equal to Z.


Condition 2 “Range”: The range of the bars (Bar[1]’s High - Bar[5]’s Low) must be greater than or equal to Y.


Condition 3 “X Bars”: There is to be X (default = 5) number of price bars that have consecutive higher Lows. 


Once Bar[0]’s current price breaks below Bar[1]’s Low, the Sell_Entry is activated. 


The Sell_Entry price is dependent on the Extern Parameter “Entry Price”. If it is “Market Price”, then a Sell is immediately entered. if it is “Previous Close”, then a Sell order at the Bar[1]’s close price is entered. This Sell order will only be valid for the next 2 price bar, if it does not get triggered, then the order is cancelled.  

  

Note:

The Take Profit and Stop Loss is not to be entered when the trade is executed. IT is to be held in the EA as variables and to be monitored at every tick. When the price has been triggered, the EA will execute the Take Profit or Stop Loss for the current trade. This way, the Take Profit and Stop Loss levels will not be known to the broker during entry. 


The 3 conditions for entry should be labelled onto the screen. 

Con risposta

1
Sviluppatore 1
Valutazioni
(117)
Progetti
138
41%
Arbitraggio
30
7% / 77%
In ritardo
17
12%
Gratuito
2
Sviluppatore 2
Valutazioni
(2422)
Progetti
3042
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
In elaborazione
3
Sviluppatore 3
Valutazioni
(121)
Progetti
134
66%
Arbitraggio
36
25% / 56%
In ritardo
22
16%
Gratuito
4
Sviluppatore 4
Valutazioni
(218)
Progetti
404
60%
Arbitraggio
13
38% / 23%
In ritardo
160
40%
Gratuito
5
Sviluppatore 5
Valutazioni
(1)
Progetti
2
0%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
6
Sviluppatore 6
Valutazioni
(221)
Progetti
369
66%
Arbitraggio
10
50% / 0%
In ritardo
46
12%
Gratuito
7
Sviluppatore 7
Valutazioni
(187)
Progetti
367
56%
Arbitraggio
45
22% / 56%
In ritardo
188
51%
Gratuito
8
Sviluppatore 8
Valutazioni
(90)
Progetti
159
61%
Arbitraggio
40
18% / 63%
In ritardo
70
44%
Gratuito
9
Sviluppatore 9
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
10
Sviluppatore 10
Valutazioni
(225)
Progetti
284
42%
Arbitraggio
15
13% / 47%
In ritardo
67
24%
Gratuito
11
Sviluppatore 11
Valutazioni
(769)
Progetti
1033
44%
Arbitraggio
50
8% / 50%
In ritardo
117
11%
Gratuito
12
Sviluppatore 12
Valutazioni
(14)
Progetti
21
48%
Arbitraggio
1
0% / 0%
In ritardo
4
19%
Gratuito
13
Sviluppatore 13
Valutazioni
(219)
Progetti
370
42%
Arbitraggio
145
17% / 41%
In ritardo
124
34%
Gratuito
Ordini simili
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
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5

Informazioni sul progetto

Budget
30 - 50 USD
Per lo sviluppatore
27 - 45 USD
Scadenze
da 2 a 10 giorno(i)