Create an EA based on EMAs and MACD

MQL5 Esperti

Lavoro terminato

Tempo di esecuzione 117 giorni
Feedback del cliente
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!
Feedback del dipendente
A very good customer. I highly recommend working with him to everyone

Specifiche

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.


Con risposta

1
Sviluppatore 1
Valutazioni
(42)
Progetti
62
8%
Arbitraggio
12
58% / 42%
In ritardo
1
2%
Gratuito
2
Sviluppatore 2
Valutazioni
(63)
Progetti
68
25%
Arbitraggio
12
42% / 42%
In ritardo
4
6%
Gratuito
3
Sviluppatore 3
Valutazioni
(17)
Progetti
22
5%
Arbitraggio
7
14% / 29%
In ritardo
3
14%
Gratuito
4
Sviluppatore 4
Valutazioni
(2422)
Progetti
3042
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
In elaborazione
5
Sviluppatore 5
Valutazioni
(3)
Progetti
3
0%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
6
Sviluppatore 6
Valutazioni
(143)
Progetti
255
35%
Arbitraggio
12
25% / 58%
In ritardo
42
16%
Gratuito
7
Sviluppatore 7
Valutazioni
(74)
Progetti
73
47%
Arbitraggio
2
50% / 50%
In ritardo
2
3%
Gratuito
8
Sviluppatore 8
Valutazioni
(1)
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
9
Sviluppatore 9
Valutazioni
(41)
Progetti
88
14%
Arbitraggio
30
30% / 53%
In ritardo
36
41%
In elaborazione
10
Sviluppatore 10
Valutazioni
(7)
Progetti
6
17%
Arbitraggio
3
0% / 100%
In ritardo
0
Gratuito
11
Sviluppatore 11
Valutazioni
(66)
Progetti
143
34%
Arbitraggio
10
10% / 60%
In ritardo
26
18%
Gratuito
Ordini simili
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

Informazioni sul progetto

Budget
30 - 100 USD
Per lo sviluppatore
27 - 90 USD
Scadenze
a 20 giorno(i)