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
評価
(64)
プロジェクト
68
25%
仲裁
12
42% / 42%
期限切れ
4
6%
3
開発者 3
評価
(17)
プロジェクト
22
5%
仲裁
7
14% / 29%
期限切れ
3
14%
4
開発者 4
評価
(2452)
プロジェクト
3088
66%
仲裁
77
48% / 14%
期限切れ
340
11%
仕事中
5
開発者 5
評価
(3)
プロジェクト
3
0%
仲裁
1
0% / 100%
期限切れ
0
6
開発者 6
評価
(145)
プロジェクト
258
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
評価
(42)
プロジェクト
88
14%
仲裁
31
29% / 55%
期限切れ
36
41%
仕事中
10
開発者 10
評価
(7)
プロジェクト
6
17%
仲裁
3
0% / 100%
期限切れ
0
11
開発者 11
評価
(67)
プロジェクト
144
34%
仲裁
10
10% / 60%
期限切れ
26
18%
類似した注文
Job Title: Experienced MT5 Developer Needed to Update MT5 EA PLEASE READ THE ENTIRE JOB DESCRIPTION BEFORE APPLYING Qualifications Required: * Minimum of 5 years of experience in coding Expert Advisors * Experience with at least 150 completed EA projects (must be visible on your profile) * Must have knowledge of both forex trading and coding, as these are different skills * Fluent in English (no translators) * Must
I have a fully coded TradingView indicator that I need updated to function as a strategy. This should include the ability to backtest the strategy using the TradingView strategy tester. The main task is to convert the existing indicator into a strategy format while maintaining its core functionality, but adapting it for automated trading logic and performance analysis. Please ensure that the strategy uses proper
I'm looking for professional developer for long term. Who have skill in Converting trading to MT4/5. Also have good knowledge of Algo. And response and deliver tools on time and at the top need good communication. That's all we need
budget of 500 usd I want to create a rsi bot for eur usd money is the least important thing I want it to look good if you are going to apply do it but send me at least 3 photos or screenshots of this type of work with rsi bot my goal level 50 sell level 20 buy that's all it must have its basic robot functions
I have simple EA i want to modify its parameters. If you are good at modifying EAs contact me for more details. I will issue the source code then you return after finishing without changing the buy or sell conditions
the code wasn't mine, i have got it somewhere on the web, but i like the performance of the EA, so i want to use it on mt5 platform. the given code based on price movements with ladder entry concept
* Advanced level dev only, NDA required * Hi, I have a multi timeframe, multiindicator expert that requires additional features added to it. First started development 5 years ago. Upgrading with new features. To be added Entry - Add Stochastic and CCI options for trade entry to be added to existing signal options. Add config options to existing menu Bulk Exit - Master switch for close all trades based on basket
I am developing a master EA that integrates several sub-EAs. The project is complex, and the documentation is thoroughly structured, spanning 50 pages with detailed step-by-step procedures. 1st sub-EA: This EA opens trades without using indicators. Instead, it opens a new trade based on the color or status of the last candle. For instance, if the last candle was green, a new buy trade is opened. 2nd sub-EA: This EA
Good Day I would like to order a trading robot. Pairs: XAUUSD (GOLD) EUR/USD USD/JPY The robot should be trading daily with TP/SL build in, would like to have trailing and stop loss, should execute up to 5 trades (preffarable setting choice) up to 10 trades Los sizes to be choise setting, must also trade major US vews events Like:US- PPI, CPI, NFP, Sales m/m and so on Must also show/display alert when opening
Hello Guys, I need a trading bot for the MT5 to place order based on my trading strategy which is based on - >> entry based on EMA with rejection from specific levels like support and resistance area - levels and time frame i will apply into the robot manually on daily basis. also need - trailing stoploss , shift to breakeven after gaining some points. need a highly expert developer

プロジェクト情報

予算
30 - 100 USD
開発者用
27 - 90 USD
締め切り
最高 20 日