Trailing Pending Order - MQL4

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 2 gün
Müşteri tarafından geri bildirim
Best coder I've ever worked with. He works fast, understand instructions very easily, has blunt direct communication ( which improves the project quality)> Need an mql4 coder? This guy is the one!

İş Gereklilikleri

Hello there

 

I want an EA that does the following:

 

When I turn it on, I insert a level price into it, which I will call “Anchor”;

Anchor will be Bid price or “near to it”. Thus I will insert it manually.

 

Immediately, the EA places a SELL STOP order at Anchor -50*;

E.G.

Anchor = 1.50500      SELLSTOP at 1.50450

* this "50"value should be customizable too. "Distance"

 

> IF MARKET GOES UP

 

The pending SELLSTOP order moves along with the market always respecting the distance; it moves dynamically updating the order price as the currency price moves based on a trailing parameter (distance) entered by trader.

 

Assuming the distance is 50:

If Anchor(market) = 1.50510 then SELLSTOP = 1.50460

If Anchor (market)= 1.50511 then SELLSTOP = 1.50461

And so on and so forth…

 

If possible, all trailing entry orders should be an actual pending order, not just an indicator line on the chart. This is in case the connection is lost with the server and the EA no longer has control. This will ensure the last trailing order is still in place as a static stop loss order and will protect any currently open order.

 

Hopefully this can be accomplished by the EA actually placing pending orders thus changing it with every tick as the order needs to trail the price. (if this is too much for the EA then other options can be considered). 

 

>IF MARKET GOES DOWN

 

If market goes down and executes the pending order… reaching a Profit of let’s say 30 points… it readjusts the StopLoss from 50points to 10points… not zero. (Must be informed by trader)

 

If after this, Market goes Up again, and executes the stoploss…

 

… place another pending order at “Anchor -50” AGAIN. (The original point of first order)

… if cannot place another pending order because market plummeted below Anchor-50… sends a Market Sell Order.

 

-----

In a nutshell: Anchor gets always updated up. If it goes under Anchor – 50 (or Anchor-5 in 4 digit) we’re shorting the instrument.

We’re ALWAYS with a pending order, or an active order.

The EA must have some features:

1. To be able to do it in both directions, which I can choose and select before running it ( SELLSTOP or BUYSTOP) 
2. To have customizable:

Anchor // which first is defined by me and then it floats with the market bid price or ask price depending on which mode is working.
Distance //
Slippage 
Stoploss
TakeProfit
MagicNumber
etc.

3.Should Alert trader at all moments what is doing:

Alert("moving up")  Alert("moving down") etc

Could you do it?


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(414)
Projeler
670
33%
Arabuluculuk
60
17% / 32%
Süresi dolmuş
113
17%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(117)
Projeler
138
41%
Arabuluculuk
30
7% / 77%
Süresi dolmuş
17
12%
Serbest
3
Geliştirici 3
Derecelendirme
(33)
Projeler
35
40%
Arabuluculuk
11
9% / 91%
Süresi dolmuş
4
11%
Serbest
4
Geliştirici 4
Derecelendirme
(322)
Projeler
470
41%
Arabuluculuk
77
12% / 64%
Süresi dolmuş
76
16%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(196)
Projeler
318
35%
Arabuluculuk
64
13% / 56%
Süresi dolmuş
82
26%
Serbest
6
Geliştirici 6
Derecelendirme
(461)
Projeler
902
77%
Arabuluculuk
25
16% / 68%
Süresi dolmuş
100
11%
Serbest
7
Geliştirici 7
Derecelendirme
(2422)
Projeler
3042
66%
Arabuluculuk
77
48% / 14%
Süresi dolmuş
340
11%
Çalışıyor
8
Geliştirici 8
Derecelendirme
(204)
Projeler
281
34%
Arabuluculuk
34
32% / 29%
Süresi dolmuş
75
27%
Çalışıyor
9
Geliştirici 9
Derecelendirme
(4)
Projeler
5
20%
Arabuluculuk
3
33% / 33%
Süresi dolmuş
0
Serbest
10
Geliştirici 10
Derecelendirme
(9)
Projeler
10
10%
Arabuluculuk
4
25% / 75%
Süresi dolmuş
3
30%
Serbest
11
Geliştirici 11
Derecelendirme
(563)
Projeler
932
47%
Arabuluculuk
301
59% / 25%
Süresi dolmuş
124
13%
Çalışıyor
12
Geliştirici 12
Derecelendirme
(4)
Projeler
6
0%
Arabuluculuk
2
0% / 50%
Süresi dolmuş
4
67%
Serbest
13
Geliştirici 13
Derecelendirme
(66)
Projeler
143
34%
Arabuluculuk
10
10% / 60%
Süresi dolmuş
26
18%
Serbest
Benzer siparişler
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5

Proje bilgisi

Bütçe
30 - 70 USD
Geliştirici için
27 - 63 USD