Trailing Pending Order - MQL4

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 2 días
Comentario del Cliente
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!

Tarea técnica

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?


Han respondido

1
Desarrollador 1
Evaluación
(414)
Proyectos
670
33%
Arbitraje
60
17% / 32%
Caducado
113
17%
Trabaja
2
Desarrollador 2
Evaluación
(117)
Proyectos
138
41%
Arbitraje
30
7% / 77%
Caducado
17
12%
Libre
3
Desarrollador 3
Evaluación
(33)
Proyectos
35
40%
Arbitraje
11
9% / 91%
Caducado
4
11%
Libre
4
Desarrollador 4
Evaluación
(322)
Proyectos
470
41%
Arbitraje
77
12% / 64%
Caducado
76
16%
Trabaja
5
Desarrollador 5
Evaluación
(196)
Proyectos
318
35%
Arbitraje
64
13% / 56%
Caducado
82
26%
Libre
6
Desarrollador 6
Evaluación
(461)
Proyectos
902
77%
Arbitraje
25
16% / 68%
Caducado
100
11%
Libre
7
Desarrollador 7
Evaluación
(2422)
Proyectos
3042
66%
Arbitraje
77
48% / 14%
Caducado
340
11%
Trabaja
8
Desarrollador 8
Evaluación
(204)
Proyectos
281
34%
Arbitraje
34
32% / 29%
Caducado
75
27%
Trabaja
9
Desarrollador 9
Evaluación
(4)
Proyectos
5
20%
Arbitraje
3
33% / 33%
Caducado
0
Libre
10
Desarrollador 10
Evaluación
(9)
Proyectos
10
10%
Arbitraje
4
25% / 75%
Caducado
3
30%
Libre
11
Desarrollador 11
Evaluación
(563)
Proyectos
932
47%
Arbitraje
301
59% / 25%
Caducado
124
13%
Trabaja
12
Desarrollador 12
Evaluación
(4)
Proyectos
6
0%
Arbitraje
2
0% / 50%
Caducado
4
67%
Libre
13
Desarrollador 13
Evaluación
(66)
Proyectos
143
34%
Arbitraje
10
10% / 60%
Caducado
26
18%
Libre
Solicitudes similares
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

Información sobre el proyecto

Presupuesto
30 - 70 USD
Para el ejecutor
27 - 63 USD