Pending Order Creator & Manager EA

MQL4 Asesores Expertos

Tarea técnica

Hello, good day to you Developer(s), I want an EA that Creates & Manages pending orders as follows below:

- Start time: EA Start managing P.O.s

- End time > All open trades are closed, or all open pending orders are closed. this will be user defined.

- Forex pairs/assets to be managed by EA are up to (but not limited to) 30 concurrently

- line/price level is the most important info to the EA

- list out price levels for pending orders on a Telegram/Channel where EA can update from. List is sorted by Forex-Pair. EA to reload this list every X minutes. (user defined)

- EA to manage the pending orders of each forex pair separately

- abilities of EA to take over every manually placed/other-EA pending orders of assets/forex pairs this EA is assigned to manage (if its line/price isn't taken already/Active) placed in the mt4

- EA to place limit orders on generated/approved lines/price levels

- if line is up/above market price EA sets sell limits, if below EA sets buy limit.

- when new lines/price level is detected/occurs in EA off time, EA records them but does not place them until start time.

- for instance(s) where market opens on the price/line - user to define interval elapsed (by time, in minutes or by distance moved in Pip/pipette ["and/or" basis should apply here]) away from generated line, for EA to start placing pending orders of the specified forex pairs that the EA is managing (i.e. a separate setting for each forex pair/asset).

- Trade Replacer function (can be switched on/off by user) - for instance(s) where market price revisits the line - user to define interval elapsed (by time, in minutes and/or by distance moved in Pip/pipette ["and" / "or" setting dropdown options should be available here. one option for AND, another for OR]) away from generated line for EA to start re-placing pending orders. (irrespective of whether there is an active trade in the specified line or not) Also it will have a separate setting for each forex pair/asset.

- maximum X (e.g., 6) Pending Orders running at a time for each specified forex pair, using concept of an invisible pending order.
- invisible pending orders - only (x) lines/orders are made available when market price is closest to them lines. e.g. if x is 6, 6 pending orders (closest to market price) are made visible while the others are not visible in real time.
(This is because some brokers limit total open/pending trades that can be open at a time.)

- Trade Inverter function (can be switched on/off by user) - for when trade hits stop loss (still useful even if no SL was hit e.g., newsbreak & price direction changes) & continues in stop loss direction. if price then returns back to same line, EA places pending in opposite direction of the trade. user to define interval elapsed (by time, in minutes or by distance moved in Pip/pipette ["and" / "or" setting dropdown options should be available here. one option for AND, another for OR] away from generated line for EA to start Inverted pending orders. time starts to count the minute price went the other direction. Also, it will have a separate setting for each forex pair/asset.

- EA trade to have set tp & sl length by default for each pending order

- EA to set trade size

- EA to Have an ability to Pause trading/all pending it is managing for a specified forex pair/asset when a predetermined pending line/level is seen/initiated from list or manually placed e.g. 0.0001 price level. And EA resumes trading when a predetermined level/line is initiated manually/seen from list e.g. 1.000 level. Or if resume is not initiated EA resumes the next trading day. Each forex pair/asset to have its unique settings for this inputted price levels.

Han respondido

1
Desarrollador 1
Evaluación
(176)
Proyectos
235
46%
Arbitraje
17
82% / 12%
Caducado
35
15%
Trabaja
2
Desarrollador 2
Evaluación
(331)
Proyectos
452
52%
Arbitraje
22
50% / 27%
Caducado
5
1%
Trabaja
3
Desarrollador 3
Evaluación
(61)
Proyectos
93
27%
Arbitraje
1
100% / 0%
Caducado
2
2%
Trabajando
4
Desarrollador 4
Evaluación
(55)
Proyectos
80
54%
Arbitraje
9
33% / 33%
Caducado
7
9%
Trabaja
5
Desarrollador 5
Evaluación
(10)
Proyectos
25
28%
Arbitraje
1
0% / 0%
Caducado
1
4%
Trabaja
6
Desarrollador 6
Evaluación
(584)
Proyectos
916
46%
Arbitraje
31
39% / 29%
Caducado
93
10%
Trabaja
7
Desarrollador 7
Evaluación
(194)
Proyectos
198
27%
Arbitraje
0
Caducado
3
2%
Libre
8
Desarrollador 8
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
9
Desarrollador 9
Evaluación
(27)
Proyectos
27
26%
Arbitraje
2
0% / 50%
Caducado
1
4%
Libre
10
Desarrollador 10
Evaluación
(55)
Proyectos
64
30%
Arbitraje
4
0% / 50%
Caducado
1
2%
Libre
11
Desarrollador 11
Evaluación
(37)
Proyectos
59
27%
Arbitraje
24
21% / 54%
Caducado
10
17%
Trabaja
12
Desarrollador 12
Evaluación
(41)
Proyectos
88
14%
Arbitraje
29
31% / 52%
Caducado
36
41%
Trabajando
13
Desarrollador 13
Evaluación
(1)
Proyectos
1
0%
Arbitraje
1
0% / 0%
Caducado
0
Libre
14
Desarrollador 14
Evaluación
Proyectos
0
0%
Arbitraje
1
0% / 0%
Caducado
0
Libre
15
Desarrollador 15
Evaluación
(45)
Proyectos
74
49%
Arbitraje
1
0% / 0%
Caducado
1
1%
Libre
16
Desarrollador 16
Evaluación
(67)
Proyectos
76
7%
Arbitraje
33
9% / 55%
Caducado
6
8%
Trabaja
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
100+ USD
Para el ejecutor
90 USD
Plazo límite de ejecución
a 14 día(s)