Create an EA based on EMAs and MACD

MQL5 Эксперты

Работа завершена

Время выполнения 117 дней
Отзыв от заказчика
Mohammad is highly knowledgeable, patient and diligent in answering all my questions. Outcome was great and I can't wait to test this out in a live environment! I highly recommend Mohammad!
Отзыв от исполнителя
A very good customer. I highly recommend working with him to everyone

Техническое задание

Need an EA based from the strategy discussed in this YT video - https://www.youtube.com/watch?v=nmffSjdZbWQ

+ some modifications/notes

  • Multiple EMAs - 8, 21, 50 and 200. Only 200 is enabled by default but the rest can be individually toggled by the user. For instance, if both 50-EMA and 200-EMA are enabled, the EA must check if the trend is the same for both 50 and 200 EMA. The idea is to have fanned-out EMAs to confirm a trend (see https://www.youtube.com/watch?v=zhEukjCzXwM&t=230s for more info)

  • Checking if the previous x candles are bullish (x white soldiers - for a long position) or bearish (x black crows - for short). This flag can be enabled/disabled via user option. Values are 0, 1, 2, 3. Examples.

    • If 0, then disabled

    • If 1 - For a buy trade, 1 previous candle should be bullish. Same logic for sell trade.

    • If 2 - For a buy trade, 2 previous candles should be bullish. Closing price of candle [1] should be higher than the closing price of candle[2]. Same logic for sell trade.

    • If3 - For a buy trade, 3  previous candles should be bullish. Closing price of candle [1] should be higher than the closing price of candle[2].  Closing price of candle [2] should be higher than the closing price of candle[3]. Same logic for sell trade.

  • Candle (used for checking the previous item) - can be a regular candle or Heiken Ashi candle. Default to regular candles. This should be user configurable as well.

  • Other user options:

  1. mode: trade (auto trade) or signal (arrow or icon on chart, sound alert, or via push notification) 

  2. money management: 

    • volume: user input, default to 0.01

    • TP level 

    • Risk/Reward: 1:1, 1:2, 1:3, 3:1, 2:1, default to 1:2

  3. option to TP half of volume if TP target is reached (if volume is > 0.01), then adjust TP to x pips (another user-configurable option)

  4. trailing stop option/flag and amount if #3 above is enabled

  5. news trading - e.g. disable trading x number of hours before NFP (or any high impact news) until x number of hours after - if this is possible. Open position(s), if profitable will be closed instantly (add comment). If position is at a loss, just continue unless condition in next item (#6) is met. 

  6. toggle on/off to prematurely close position if trend shifts to the opposite direction (multiple EMAs)

  7. number of concurrent trades allowed. default to 1. Obviously, if multiple instances of EA are run on different symbols, this constraint should be applied for each symbol. 

  8. other standard options like magic number, comment, etc

  9. (addendum) debug mode - print important data in debug window

  10. (addendum) testdebug mode - When in the strategy testing window, pause test before a trade/signal is executed (using dll file). See https://www.mql5.com/en/forum/270837. Since DLL is not allowed in VPN, code should still work by just commenting out the #import line and recompiling. 

Developer to provide source code. Hopefully optimized (fast), with comments and clean coding (segregate tasks to small logical functions instead of bundling everything in 1 giant function) so EA can be conveniently updated later. 

Obviously, I will need to test the final product. My preferences are the major forex pairs and 1M-15M time frames. 

Please let me know if these are feasible, or if you have questions/concerns.


Откликнулись

1
Разработчик 1
Оценка
(42)
Проекты
62
8%
Арбитраж
12
58% / 42%
Просрочено
1
2%
Свободен
2
Разработчик 2
Оценка
(63)
Проекты
68
25%
Арбитраж
12
42% / 42%
Просрочено
4
6%
Свободен
3
Разработчик 3
Оценка
(17)
Проекты
22
5%
Арбитраж
7
14% / 29%
Просрочено
3
14%
Свободен
4
Разработчик 4
Оценка
(2422)
Проекты
3042
66%
Арбитраж
77
48% / 14%
Просрочено
340
11%
Работает
5
Разработчик 5
Оценка
(3)
Проекты
3
0%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
6
Разработчик 6
Оценка
(143)
Проекты
255
35%
Арбитраж
12
25% / 58%
Просрочено
42
16%
Свободен
7
Разработчик 7
Оценка
(74)
Проекты
73
47%
Арбитраж
2
50% / 50%
Просрочено
2
3%
Свободен
8
Разработчик 8
Оценка
(1)
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
9
Разработчик 9
Оценка
(41)
Проекты
88
14%
Арбитраж
30
30% / 53%
Просрочено
36
41%
Работает
10
Разработчик 10
Оценка
(7)
Проекты
6
17%
Арбитраж
3
0% / 100%
Просрочено
0
Свободен
11
Разработчик 11
Оценка
(66)
Проекты
143
34%
Арбитраж
10
10% / 60%
Просрочено
26
18%
Свободен
Похожие заказы
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange and forex market. I already have some source code to a strategy but would like to enhance it to make it profitable and automated
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link

Информация о проекте

Бюджет
30 - 100 USD
Исполнителю
27 - 90 USD
Сроки выполнения
до 20 дн.