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
등급
(468)
프로젝트
703
56%
중재
45
29% / 31%
기한 초과
115
16%
작업중
2
개발자 2
등급
(2)
프로젝트
2
0%
중재
2
0% / 100%
기한 초과
1
50%
무료
3
개발자 3
등급
(42)
프로젝트
70
43%
중재
6
33% / 50%
기한 초과
19
27%
무료
4
개발자 4
등급
(1134)
프로젝트
1436
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
등급
(109)
프로젝트
140
44%
중재
19
16% / 53%
기한 초과
20
14%
로드됨
9
개발자 9
등급
(142)
프로젝트
280
42%
중재
18
61% / 6%
기한 초과
29
10%
무료
10
개발자 10
등급
(554)
프로젝트
1342
59%
중재
28
82% / 0%
기한 초과
10
1%
작업중
11
개발자 11
등급
(339)
프로젝트
809
73%
중재
30
33% / 37%
기한 초과
194
24%
무료
12
개발자 12
등급
(564)
프로젝트
777
46%
중재
23
39% / 13%
기한 초과
63
8%
작업중
13
개발자 13
등급
(647)
프로젝트
1295
67%
중재
84
26% / 49%
기한 초과
338
26%
무료
14
개발자 14
등급
(1859)
프로젝트
3463
88%
중재
73
40% / 15%
기한 초과
265
8%
무료
15
개발자 15
등급
(2441)
프로젝트
3076
66%
중재
77
48% / 14%
기한 초과
340
11%
무료
16
개발자 16
등급
(1100)
프로젝트
1782
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
등급
(564)
프로젝트
933
47%
중재
302
59% / 25%
기한 초과
125
13%
로드됨
비슷한 주문
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market
I want grate robot for making profits that know when to start a good trade and close a trade and must be active all time to avoid lost of money
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 that I will provide if you are
Mbeje fx 50+ USD
I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money
I need an MT5 EA that can do the following: I have to give the EA a price in advance, when the price is reached the EA has to automatically place a buy stop or sell stop order 0.5 pips below or above the price. Is this possible
Dr Pattern 30+ USD
good day i need the service of the seaso coder to help me fix my ea The Job required 1 knowledge of Mt4 and Mt5 indicator coding 2. Telegram code 3. ability to code indicator to work on multiple Time frame combine to trade 4 Ability to Join two or three indicator on same ir different time frame if you have these skill please let chart i will discuss the details of the Job inside to you The required day including
Good day, I want someone to help me create a universal news filter with on/off switch, with start and end settings, and drawdown control with magic number of EAs, etc. Thanks
Hello, I am looking for a professional programmer to optimize my existing EA integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. i want it to be an EA that can be trusted to carry trade with the help of chat gpt and also have a very low drawdown
Hello, I am looking for a professional programmer to create a trading expert on the MT4 platform, integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. Further details will be provided to the applicants later

프로젝트 정보

예산
50 - 200 USD
개발자에게
45 - 180 USD
기한
에서 1  20 일