Trailing Pending Order - MQL4

MQL4 Experts

Tâche terminée

Temps d'exécution 2 jours
Commentaires du client
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!

Spécifications

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?


Répondu

1
Développeur 1
Évaluation
(414)
Projets
670
33%
Arbitrage
60
17% / 32%
En retard
113
17%
Travail
2
Développeur 2
Évaluation
(117)
Projets
138
41%
Arbitrage
30
7% / 77%
En retard
17
12%
Gratuit
3
Développeur 3
Évaluation
(33)
Projets
35
40%
Arbitrage
11
9% / 91%
En retard
4
11%
Gratuit
4
Développeur 4
Évaluation
(322)
Projets
470
41%
Arbitrage
77
12% / 64%
En retard
76
16%
Travail
5
Développeur 5
Évaluation
(196)
Projets
318
35%
Arbitrage
64
13% / 56%
En retard
82
26%
Gratuit
6
Développeur 6
Évaluation
(461)
Projets
902
77%
Arbitrage
25
16% / 68%
En retard
100
11%
Gratuit
7
Développeur 7
Évaluation
(2422)
Projets
3042
66%
Arbitrage
77
48% / 14%
En retard
340
11%
Travail
8
Développeur 8
Évaluation
(204)
Projets
281
34%
Arbitrage
34
32% / 29%
En retard
75
27%
Travail
9
Développeur 9
Évaluation
(4)
Projets
5
20%
Arbitrage
3
33% / 33%
En retard
0
Gratuit
10
Développeur 10
Évaluation
(9)
Projets
10
10%
Arbitrage
4
25% / 75%
En retard
3
30%
Gratuit
11
Développeur 11
Évaluation
(563)
Projets
932
47%
Arbitrage
301
59% / 25%
En retard
124
13%
Travail
12
Développeur 12
Évaluation
(4)
Projets
6
0%
Arbitrage
2
0% / 50%
En retard
4
67%
Gratuit
13
Développeur 13
Évaluation
(66)
Projets
143
34%
Arbitrage
10
10% / 60%
En retard
26
18%
Gratuit
Commandes similaires
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

Informations sur le projet

Budget
30 - 70 USD
Pour le développeur
27 - 63 USD