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

MQL5 Esperti

Lavoro terminato

Tempo di esecuzione 1 giorno
Feedback del dipendente
Great settings and requirements of closing the trades good work to do. Thanks for the opportunity again

Specifiche

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



Con risposta

1
Sviluppatore 1
Valutazioni
(879)
Progetti
1392
67%
Arbitraggio
117
32% / 42%
In ritardo
215
15%
Gratuito
2
Sviluppatore 2
Valutazioni
(589)
Progetti
921
46%
Arbitraggio
31
39% / 29%
In ritardo
93
10%
In elaborazione
3
Sviluppatore 3
Valutazioni
(39)
Progetti
50
18%
Arbitraggio
5
40% / 40%
In ritardo
0
Gratuito
4
Sviluppatore 4
Valutazioni
(8)
Progetti
18
17%
Arbitraggio
3
67% / 0%
In ritardo
0
Gratuito
5
Sviluppatore 5
Valutazioni
(34)
Progetti
60
23%
Arbitraggio
11
73% / 9%
In ritardo
3
5%
Gratuito
6
Sviluppatore 6
Valutazioni
(13)
Progetti
15
7%
Arbitraggio
1
100% / 0%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(7)
Progetti
12
42%
Arbitraggio
1
0% / 100%
In ritardo
2
17%
Gratuito
8
Sviluppatore 8
Valutazioni
(43)
Progetti
72
49%
Arbitraggio
4
0% / 50%
In ritardo
19
26%
Gratuito
9
Sviluppatore 9
Valutazioni
(253)
Progetti
408
38%
Arbitraggio
86
43% / 19%
In ritardo
70
17%
Caricato
10
Sviluppatore 10
Valutazioni
(126)
Progetti
151
48%
Arbitraggio
6
83% / 17%
In ritardo
2
1%
Gratuito
11
Sviluppatore 11
Valutazioni
(568)
Progetti
641
41%
Arbitraggio
21
57% / 29%
In ritardo
47
7%
In elaborazione
12
Sviluppatore 12
Valutazioni
(356)
Progetti
632
26%
Arbitraggio
89
73% / 13%
In ritardo
12
2%
Gratuito
13
Sviluppatore 13
Valutazioni
(265)
Progetti
539
50%
Arbitraggio
55
40% / 36%
In ritardo
224
42%
In elaborazione
Ordini simili
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

Informazioni sul progetto

Budget
30 - 40 USD
IVA (22%): 6.6 - 8.8 USD
Totale: 36.6 - 48.8 USD
Per lo sviluppatore
27 - 36 USD
Scadenze
da 1 a 4 giorno(i)