Design a trading robot with my personal strategy

Specification

I am looking for a experienced coder who can code a personal robot with my own trading strategy for me on the MT5 platform.


The robot will have 3 exponential moving averages which will be the only confuences for the EA to open a trade

1- 30 exponential moving average

2- 50 exponential moving average

3- 225 exponential moving average


Each moving average will work independently and should not be affected by what the other 2 moving average is doing. This means the EA can open a buy and a sell at the same time

A buy order can only open when - when a candle touches any moving average, the next candle to close above that moving average without touching the same moving average, the EA opens a buy, counts 5 candles before the buy, sets a stop loss 10pips below the lowest point of the 5 candles


A sell order can only open when - when a candle touches any moving average, the next candle to close below that moving average without touching the same moving average, the EA opens a sell, counts 5 candles before the buy, sets a stop loss 10pips above the highest point of the 5 candles


Stop loss should always be set at every trade because this is not a 100% strategy. Losses will be very evident in the bot


The EA will trade on 4 time frames on any pair. 5min, 15min, 30min, 1hr

The EA should have a setting to set a desired TP on time frames, eg_5min TP to 50pips, 15min to 75pips, 30min to 100pip, 1hr to 200pips.


*at the moment im failing to find the right words to describe the trailing stop loss so i will need to discuss this further.

*im just looking for a good job to be done on the EA and im not too fussy about the time taken to design the robot. But nothing more than 7 days please

*also looking to test the EA in conjuction with the developer 


Responded

1
Developer 1
Rating
(337)
Projects
455
52%
Arbitration
22
50% / 27%
Overdue
5
1%
Loaded
2
Developer 2
Rating
(185)
Projects
303
15%
Arbitration
20
40% / 35%
Overdue
15
5%
Loaded
3
Developer 3
Rating
(185)
Projects
327
32%
Arbitration
33
42% / 27%
Overdue
98
30%
Free
4
Developer 4
Rating
(137)
Projects
160
23%
Arbitration
7
0% / 43%
Overdue
4
3%
Loaded
5
Developer 5
Rating
(79)
Projects
111
37%
Arbitration
0
Overdue
4
4%
Free
6
Developer 6
Rating
(298)
Projects
427
26%
Arbitration
18
61% / 33%
Overdue
26
6%
Free
7
Developer 7
Rating
(140)
Projects
204
80%
Arbitration
17
29% / 47%
Overdue
10
5%
Working
8
Developer 8
Rating
(7)
Projects
14
21%
Arbitration
1
0% / 100%
Overdue
3
21%
Free
9
Developer 9
Rating
(237)
Projects
419
34%
Arbitration
53
36% / 40%
Overdue
154
37%
Loaded
10
Developer 10
Rating
(68)
Projects
77
8%
Arbitration
33
9% / 55%
Overdue
6
8%
Working
11
Developer 11
Rating
(2423)
Projects
3043
66%
Arbitration
77
48% / 14%
Overdue
340
11%
Working
12
Developer 12
Rating
(453)
Projects
512
33%
Arbitration
25
40% / 48%
Overdue
7
1%
Loaded
13
Developer 13
Rating
(568)
Projects
641
41%
Arbitration
21
57% / 29%
Overdue
47
7%
Working
14
Developer 14
Rating
(7)
Projects
2
50%
Arbitration
6
0% / 100%
Overdue
0
Free
15
Developer 15
Rating
(12)
Projects
16
0%
Arbitration
0
Overdue
2
13%
Free
16
Developer 16
Rating
(116)
Projects
137
36%
Arbitration
15
13% / 67%
Overdue
9
7%
Free
17
Developer 17
Rating
(10)
Projects
15
27%
Arbitration
3
67% / 33%
Overdue
0
Free
18
Developer 18
Rating
(548)
Projects
1330
59%
Arbitration
28
82% / 0%
Overdue
10
1%
Free
19
Developer 19
Rating
(66)
Projects
143
34%
Arbitration
10
10% / 60%
Overdue
26
18%
Free
Similar orders
Existing Supertrend Indicator -Create summary Panel to display trade results -Calculate SL and TPs based on the given requirement -Calculate totals - Calculate consecutive wins etc. For details please message
I'm seeking assistance in developing a sophisticated trading robot with the following features: Core strategy: Harmonic pattern recognition Supply and demand analysis Fibonacci zigzag for trade optimization Additional components: News filter Dashboard for easy monitoring Customizable settings: Lot size Trailing stop Trading session parameters Maximum number of orders Option to use market or limit orders Resources
Hi, I have an indicator from my friend, I want to copy it to MT5 can you do that for me. Here is the link
I need an experienced programmer to create an automated EA that will open trades based on different candle stick formation strategies and indicators. The EA will first scan the market, find a current market trend and define area of support and resistance. On ranging market the EA doesn’t place trades . (1) EA should use a straddle strategy from either the S/R level, (2) indecision Doji candle from the S/R area, (3)
Requirement Specification : I have an EA that i want to convert from MQ4 to MQ5. I want my EA to be ready as this link says: https://www.mql5.com/en/articles/2555 And I want both EA passes the MQL5 automatic validation, no errors, no warnings, no dll . I need a good and experience programmer that can commit and complete this project. I have an Existing MT4 Expert Advisor and i want to convert to MT5. Exact copy i
Need ea according to stochastic divergence (both hidden and regular) plus candlestick flip .. need for experinced developers to complete my order with 99percent accuracy. So bet for it the budged is fixed and other plugins will be added in the v2
I want to make a new dashboard using 3 common indicators and the ADX indicator , which you must supply I have a MA dash which you can strip & reuse if it helps you I tried to cover all questions in the attached but i'm sure there'll be more
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells

Project information

Budget
99+ USD
For the developer
89.1 USD
Deadline
to 7 day(s)