EA Tool MT4

MQL4 Эксперты

Техническое задание

EA Tool

I looking for an easy EA tool, which is closing an open position in Profit if criterias (more than Xorder in Market- Than EA is activ - so EA wait for an order which is having xpercent profit from balance) an Xpercent of Balance Profit is reached - this order will be closed market by EA.
After closing the order in Profit - this order should be replaced as pending - same Lots or mulipieled lots,  same entry  price as closed order, same TP as closed and same SL as closed order  as Pending Order.
This Pending Order should be good till not more than Xorders in direction of pending order (is replaced pending) order are in Market. So If EA has an buy pending placed and if there are less than 2 buy orders in activ Trading, EA is cancel the Pending and also close the order if it is in market.


Importat EA does handel orders from other EA and manual - but delete only his own pending orders. Because there can be pendings from other EA.

If reopend pending is in market, does again have xpercent from balance and if there are xopen orders, order will be again closed and replaced as pending. But note... Order will be also closed if there are less than Xorders are in the Market (in pending status and also in activ Trading)


Paramters:

Xorders in market - than EA is activ (shown in chart) - and wait till an order has Xpersent of Balance is reached

Xpersent of Balance - if EA is activ (minimum Xorders is reached than EA is activ) if an order has reached Xpercent of balance order will be closed and replaced as pending

XOrders less in Market in Direction of pending - if less then 2 orders in activ trading in direction of the pending - pending order should be deleted an also if EA has the order in market.

Multipiler - xpercent more lots as closed order - example 20% more

MagicNr

Comment


In chart should shown if EA is activ - EA is activ if more than Xorder be in market.

Xpercent of Balance profit should show in chart - if xorders are in market and an order has reached the xpercent Profit of balance - this order will be closed an replaced - same entry, TP and SL. Only if Multipiler Lots is active, not same Lots will be placed - EA is placing Lots multipiled


How EA should work:

1. EA is inactiv till Xorders are in market - till that in chart is shown EA inactiv - after Xorders in Market in EA is shown activ.

2. If EA is activ, EA does wait till an order in Market does have Xpercent profit of Balance

3. EA does close the order in Profit and does this order replace as pending - same opening, same SL and same TP as closed order.

4. The pending order is good till there less than Xorders in same direction of pending are in the Market. If there are less orders in same direction of pending - Pending will be deleted and also the order will be deleted if order is in market.

Note EA does only delted the Pending order from EA. Not other pendings! And order from EA in pending status and also in market will be cancelled if orders in direction in market under xorders in same direction.

Откликнулись

1
Разработчик 1
Оценка
(188)
Проекты
212
58%
Арбитраж
9
11% / 89%
Просрочено
8
4%
Свободен
2
Разработчик 2
Оценка
(212)
Проекты
246
45%
Арбитраж
42
10% / 57%
Просрочено
5
2%
Свободен
3
Разработчик 3
Оценка
(94)
Проекты
148
59%
Арбитраж
16
38% / 13%
Просрочено
25
17%
Свободен
4
Разработчик 4
Оценка
(488)
Проекты
1014
58%
Арбитраж
29
28% / 24%
Просрочено
131
13%
Работает
5
Разработчик 5
Оценка
(2)
Проекты
2
0%
Арбитраж
2
0% / 100%
Просрочено
0
Свободен
6
Разработчик 6
Оценка
(43)
Проекты
72
49%
Арбитраж
4
0% / 50%
Просрочено
19
26%
Свободен
Похожие заказы
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

Информация о проекте

Бюджет
30+ USD
VAT (19%): 5.7 USD
Итого: 35.7 USD
Исполнителю
27 USD
Сроки выполнения
от 1 до 2 дн.