Set SL/TP of open orders - EASY!

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 1 giorno
Feedback del dipendente
Good customer with good communication skill. Thanks for your Job.
Feedback del cliente
Great Work! everything fine!

Specifiche

I need an EA, which sets SL and Tp for each open order by given input SL/TP value, distributing/spreading the value by given step(in points).

takes 10 min work for an professional i guess ;-) thanks!

---


EXAMPLE: 

input start_TP = 1.20000
input start_SL = 1.10000
input point_steps = 10
input pair_name = "EURUSD"

open EURUSD orders = 3

result: 

order1 TP = 1.20000 SL = 1.10000
order2 TP = 1.20010 SL = 1.10010
order3 TP = 1.20020 SL = 1.10020

-----

PSEUDO CODE ( I worked as an programmer 10 years ago :P )

// variables

var input TP = f.e 1.20000;
var input SL = f.e 1.10000;
var input step_in_points = f.e 10; 
var input pair_name = f.e "EURUSD";

var current_tp = TP;

var current_SL = SL;

var step = step_in_points/100000; //correct?

var orders = open_orders.FindByName(pair_name);

foreach ( order in orders )
{
order.tp = current_tp;
order.sl = current_sl;
current_tp = current_tp + step;
current_sl = current_sl + step;
}

Con risposta

1
Sviluppatore 1
Valutazioni
(15)
Progetti
24
21%
Arbitraggio
1
0% / 100%
In ritardo
7
29%
Gratuito
2
Sviluppatore 2
Valutazioni
(114)
Progetti
154
47%
Arbitraggio
2
0% / 50%
In ritardo
4
3%
Gratuito
3
Sviluppatore 3
Valutazioni
(772)
Progetti
1039
44%
Arbitraggio
50
8% / 50%
In ritardo
116
11%
Gratuito
4
Sviluppatore 4
Valutazioni
(34)
Progetti
35
20%
Arbitraggio
2
0% / 100%
In ritardo
1
3%
Gratuito
5
Sviluppatore 5
Valutazioni
(2)
Progetti
5
0%
Arbitraggio
2
0% / 50%
In ritardo
1
20%
Gratuito
6
Sviluppatore 6
Valutazioni
(169)
Progetti
204
30%
Arbitraggio
25
40% / 44%
In ritardo
12
6%
Gratuito
7
Sviluppatore 7
Valutazioni
(41)
Progetti
72
8%
Arbitraggio
18
11% / 56%
In ritardo
18
25%
Gratuito
8
Sviluppatore 8
Valutazioni
(298)
Progetti
427
26%
Arbitraggio
18
61% / 33%
In ritardo
26
6%
Gratuito
Pubblicati: 8 codici
9
Sviluppatore 9
Valutazioni
(206)
Progetti
333
35%
Arbitraggio
66
12% / 58%
In ritardo
87
26%
Gratuito
10
Sviluppatore 10
Valutazioni
(59)
Progetti
182
55%
Arbitraggio
31
45% / 16%
In ritardo
103
57%
Gratuito
11
Sviluppatore 11
Valutazioni
(511)
Progetti
549
53%
Arbitraggio
13
69% / 15%
In ritardo
3
1%
Gratuito
12
Sviluppatore 12
Valutazioni
(296)
Progetti
475
40%
Arbitraggio
105
40% / 24%
In ritardo
80
17%
Occupato
Pubblicati: 2 codici
13
Sviluppatore 13
Valutazioni
(361)
Progetti
644
26%
Arbitraggio
92
72% / 14%
In ritardo
12
2%
In elaborazione
Pubblicati: 1 codice
14
Sviluppatore 14
Valutazioni
(96)
Progetti
143
76%
Arbitraggio
0
In ritardo
2
1%
Gratuito
15
Sviluppatore 15
Valutazioni
(221)
Progetti
369
66%
Arbitraggio
10
50% / 0%
In ritardo
46
12%
Gratuito
16
Sviluppatore 16
Valutazioni
(24)
Progetti
27
33%
Arbitraggio
2
100% / 0%
In ritardo
1
4%
Gratuito
Ordini simili
This is yakubu Jnr trading bots I create the trading robots to help my self and others traders to be successful please you can join my live trading bots or subscribe to my trading robots
Nyasco 90+ USD
Fast trading bot for starters less losses which leads to bigger profits made for thousands of people making billions of dollars .be the best trader for your self all the way
Nyasco 30+ USD
Faster robot with less losses which can be used for a long term earning money every day creating a bot for more than thousands of people to earn billions of money
Max amount grid 30+ USD
max amount grid step for magic number do keep deleting .only when it is in negative floating .but when it is profit allow to go over the max and replays to grid step
Apply with a screen of your work . Symbol Specific Logic . Live Chart Optimization Check the Core logic . [back tests as well] Change points to pips . Create buffer for the zone
I will pay 3000+ USD (negotiable) for an EA for existing MT5 that generates a minimum of 15-20% or higher a month consistently (provide source code after final deal) Looking for a highly profitable EA Please send demo version directly subject (Buying profitable EA Budget up to $ 3000 USD), past results and optimal settings so I can test, if it performs in a strategy tester i will also need option to forward test it
EA fx 30+ USD
Hello, I need an already developed EA similar to the one trading XAUUSD, with consistent entries and good risk management. Before we proceed, I would like to verify its performance. Please provide a live or demo account login along with the investor (read-only) password so I can monitor the trading results. I am looking for stable performance, controlled drawdown, and consistent profit on gold (XAUUSD). Once I
The strategy records the highest and lowest prices within a specified duration (default 15 minutes) after the New York market opens, forming the opening range. Post-Formation Breakout: When the price breaks above or below the opening range after its formation, it may indicate the direction of the day’s price movement. Trend Confirmation: The strategy uses two EMAs (default 20-period and 50-period) as trend filters to
Tengo una estrategia basada en divergencia para el oro sobre todo en tf m1 Basado en divergencia con stoch .. confirmando la entrada con ciertos parameteos de entrada Es mejor conversarlo para dar mejor los detalles Cuando entrar, porque o todas las divergencias se debe tomar para entrar en compras o ventas He adjuntado un ejemplo La confrmacion más exacta es el cruce de esos parámetros de stoch edebajo de level de

Informazioni sul progetto

Budget
30+ USD
Scadenze
a 5 giorno(i)