R Scalper

MQL4 Experts

Tâche terminée

Temps d'exécution 3 jours
Commentaires du client
very good job. He understood the requirements perfectly and executed the job fast
Commentaires de l'employé
Thanks for good job and excellent respect!!!

Spécifications

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. 

Répondu

1
Développeur 1
Évaluation
(117)
Projets
138
41%
Arbitrage
30
7% / 77%
En retard
17
12%
Gratuit
2
Développeur 2
Évaluation
(2422)
Projets
3042
66%
Arbitrage
77
48% / 14%
En retard
340
11%
Travail
3
Développeur 3
Évaluation
(121)
Projets
134
66%
Arbitrage
36
25% / 56%
En retard
22
16%
Gratuit
4
Développeur 4
Évaluation
(218)
Projets
404
60%
Arbitrage
13
38% / 23%
En retard
160
40%
Gratuit
5
Développeur 5
Évaluation
(1)
Projets
2
0%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
6
Développeur 6
Évaluation
(221)
Projets
369
66%
Arbitrage
10
50% / 0%
En retard
46
12%
Gratuit
7
Développeur 7
Évaluation
(187)
Projets
367
56%
Arbitrage
45
22% / 56%
En retard
188
51%
Gratuit
8
Développeur 8
Évaluation
(90)
Projets
159
61%
Arbitrage
40
18% / 63%
En retard
70
44%
Gratuit
9
Développeur 9
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
10
Développeur 10
Évaluation
(225)
Projets
284
42%
Arbitrage
15
13% / 47%
En retard
67
24%
Gratuit
11
Développeur 11
Évaluation
(769)
Projets
1033
44%
Arbitrage
50
8% / 50%
En retard
117
11%
Gratuit
12
Développeur 12
Évaluation
(14)
Projets
21
48%
Arbitrage
1
0% / 0%
En retard
4
19%
Gratuit
13
Développeur 13
Évaluation
(219)
Projets
370
42%
Arbitrage
145
17% / 41%
En retard
124
34%
Gratuit
Commandes similaires
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

Informations sur le projet

Budget
30 - 50 USD
Pour le développeur
27 - 45 USD
Délais
de 2 à 10 jour(s)