Breakout strategy EA

MQL4 Asesores Expertos

Tarea técnica

I WANT AN EXPERT ADVISOR FOR A BREAKOUT STRATEGY

 

1. The EA must build a ZONE or RANGE based on a START HOUR and END HOUR.  The ZONE is of course different for every day, so the ZONE should be restarted and calculated every time the EA finishes working or a new day begins. (This means the zone is not one forever, but changes every day).

PLEASE SEE GRAPH BELOW:

 

 

 

 

2. After the end hour of the zone, the EA must put PENDING ORDERS (BUY STOP and SELL STOP) in a level that is the maximum of the zone plus a specific number of pips.

(PLEASE SEE GRAPH ATTACHED FOR FULL UNDERSTANDING).

PENDING ORDERS

 

3. Take Profit should be a specific number of pips or a percentage of the zone (please include both options in the parameters). SEE GRAPH.

TAKE PROFIT

 

 

4. Stop Loss should be a specific number of pips or a percentage of the zone (please include both options in the parameters).

 

5. EA should have BREAK-EVEN and TRAILING STOP.

 

6. Should consider a MINIMUM and MAXIMUM size of the ZONE to put the pending orders.

 

7. EA should take into account a MAXIMUM SPREAD to put the pending orders.

 

8. EA should the OPTION of cancelling the Opposite Pending Order (that did not open) after the order DID open.

 

9. EA should open pending orders AGAIN every time the price CLOSES IN THE ZONE.

 

10. EA should have an option of a maximum number of executed orders PER DAY.

 

11. EA should have this option: “after a losing trade, OPEN NO MORE TRADES”.

 

12. Orders need an optional parameter of EXPIRATION DATE.

 

13. EA must have START and END HOUR to active and deactivate (so it won’t open new orders, but is able to handle those that are open).

 

14. Please include a PANEL IN THE CHART to see the parameters, and not having to open the EA each time to check them.

Thank you.

 

 

 

Han respondido

1
Desarrollador 1
Evaluación
(769)
Proyectos
1033
44%
Arbitraje
50
8% / 50%
Caducado
117
11%
Libre
2
Desarrollador 2
Evaluación
(439)
Proyectos
545
25%
Arbitraje
21
38% / 38%
Caducado
83
15%
Libre
3
Desarrollador 3
Evaluación
(25)
Proyectos
54
37%
Arbitraje
4
0% / 50%
Caducado
22
41%
Libre
4
Desarrollador 4
Evaluación
(2067)
Proyectos
2625
62%
Arbitraje
113
45% / 26%
Caducado
418
16%
Trabajando
5
Desarrollador 5
Evaluación
(46)
Proyectos
73
16%
Arbitraje
13
8% / 92%
Caducado
37
51%
Libre
6
Desarrollador 6
Evaluación
(414)
Proyectos
478
40%
Arbitraje
7
43% / 29%
Caducado
16
3%
Libre
7
Desarrollador 7
Evaluación
(1124)
Proyectos
1426
62%
Arbitraje
21
57% / 10%
Caducado
43
3%
Libre
8
Desarrollador 8
Evaluación
(16)
Proyectos
24
42%
Arbitraje
2
50% / 50%
Caducado
10
42%
Libre
9
Desarrollador 9
Evaluación
(221)
Proyectos
369
66%
Arbitraje
10
50% / 0%
Caducado
46
12%
Libre
10
Desarrollador 10
Evaluación
(187)
Proyectos
367
56%
Arbitraje
45
22% / 56%
Caducado
188
51%
Libre
11
Desarrollador 11
Evaluación
(28)
Proyectos
47
23%
Arbitraje
13
31% / 15%
Caducado
12
26%
Libre
12
Desarrollador 12
Evaluación
(69)
Proyectos
76
59%
Arbitraje
0
Caducado
12
16%
Libre
13
Desarrollador 13
Evaluación
(121)
Proyectos
134
66%
Arbitraje
36
25% / 56%
Caducado
22
16%
Libre
14
Desarrollador 14
Evaluación
(49)
Proyectos
134
27%
Arbitraje
62
13% / 53%
Caducado
58
43%
Libre
Solicitudes similares
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
An ea with 4 moving average, and two time frame confluence. Option to add risk to reward and percentage of balance to trade. Message me remaining for the more info
Hi All, I will try to be as precise as possible. We can discuss if you have any questions. I need an indicator to be developed for MT5 for detecting Engulfing Failed Zones. Requirement (in H4/ H1/ M30 Time frames only): Identify Engulfing Buy/ Sell Candle. Identify when the Engulfing Buy is failed, or Engulfing sell is failed. Draw a zone for that area of Engulfing Buy/Sell Fail. Invalidate the zone or delete the
Hi. I want to fix my EA. The concept of lowestBid- There aree 3 levels of price. Price1 at the top, Price 2 in the middle and Price3 at the bottom. When the EA starts it start at Price1. And lowestBid is set to Price1. When the price hits Price 2, lowestBid=Price2. When price hits Price3, lowestBid=Price3. When Price come back up to level2, lowestBid=Price2 ....so on and so forth. lowestBid will keep changing with
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
FOREX trading robot 30 - 35 USD
Creating a powerful forex robot capable of handling multiple timeframes and efficiently identifying trades within a short span of 10 minutes requires a well-thought-out design encompassing robust technical and algorithmic frameworks. The goal is to develop a system that can process a significant number of entries across various timeframes (5 minutes, 15 minutes, 1 hour, 4 hours, and weekly) while ensuring accuracy
looking for experienced programmer to create trend reversal I want indicator that send alert with arrow on screen without open trades Uptrend Let’s say there is an uptrend on the chart. The first high (H) is followed by the first low (L), which in turn is followed by the second high (HH – higher high). After that, if the price drops out of the trend structure and forms a

Información sobre el proyecto

Presupuesto
10 - 60 USD
Para el ejecutor
9 - 54 USD
Plazo límite de ejecución
de 2 a 5 día(s)