EA that closes all orders (open & pending) when equity increment has been reached

MQL5 Experts

Trabalho concluído

Tempo de execução 1 dia
Comentário do desenvolvedor
Great settings and requirements of closing the trades good work to do. Thanks for the opportunity again

Termos de Referência

I am looking for an EA that will close all orders (open & pending) trades when equity level (positive or negative) has been reached. Once all trades have been closed the equity level automatically gets reset and the process starts again.

Below is an example: 

When EA is loaded to a chart the starting equity is recorded (e.g. €1,000)

Set EA settings:

Equity increase increments: 100 (this means that when equity increases by €100 from the starting equity number all open trades will close. Calculation: starting equity (€1,000) + equity increase increments (€100) = equity increase target (€1,100)

Equity decrease increments: 100 (this means that when equity decreases by €100 from the starting equity number all open trades will close) Calculation: starting equity (€1,000) - equity decrease increments (€100) = equity decrease target (€900)

The equity increments are defined in the settings and can be changed at any time.

So the equity targets for our example:

Increase: €1,100
Decrease: €900

Lets say that equity reaches €1,100. All all open trades are close immediately.The EA will take the new equity number as the starting equity (€1,100 in our example) and the process starts again. 

In this situation the new equity target would be:

Increase: €1,200
Decrease: €1,000

A new equity number (and increase/decrease targets) is created every time the equity target (up or down) is hit and all open/pending trades close. 

The EA must be able to show on the chart:

Account Equity: (real time)
Account Balance: (real time)
Equity increase target: (starting equity number + equity increase increments)
Equity decrease target: (starting equity number - equity decrease increments)

Full EA settings

Allow EA to close all open trades: True/False
Alerts on/off: True/False
Alert notification: Email/Push/Sound
Show info on chart: True/False
Equity increase increments 100 (default)
Equity decrease increments: 100 (default)

Magic nr: EA should work with specific Magic number. Orders are opened by another EA, that have the same Magic nr.

EA must work with other EAs. As orders are created from other EAs.

Thanks



Respondido

1
Desenvolvedor 1
Classificação
(879)
Projetos
1392
67%
Arbitragem
117
32% / 42%
Expirado
215
15%
Livre
2
Desenvolvedor 2
Classificação
(589)
Projetos
921
46%
Arbitragem
31
39% / 29%
Expirado
93
10%
Trabalhando
3
Desenvolvedor 3
Classificação
(39)
Projetos
50
18%
Arbitragem
5
40% / 40%
Expirado
0
Livre
4
Desenvolvedor 4
Classificação
(8)
Projetos
18
17%
Arbitragem
3
67% / 0%
Expirado
0
Livre
5
Desenvolvedor 5
Classificação
(34)
Projetos
60
23%
Arbitragem
11
73% / 9%
Expirado
3
5%
Livre
6
Desenvolvedor 6
Classificação
(13)
Projetos
15
7%
Arbitragem
1
100% / 0%
Expirado
0
Livre
7
Desenvolvedor 7
Classificação
(7)
Projetos
12
42%
Arbitragem
1
0% / 100%
Expirado
2
17%
Livre
8
Desenvolvedor 8
Classificação
(43)
Projetos
72
49%
Arbitragem
4
0% / 50%
Expirado
19
26%
Livre
9
Desenvolvedor 9
Classificação
(253)
Projetos
408
38%
Arbitragem
86
43% / 19%
Expirado
70
17%
Carregado
10
Desenvolvedor 10
Classificação
(126)
Projetos
151
48%
Arbitragem
6
83% / 17%
Expirado
2
1%
Livre
11
Desenvolvedor 11
Classificação
(568)
Projetos
641
41%
Arbitragem
21
57% / 29%
Expirado
47
7%
Trabalhando
12
Desenvolvedor 12
Classificação
(356)
Projetos
632
26%
Arbitragem
89
73% / 13%
Expirado
12
2%
Livre
13
Desenvolvedor 13
Classificação
(265)
Projetos
539
50%
Arbitragem
55
40% / 36%
Expirado
224
42%
Trabalhando
Pedidos semelhantes
So the below format is what I am currently using from a 3rd party EA. 🪖 COMMANDO TRADE 🪖 < Whenever an order is opened (OpenText1) ==================== 🚫 WE DO NOT ADVICE TRADING SIGNALS FROM DIFFERENT TRADERS ON THE SAME ACCOUNT 🚫 ==================== ⚠️ LOT SIZE ⚠️ < Whenever an order is opened (OpenText2) 💰 $100,000 - 1.00 💰 💰 $200,000 - 2.00 💰 💰 $300,000 - 3.00 💰 💰 $400,000 - 4.00 💰 💰
Request to improve performance in back test of a custom indicator SMC_OSC (Smart market concept + Market sentiment oscillator). It works fine but it has a hard problem, it is extremely slow in tick-mode and I cannot use it in EA due the infinite range times it gets to back-testing. About the first section in Chart price (Smart market concept), it uses candle close pivots (on bar, no ticks) and so I think that this
Sbhamu robot 50+ USD
The general robot trader is authorized with stock and strategies in market analysis. Robot trade profitable more income higher analysis and financial development and education management and management services and
Hello, I have 1000 robots and just want to test my robots and decide which one I can use. You can install all robots in my VPS and start the test or not. I want to see every day what my robots bring profits
I Need help from AI capable programmer to create a trade entering and managing system. I am today trading XAUUSD manually. I get my trading input from a signal provider. I get signals from this provider 5 to 7 times per day Same layout every time for this message that contains the signal. The signal is arriving to my telegram account, and I must set the trade at once if I want to follow from that trade-start
The EA should have the input of both indicators for i will be putting my own settings Buy/sell order conditions to be met before an order is executed 1. BUY ORDERS; a weak/strong low signal appears (from smart money concept indicator) and must be touching a previous buy order block which is constant or doesn't disappear/vanish and the other indicator Bheurekso must have given an arrow signal of opposite direction. 2
Project Overview: I’m on the hunt for a skilled MQL5 developer to build my dream trading bot from scratch. The mission? Seamlessly integrate real-time data from the FinancialJuice economic calendar. Key Requirements: Bot Development : We’re starting from scratch. Your wizardry will bring this bot to life. Speed Matters : Fetch actual data from FinancialJuice faster than a caffeine-fueled trader. Data Parsing Magic
Hello everyone, I would like to export closed and open trades from metatrader to a mySQL database. - MQL5 I need one EA of each. The EAs should NOT write directly into the SQL database, but rather via a PHP script (EA HTTP request => PHP script on my server => into the MySQL DB). This is what I need from you: - EA for the MT5 - PHP script - Tables in the database The EAs should write all historical trades into the
Hey Mql Community, Our Company need help creating and design a well automated forex ea for mt4 platform, This EA should based on the logic of an existing EA and the ideas we have in mind as a new features in the EA. Understand that We already have an EA that is working properly, we want to add a few details to it. We don’t have the source code just the ex.4 file, and as an expert specialist in the field we are
Forex trading market opening an account for the first time, modify you system of forex , always there for everyone,you are all welcome and for info on all platforms @ lil_johnny254 there to serve you

Informações sobre o projeto

Orçamento
30 - 40 USD
IVA (22%): 6.6 - 8.8 USD
Total: 36.6 - 48.8 USD
Desenvolvedor
27 - 36 USD
Prazo
de 1 para 4 dias