Develop an EA

MQL4 专家

工作已完成

执行时间9 天

指定

I´m looking for an EA which is placing several pendings xpips under and xpips over the actual price. If one of the order is executed order should be handeled via trailing. SL and TP for all orders the same.

EA does every xminutes update / replace the orders on definite criteria and does deleted the old orders. EA does first place the new orders and does than deleted the old orders.

EA does only handel his orders – not orders from other EA.

The lot calculated as follows:
EA does calculate the difference of all buy and sell orders in Market – If there are now 3.5 Lots more buy orders open – this 3.5 Lots are the orders fore sell side.
But note If Minimum Lots – xpercent of all orders in sell direction is higher – than EA does use Xpercent of all orders in direction.
Sell orders are definated and in this example for the buy side EA does use Xpercent of all open buy orders in Terminal.


Placing the Orders:
Orders are placed as pending xpips away from actual price. And than comes 3 more pendings with same lots as the first pending and with TP and SL.

Note this orders will be updated ever xMinutes – placed new pending’s and after placing the new pendings deleting the old pending’s.

Every pending of this EA does have a trailing. In Chart should shown if an pending is executed and Trailing is active.
If no pending is executed- in Chart - Trailing off
If an pending is executed – in chart - Trailig on

 

 

 

Parameter:

MagicNr.

Sl: 10 pip

TP: 120 Pip

Xpips away from actual price – 60 Pip - for buy and sell pending
Xpips away from first pending for second pending 20 Pip
Xpips away from first pending for third pending 30 Pip
Xpips away from first pending for forth pending 40 Pips

 

Trailing pips if in market- every xpips SL should trail every xpips should SL xpips move
Trailing of SL – every 10 Pips profit SL should move 10 Pips

xMinutes update – Replace and delete the old orders every 10 Minutes

Lots:

Minimum lots – xpercent of all orders in direction 80%

 

In Chart should showed:

Last update and replacing the new pendings. so every 10 Minutes

Open buy and sell orders in Market – and the difference/oversize of them - update every 10 Minutes
The minimum Lots for buy and sell side from Xpercent - update every 10 Minutes
Trailing off or on- realtime

 

Example placing pendings:

Actual price is 1.2000 – see above sets.

 

EA does place now the first buy and the first sell pending. And then the next buy and the next sell – and so on. To first all buy and than the sell orders.

 

First buy will be placed as 1.2060
First sell will be placed as 1.1940

Second buy will be placed as 1.2080
Second sell will be placed as 1.1920

Third buy will be placed as 1.2090
Third sell will be placed as 1.1920

Forth buy will be placed as 1.2100
Forth sell will be placed as 1.1920

 

If after xMinutes (above set is every 10 Minuts) update the actuall price will be 1.2040 EA das place new pendings and does deleted the old one.

Place new first Pending
Deleted the old firs pendings

Place new second pendings
Deleted the old second pendings

Place new third pendings
Deleted the old third pendings

Place new forth pendings
Deleted the old third Pendings.

 

Example Lot calculation:

All open buy orders in market are 5 lots
All open sell order in Market are 3 lots

Differenz is 2 Lots on sell side – so for all sell orders is 2 lots.  But because of Minum Lots Xpercent  is 80%  - 80 % of all sell orders are 2.4 lots - Lots for all sell side is 2.5 Lots

For buy side is Minimum Lots Xpercent is 80 % - so 80% from 5 lots is 4 lots so for all buy pendings is 4 lots.

 

Update:

What happens if the first or also the second pending is executed…?

If an update is done all pendings are placed no matter if there are any pendings executed.

So after an update first till third pending is placed in each side.

 


反馈

1
开发者 1
等级
项目
0
0%
仲裁
0
逾期
0
空闲
2
开发者 2
等级
(362)
项目
506
40%
仲裁
147
18% / 72%
逾期
99
20%
已载入
3
开发者 3
等级
(356)
项目
632
26%
仲裁
89
73% / 13%
逾期
12
2%
空闲
4
开发者 4
等级
(277)
项目
334
55%
仲裁
14
36% / 29%
逾期
1
0%
空闲
5
开发者 5
等级
(28)
项目
47
23%
仲裁
13
31% / 15%
逾期
12
26%
空闲
6
开发者 6
等级
项目
0
0%
仲裁
0
逾期
0
空闲
7
开发者 7
等级
(195)
项目
395
28%
仲裁
155
20% / 52%
逾期
112
28%
空闲
8
开发者 8
等级
(142)
项目
280
42%
仲裁
18
61% / 6%
逾期
29
10%
空闲
相似订单
I need to get a trading forex robot based on support and accurate resistance and moving avarage more details will be provided on the video links I want a situation where by once I put the robot on the chart and choose buy or sell and the number to open then it will only buy or sell in that particular direction only
NADGIO 30+ USD
I need a developer that can convert two Buy and Sell indicators into a trading robot. the indicators has an input parameter, this should be made available for adjustment. Features 1. Break Even 2. Trailing Stop 3. Global TP and SL 5. Time Filter 6. News Filter (If possible)
I need a developer who can convert trading view indicator in to mt5 expert advisor with some modifications. The other details will shared once chosen the developer. Looking for someone who has good knowledge of forex, mql5,and pine script
Hello, i hope you all well. I am looking or a good developer who can understand SCM/ICT concepts so that can modify an existing EA to trade against that. The EA is already there with code and it was trading based on Breakouts zones. Now i want the EA to be modified so that it trades based on inducements and liquidity. The EA should use Pending orders on those zones instead. I do not want new developers to apply
EA for index trading using ATR % of 5day 1 Give Average true range for the past 5 day so 5day ATR also for ref use the indicator "atr value indicator " my entries will be based on a % of this NO. NO. TO BE SHOWN IN TOP CORNER The Expert im looking for is 1.AT X TIME (ie 8:am ) 2.IF price moves X % of the 5 day atr( either up or down ) within Y TIME (IE 5MINUTES ) (if PRICE moves say 30% of the 5 day atr down i buy or
I want to create an Expert Advisor (EA) that can be set to open either buy or sell trades, depending on user preference (buy-only or sell-only mode). The EA will initiate trades when the market reaches (or is equal to or less than) a specified DeMarker value (e.g., DeMarker value = 0.3). The user will set both the DeMarker value for starting trades and another DeMarker value to stop opening new trades. - **DeMarker
Create a mql5 expert advisor for forex/commodities trading based on modified candlestick formation. If modified bullish engulfing appears, EA will open buy position at closing of last candle area with martingale until opening of last candle area and set stop loss at open last candle area. Trailing stop appears when half of all buy positions running profit then when all buy positions running profit, and so on. If
I want to grid based robot such like CM Manual Grid for mt 5 Snap of that attached. like The expert Advisor helps set a network of pending orders and collect profit from any price movement. I can use it to trade many grid strategies. I can also use it to track open positions. "Buy Stop — - open a network of pending stop orders for sale "Sell Stop" - open a network of pending stop orders for purchase "Buy Limit" -
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script
Hi, I would like to have an EA to open trade when 2 time frame met the condition. Need to have ability to select the TF combination, Example: H4 with H1, H1 with M15 etc. PS: Able to lock EA with "Name" or "Account Number" PSS: Able to set trading session for specific pair. Example: US session = EURUSD For Buy #1 Big TF Candle Closed Outside Top BB #2 Big TF Candle touch low MA #3 Got to Smaller TF Candle touch &

项目信息

预算
30+ USD
VAT (19%): 5.7 USD
总计: 35.7 USD
开发人员
27 USD
截止日期
 1  5 天