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
評価
(323)
プロジェクト
471
42%
仲裁
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
評価
(2428)
プロジェクト
3057
66%
仲裁
77
48% / 14%
期限切れ
340
11%
仕事中
8
開発者 8
評価
(204)
プロジェクト
282
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%
仲裁
302
59% / 25%
期限切れ
124
13%
取り込み中
12
開発者 12
評価
(4)
プロジェクト
6
0%
仲裁
2
0% / 50%
期限切れ
4
67%
13
開発者 13
評価
(66)
プロジェクト
143
34%
仲裁
10
10% / 60%
期限切れ
26
18%
類似した注文
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hello, I need a martingale and grid bot. The programmer must provide a test of about 5 minutes for the EA to see how it works and if everything is fine, it will be selected to make some modifications for personal use to that EA that you provide. If it has a lot of graphics or buttons. better It doesn't matter if the robot is bad, I'm more interested in its functionalities to use with my strategy
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Here is the Idea: I want a Semi Auto Trade Panel Manager EA that only activates when I press the BUY or SELL or BUY LIMIT or SELL LIMIT then the EA will do the rest : that includes the BUY STOP 0r SELL STOP and the hedging calculations according to below diagram. So overall , my only intervention is entering the lot size , hedge zone distance and TP ratio or entering the price for buy limit/sell limit then pressing
Hi, I'm looking for a martingale MT4 EA that performs a lot of trading volume per day. If you have the robot, you'll need to send me the demo so I can backtest it. Thank you very much
Hello potential Freelancers I’m very new to trading so please bear with me as I try to explain what ‘m looking for. I'm currently getting signals ( XAUUSD )sent to me and I’m looking to find a person who can look at the data either watch account live, or I send the trade history. The bot my provider is using makes 100’s of trades a day and does very well on average. I’m also looking to have the following features
we want to build a dashboard ea that would display on another chart key metrics : i will foward screeshot of what i want to dashboard to look like : the function i would need to get display are the following: 1. classified past performance ea by magic number ( with classic : total trade , total profit , return/dd , max dd (base on history) , ) 2. equity chart of performance if we click on a magic number we should
the task will be actually quiet simple , i need an active develloper to devellope out of 3 updates an ea STEP 1 (this job): make a classical pair trading ea , that can calculate correlation between assets and trade when the correlation diverge above a specified % the develloper that will postulate for the job will need : 1- to be ok to do the full project this job and the update following 2- very low arbitration , i
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor the 2 lines in the below pictures and then start to activate bids once they cross each other and then be able to manage all bids afterwards towards the direction of the market by opening and closing them intermittently and profitably until the position at the other

プロジェクト情報

予算
30 - 70 USD
開発者用
27 - 63 USD