An Expert Advisor for ATR Calculations and placing pending orders

MQL4 Uzman Danışmanlar

İş Gereklilikleri

Hi,


Trust your doing best at your health.


I need an Expert Advisor to open pending orders for me for my selected lot size based on the ATR calculations. So let me explain more clearly. What i need is, When i open a postion on EUROUSD for 0.30 BUY, I want the EA to open a pending order for me into 2 or 3 or 4 ATR calculation ( it depends on what ATR i keep for the first pending order ( ATR of EUROUSD ) I should decide the lot size and the atr by myself...The EA should catch the current value of EUROUSD ATR by itself..But i just have to put the value of 2 3 or 4...That the first pending order should be into 2 3 or 4 ATR...and what lot size...and the same goes for 2nd and 3rd pending order. And whenever i feel like, i can close my postions and pending orders right away...Once closed, I dont want the EA to open the pending orders again. The EA opens pending orders, Once i open postions. I want the EA to ask me options...How much ATR for the first pending order..How much ATR for the second pending and how much for the 3rd.


Thanks,

Hk Jibraan

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(23)
Projeler
45
20%
Arabuluculuk
24
29% / 46%
Süresi dolmuş
12
27%
Serbest
2
Geliştirici 2
Derecelendirme
(115)
Projeler
129
18%
Arabuluculuk
11
27% / 55%
Süresi dolmuş
4
3%
Serbest
3
Geliştirici 3
Derecelendirme
(185)
Projeler
327
32%
Arabuluculuk
33
42% / 27%
Süresi dolmuş
98
30%
Serbest
4
Geliştirici 4
Derecelendirme
(55)
Projeler
96
40%
Arabuluculuk
13
38% / 62%
Süresi dolmuş
25
26%
Serbest
5
Geliştirici 5
Derecelendirme
(36)
Projeler
45
47%
Arabuluculuk
5
40% / 60%
Süresi dolmuş
9
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
(878)
Projeler
1391
67%
Arabuluculuk
117
32% / 42%
Süresi dolmuş
215
15%
Serbest
8
Geliştirici 8
Derecelendirme
(65)
Projeler
71
30%
Arabuluculuk
8
0% / 88%
Süresi dolmuş
5
7%
Serbest
9
Geliştirici 9
Derecelendirme
(117)
Projeler
138
41%
Arabuluculuk
30
7% / 77%
Süresi dolmuş
17
12%
Serbest
10
Geliştirici 10
Derecelendirme
(590)
Projeler
789
71%
Arabuluculuk
9
33% / 33%
Süresi dolmuş
22
3%
Serbest
11
Geliştirici 11
Derecelendirme
(19)
Projeler
35
26%
Arabuluculuk
10
30% / 70%
Süresi dolmuş
5
14%
Serbest
12
Geliştirici 12
Derecelendirme
(233)
Projeler
414
34%
Arabuluculuk
52
37% / 40%
Süresi dolmuş
153
37%
Yüklendi
13
Geliştirici 13
Derecelendirme
(2411)
Projeler
3028
66%
Arabuluculuk
77
48% / 14%
Süresi dolmuş
340
11%
Serbest
14
Geliştirici 14
Derecelendirme
(221)
Projeler
369
66%
Arabuluculuk
10
50% / 0%
Süresi dolmuş
46
12%
Serbest
15
Geliştirici 15
Derecelendirme
(24)
Projeler
28
32%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Serbest
16
Geliştirici 16
Derecelendirme
(114)
Projeler
154
47%
Arabuluculuk
2
0% / 50%
Süresi dolmuş
4
3%
Serbest
17
Geliştirici 17
Derecelendirme
(7)
Projeler
13
0%
Arabuluculuk
5
20% / 60%
Süresi dolmuş
0
Serbest
18
Geliştirici 18
Derecelendirme
(36)
Projeler
50
28%
Arabuluculuk
2
0% / 100%
Süresi dolmuş
6
12%
Serbest
19
Geliştirici 19
Derecelendirme
(263)
Projeler
537
50%
Arabuluculuk
55
40% / 36%
Süresi dolmuş
224
42%
Çalışıyor
20
Geliştirici 20
Derecelendirme
(251)
Projeler
400
54%
Arabuluculuk
9
67% / 22%
Süresi dolmuş
36
9%
Serbest
21
Geliştirici 21
Derecelendirme
(66)
Projeler
143
34%
Arabuluculuk
10
10% / 60%
Süresi dolmuş
26
18%
Serbest
Benzer siparişler
I'm looking for an experienced developer to convert a TradingView indicator script into an MT4 (MetaTrader 4) compatible format. The script, written in Pine Script version 5, includes custom indicators and graphical elements such as lines, boxes, and labels that we need to be accurately replicated in MT4
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
I need help with a specific issue in NinjaTrader 8. I'm using Strategy Builder to automate my setup, but it's ignoring some of my conditions for shorts, and not placing long trades at all. I've set up many other Strategies, and never had issues like this, so I suspect the cause is the indicator I'm using, which is the Ichimoku Cloud from the NT User App Share. So what I need is a new version of the indicator that
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo. Necesito algo agresivo, constante pero que no exponga el capital... prefiero una estrategia de smc
Modify existing EA 50 - 70 USD
Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in percentage Ability to correct error 10015 Thank you in advance
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

Proje bilgisi

Bütçe
50+ USD
Geliştirici için
45 USD
Son teslim tarihi
to 3 gün