An Expert Advisor (EA) for MT4 Trading

MQL4 专家

工作已完成

执行时间29 分钟
员工反馈
good customer :)
客户反馈
Very professional with very good work ethics!

指定

I would like the following EA to be created in MT4 platform.


Trading Mechanism

1. The trading robot when activated, will place 2 pending orders at a defined gap (Gap_from_Price parameter) from the current price. (for example: a pending buy 50 points above current price & a pending sell 50 points below current price) StopLoss & TakeProfit in Points will be defined as well.

2. Subsequently, the trading robot will begin to update the 2 pending orders according to the defined Order_Refresh_Interval parameter. (for example: Every 15 seconds)

3. When there is a sudden price surge, 1 of the 2 orders will be triggered, and the non-triggered pending order will be deleted. (for example: When buy pending order is triggered; the pending sell order will be deleted)

4. When order is in loss, the maximum loss is defined in StopLoss parameter.

5. When order is in profit at defined BreakEven_Start parameter, the StopLoss is moved to the BreakEven parameter price. (for example: buy order price at 1.00000, current price at 1.00050, then StopLoss will be moved to 1.00010)

6. When order is in further profit at defined TrailStop_Start parameter point, the StopLoss will be set to the trail the current price defined by the TrailStop parameter. TrailStep parameter will be used to control the movement of the StopLoss in points.

The trading robot should have the following parameters to be made changeable by the end user.

Magic number = 1100123456

EA_Start_Hour (from 0 to 24 Hours)

EA_Start_Minute (from 0 to 60 Minutes)
EA_End_Hour (from 0 to 24 Hours)
EA_End_Minute (from 0 to 60 Minutes)

Gap_from_Price (in Points)
Order_Refresh_Interval (in Seconds)

Maximum_Spread (in Points)

StopLoss = 100 (in Points)
TakeProfit = 100 (in Points)

BreakEven only when in profit = Yes or No (Click Option)
BreakEven_Start when in profit = 50 (in Points)
BreakEven = 10 (in Points)
(means Break Even will move from StopLoss to opentrade price plus 10 points when price is in profit)

TrailStop only when in profit = Yes or No (Click Option)
TrailStop_Start away from price when in profit = 60 (in Points)
(means TrailStop_Start will move from BreakEven to 30 points (TrailStop parameter) away from price when price is in profit)
TrailStop = 30 (in Points)
TrailStep in points = 1

反馈

1
开发者 1
等级
(466)
项目
697
56%
仲裁
43
30% / 33%
逾期
113
16%
工作中
2
开发者 2
等级
(2)
项目
2
0%
仲裁
2
0% / 100%
逾期
1
50%
空闲
3
开发者 3
等级
(42)
项目
70
43%
仲裁
6
33% / 50%
逾期
19
27%
空闲
4
开发者 4
等级
(1127)
项目
1429
62%
仲裁
21
57% / 10%
逾期
43
3%
空闲
5
开发者 5
等级
(88)
项目
143
39%
仲裁
21
19% / 48%
逾期
30
21%
空闲
6
开发者 6
等级
(430)
项目
606
55%
仲裁
48
23% / 56%
逾期
178
29%
空闲
7
开发者 7
等级
(195)
项目
395
28%
仲裁
155
20% / 52%
逾期
112
28%
空闲
8
开发者 8
等级
(105)
项目
135
42%
仲裁
19
16% / 53%
逾期
20
15%
已载入
9
开发者 9
等级
(142)
项目
280
42%
仲裁
18
61% / 6%
逾期
29
10%
空闲
10
开发者 10
等级
(548)
项目
1330
59%
仲裁
28
82% / 0%
逾期
10
1%
空闲
11
开发者 11
等级
(339)
项目
809
73%
仲裁
30
33% / 37%
逾期
194
24%
空闲
12
开发者 12
等级
(546)
项目
757
46%
仲裁
23
39% / 13%
逾期
64
8%
工作中
13
开发者 13
等级
(647)
项目
1295
67%
仲裁
84
26% / 49%
逾期
338
26%
空闲
14
开发者 14
等级
(1853)
项目
3455
88%
仲裁
73
40% / 15%
逾期
265
8%
空闲
15
开发者 15
等级
(2422)
项目
3042
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
16
开发者 16
等级
(1091)
项目
1771
61%
仲裁
14
64% / 7%
逾期
84
5%
工作中
17
开发者 17
等级
(96)
项目
143
76%
仲裁
0
逾期
2
1%
空闲
18
开发者 18
等级
(356)
项目
632
26%
仲裁
89
73% / 13%
逾期
12
2%
空闲
19
开发者 19
等级
(563)
项目
932
47%
仲裁
301
59% / 25%
逾期
124
13%
工作中
相似订单
I am looking to develop an automated trading bot based on a strategy involving the crossing of four Simple Moving Averages (SMA). The bot should be capable of entering trades based on this strategy. Additionally, I would like to incorporate some custom diversions tailored for NinjaTrader
Seeking an experienced MQL5 developer to create a sophisticated Expert Advisor focused on harmonic pattern trading . The EA will be designed to identify and trade based on popular harmonic patterns in the forex market. Entry and Exit Logic: Develop smart entry and exit rules based on pattern completions and price action confirmations. Risk Management: Incorporate adjustable risk-per-trade settings and position sizing
preciso de um robô com duas médias móveis, uma exponencial high e uma exponencial low. preciso também ter a opção de utilizar e todos os tempos gráficos e alterar os parâmetros das médias. entrada de compra será feita quando um candle de alta romper e fechar a cima da média high e fechará a posição quando um candle de baixa romper e fechar a baixo da média low. a venda será feita quando o candle de baixa romper e
Description - An expert advisor(s), placing sell trades in EUR/USD, based on the close price of the previous two candles, as shown in the figure below. The trades would be made in the 5 minute, 1 hour, and 1 day timeframes. In the 5 minute and 1 hour timeframes the market orders would be placed at the start of a new candle, at specific times EST. The order would be cancelled at the close of that candle, i.e after 5
Hi, I have an indicator from my friend, I want to copy it to my own Traidingview or MT5 can you do that for me. Here is the link
Develop a simple trading robot from rainbow oscillator Additional features Include timeframe specification in rainbow oscillator trailing features moving average filter TP (true/false) SL (true/false) Fixed lot Risk percentage Percentage profit lock
Hi, I have an indicator from my friend, I want to copy it to my own Traidingview or MT5 can you do that for me. Here is the link
I need a dashboard that shows my various accounts that shows balance, equity, number of trades open, drawdown and some more information. I want to use it to monitor my accounts in one screen or chart. If there is anyone who can do it please show me the screenshot of your sample
Hi, I need a robot, which wil get instructions to trade in 3 symbols at the same time based on few parameters and calculations. Example: There is 1 symbol called Gold-Near and the rate for it is 1000-1002 If i specify that when the rate reaches 1050, it should sell 1 lot Upon execution it will have to sell 1 lot of cme gold, buy 3 lots of mcx gold and buy currently (lots will be based on calculation). All the
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A

项目信息

预算
50 - 200 USD
开发人员
45 - 180 USD
截止日期
 1  20 天