Trailing Pending Order - MQL4

MQL4 专家

工作已完成

执行时间2 天
客户反馈
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!

指定

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?


反馈

1
开发者 1
等级
(414)
项目
670
33%
仲裁
60
17% / 32%
逾期
113
17%
工作中
2
开发者 2
等级
(117)
项目
138
41%
仲裁
30
7% / 77%
逾期
17
12%
空闲
3
开发者 3
等级
(33)
项目
35
40%
仲裁
11
9% / 91%
逾期
4
11%
空闲
4
开发者 4
等级
(322)
项目
470
41%
仲裁
77
12% / 64%
逾期
76
16%
工作中
5
开发者 5
等级
(196)
项目
318
35%
仲裁
64
13% / 56%
逾期
82
26%
空闲
6
开发者 6
等级
(461)
项目
902
77%
仲裁
25
16% / 68%
逾期
100
11%
空闲
7
开发者 7
等级
(2422)
项目
3042
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
8
开发者 8
等级
(204)
项目
281
34%
仲裁
34
32% / 29%
逾期
75
27%
工作中
9
开发者 9
等级
(4)
项目
5
20%
仲裁
3
33% / 33%
逾期
0
空闲
10
开发者 10
等级
(9)
项目
10
10%
仲裁
4
25% / 75%
逾期
3
30%
空闲
11
开发者 11
等级
(563)
项目
932
47%
仲裁
301
59% / 25%
逾期
124
13%
工作中
12
开发者 12
等级
(4)
项目
6
0%
仲裁
2
0% / 50%
逾期
4
67%
空闲
13
开发者 13
等级
(66)
项目
143
34%
仲裁
10
10% / 60%
逾期
26
18%
空闲
相似订单
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

项目信息

预算
30 - 70 USD
开发人员
27 - 63 USD