Set SL/TP of open orders - EASY!

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 1 gün
Geliştirici tarafından geri bildirim
Good customer with good communication skill. Thanks for your Job.
Müşteri tarafından geri bildirim
Great Work! everything fine!

İş Gereklilikleri

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;
}

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(15)
Projeler
24
21%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
7
29%
Serbest
2
Geliştirici 2
Derecelendirme
(114)
Projeler
154
47%
Arabuluculuk
2
0% / 50%
Süresi dolmuş
4
3%
Serbest
3
Geliştirici 3
Derecelendirme
(769)
Projeler
1033
44%
Arabuluculuk
50
8% / 50%
Süresi dolmuş
117
11%
Serbest
4
Geliştirici 4
Derecelendirme
(10)
Projeler
11
9%
Arabuluculuk
0
Süresi dolmuş
1
9%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(2)
Projeler
5
0%
Arabuluculuk
2
0% / 50%
Süresi dolmuş
1
20%
Serbest
6
Geliştirici 6
Derecelendirme
(169)
Projeler
204
30%
Arabuluculuk
25
40% / 44%
Süresi dolmuş
12
6%
Serbest
7
Geliştirici 7
Derecelendirme
(39)
Projeler
69
9%
Arabuluculuk
18
11% / 56%
Süresi dolmuş
18
26%
Serbest
8
Geliştirici 8
Derecelendirme
(298)
Projeler
427
26%
Arabuluculuk
18
61% / 33%
Süresi dolmuş
26
6%
Serbest
9
Geliştirici 9
Derecelendirme
(196)
Projeler
318
35%
Arabuluculuk
64
13% / 56%
Süresi dolmuş
82
26%
Serbest
10
Geliştirici 10
Derecelendirme
(59)
Projeler
182
55%
Arabuluculuk
31
45% / 16%
Süresi dolmuş
103
57%
Serbest
11
Geliştirici 11
Derecelendirme
(478)
Projeler
507
53%
Arabuluculuk
10
60% / 20%
Süresi dolmuş
3
1%
Serbest
12
Geliştirici 12
Derecelendirme
(256)
Projeler
415
38%
Arabuluculuk
86
44% / 19%
Süresi dolmuş
70
17%
Meşgul
13
Geliştirici 13
Derecelendirme
(356)
Projeler
632
26%
Arabuluculuk
89
73% / 13%
Süresi dolmuş
12
2%
Serbest
14
Geliştirici 14
Derecelendirme
(96)
Projeler
143
76%
Arabuluculuk
0
Süresi dolmuş
2
1%
Serbest
15
Geliştirici 15
Derecelendirme
(221)
Projeler
369
66%
Arabuluculuk
10
50% / 0%
Süresi dolmuş
46
12%
Serbest
16
Geliştirici 16
Derecelendirme
(24)
Projeler
27
33%
Arabuluculuk
2
100% / 0%
Süresi dolmuş
1
4%
Serbest
Benzer siparişler
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Hi, I want to make an automated system to take my place in making trading positions and closing it. But I want to ask , can you program it to draw a trend line in a specific chart and several moving averages should be in specific order, and when the price is near the trend line by few pips, we shift to 15 minutes chart and noticing a resistance or support action , then we take the trade ? can we do that
Develop EA to track performance metrics of strategies I would like to develop an EA that will track the performance metrics of the strategies I have running on a terminal, If any of the metrics start to under perform then the EA/Indictor should alert me with a pop up alert that specify's the metric that has triggered the alert. The EA should also display the metrics in a dashboard - please see my example screen shot
I would like to modify the RSI Epert Avisor with a developer. I would like to use the RSI Expert on the inverse mode and the base setting doesnt conatain this strategy mode
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5
I need help fixing my EA for MT5. It’s a very simple EA, and I currently cannot solve an issue where webrequest communicates with OpenAi API without error. Please only apply if you can help solve this issue
p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} li.li1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} ol.ol1 {list-style-type: decimal} I have an EA that open trades when my entry conditions are met. It usually executes one trade per day. I'd like to add an option
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены
a coder is required to add an indicator to existing ea The new indicator will work as 1. option to combine with exiting indicator to open trade 2. it will be used as alternative BE point 3. It can also be used to close order or combine with other to close trade The second Job is telegram bot to get alert fr news trade and others Details when you apply i will test the ea work on live market and all bug is fixed before
Hello, I want to make an EA based on SMC and a developer that is familiar with the concept and full understanding of this. Must have done similar jobs before and be able show it. I only want to work with developer that has good track record and is precise. Further information will be handed when contact is made. Developers that has zero rating will not be considered. Listed price is a base point. The project can also

Proje bilgisi

Bütçe
30+ USD
KDV (19%): 5.7 USD
Toplam: 35.7 USD
Geliştirici için
27 USD
Son teslim tarihi
to 5 gün