Breakout Out EA that trades on all Brokers and Deriv indices

MQL5 专家

指定

Am looking for a coder that can make my EA under breakout strategy with specific inputs and over 50 setting parameters which I have already coded, just need help to integrate them into the strategy that will allow allow entries picked from a higher time frame entered in a lower time frame. the algorithm and inputs have already been typed in a document also its all about coding the algorithm of the breakout and implementing them that's needed. I am asking also that this Ea have a system to be able to trade on any broker, prop firm and even Deriv because it is meant  for multiple purposes.  if you are interested please to respond to this ad now. Thank you very much 

The Requirements as follows
  1. Major Direction:
    • Description: The Major Direction strategy component relies on two moving averages, the 250-period MA and the 90-period MA. It identifies buy opportunities when candles close above both moving averages and sell opportunities when candles close below both.
    • Confirmation: Major Direction signals are confirmed after two consecutive candles close in either the H1 or H4 timeframes.
  1. Higher Direction Trend:
    • Description: The Higher Direction Trend is determined by the 90-period moving average.
    • Alignment: Lower timeframe trades are executed only when both the Major Direction and Higher Direction Trend signals align.
  1. Lower Time Frame Entries:
    • Description: Lower timeframe entry points are contingent upon alignment with both the Major Direction and Higher Direction Trend signals.
    • Buy Trades: Buy trades in the lower timeframe occur when candles consistently close above the 250-period moving average and both the Major Direction and Higher Direction Trend signals indicate a buy opportunity.
  1. Exit Criteria:
    • Description: The EA implements specific exit criteria to manage trade closure decisions effectively.
    • Exit Strategy: If the EA detects a break of the moving average opposite to the trade direction in the lower timeframes, it promptly closes all open trades to prevent further losses.
  1. Notification Settings:
    • Description: Notification settings control how the EA communicates trade-related information to the user.
    • Notification Options: Users can choose to receive notifications via email, mobile alerts, or pop-up messages.

My apologies for the oversight. Let me add the missing parameters:

 

11. **Close by Daily Drawdown:**

    - Description: Enable or disable closing trades based on daily drawdown.

    - Options:

      - True: Close by daily drawdown is enabled.

      - False: Close by daily drawdown is disabled.

 

12. **Close by Daily Drawdown Amount in Percent %:**

    - Description: Specify the percentage amount for daily drawdown.

    - Options:

      - Numeric value: Percentage amount for daily drawdown.

 

13. **Max Daily Drawdown: Trigger Mode:**

    - Description: Specify the trigger mode for maximum daily drawdown.

    - Options:

      - Pause EA until manually restarted: Pause EA operation until manually restarted.

      - Continue trading: Continue trading despite maximum daily drawdown.

 

14. **Close by Profit:**

    - Description: Enable or disable closing trades based on profit.

    - Options:

      - True: Close by profit is enabled.

      - False: Close by profit is disabled.

 

15. **Profit Trigger Amount, $:**

    - Description: Specify the profit trigger amount in currency.

    - Options:

      - Numeric value: Profit trigger amount in currency.

 

16. **Profit Trigger Mode:**

    - Description: Specify the trigger mode for profit.

    - Options:

      - Pause EA until manually restarted: Pause EA operation until manually restarted.

      - Continue trading: Continue trading despite reaching profit trigger.

 

17. **Close by Loss:**

    - Description: Enable or disable closing trades based on loss.

    - Options:

      - True: Close by loss is enabled.

      - False: Close by loss is disabled.

 

18. **Loss Trigger Amount, $:**

    - Description: Specify the loss trigger amount in currency.

    - Options:

      - Numeric value: Loss trigger amount in currency.

 

19. **Loss Trigger Mode:**

    - Description: Specify the trigger mode for loss.

    - Options:

      - Pause EA until manually restarted: Pause EA operation until manually restarted.

      - Continue trading: Continue trading despite reaching loss trigger.

 

20. **Close by Equity:**

    - Description: Enable or disable closing trades based on equity.

    - Options:

      - True: Close by equity is enabled.

      - False: Close by equity is disabled.

 

21. **Profit Equity Trigger Amount, $:**

    - Description: Specify the profit equity trigger amount in currency.

    - Options:

      - Numeric value: Profit equity trigger amount in currency.

 

22. **Profit Equity Trigger Mode (Equity):**

    - Description: Specify the trigger mode for profit equity.

    - Options:

      - Pause EA until manually restarted: Pause EA operation until manually restarted.

      - Continue trading: Continue trading despite reaching profit equity trigger.

 

23. **Profit Equity Trigger Amount Increase, $:**

    - Description: Specify the amount to increase profit equity trigger in currency.

    - Options:

      - Numeric value: Amount to increase profit equity trigger in currency.

 

24. **Close by Equity Loss:**

    - Description: Enable or disable closing trades based on equity loss.

    - Options:

      - True: Close by equity loss is enabled.

      - False: Close by equity loss is disabled.

 

25. **Loss Equity Trigger Amount, $:**

    - Description: Specify the loss equity trigger amount in currency.

    - Options:

      - Numeric value: Loss equity trigger amount in currency.

 

26. **Loss Equity Trigger Mode:**

    - Description: Specify the trigger mode for loss equity.

    - Options:

      - Pause EA until manually restarted: Pause EA operation until manually restarted.

      - Continue trading: Continue trading despite reaching loss equity trigger.

 

27. **Loss Equity Trigger Amount Decrease, $:**

    - Description: Specify the amount to decrease loss equity trigger in currency.

    - Options:

      - Numeric value: Amount to decrease loss equity trigger in currency.

 

28. **Trades per Signal:**

    - Description: Specify the number of trades per trading signal.

    - Options:

      - Numeric value: Number of trades per trading signal.

 

29. **Lot Size Mode:**

    - Description: Specify the mode for lot size.

    - Options:

      - Fixed lot: Fixed lot size for each trade.

      - Variable lot size per X% balance: Lot size varies based on a percentage of the account balance.

 

30. **Variable X% Factor:**

    - Description: Specify the factor for variable lot size calculation.

    - Options:

      - Numeric value: Factor for variable lot size calculation.

 

31. **Fixed Lot Size:**

    - Description: Specify the fixed lot size for each trade.

    - Options:

      - Numeric value: Fixed lot size for each trade.

 

32. **Stop Loss, Pips:**

    - Description: Specify the stop loss in pips.

    - Options:

      - Numeric value: Stop loss in pips. (0 = disable)

 

33. **Use Trailing Stop:

    - Description: Enable or disable the use of trailing stop.

    - Options:

      - True: Trailing stop is enabled.

      - False: Trailing stop is disabled.

 

34. **Continue Trading when Trailing Hits:**

    - Description: Enable or disable continuing trading when trailing stop hits.

    - Options:

      - True: Continue trading when trailing stop hits is enabled.

      - False: Continue trading when trailing stop hits is disabled.

 

35. **Trailing Stop, Pips:**

    - Description: Specify the trailing stop in pips.

    - Options:

      - Numeric value: Trailing stop in pips.

 

36. **Take Profit, Pips:**

    - Description: Specify the take profit in pips.

    - Options:

      - Numeric value: Take profit in pips. (0 = disable)

 

40. **Send Email:**

    - Description: Enable or disable sending email alerts.

    - Options:

      - True: Send email alerts is enabled.

      - False: Send email alerts is disabled.

 

41. **Send Mobile Notification:**

    - Description: Enable or disable sending mobile notifications.

    - Options:

      - True: Send mobile notifications is enabled.

      - False: Send mobile notifications is disabled.

 

42. **Play Sound:**

    - Description: Enable or disable playing sound alerts.

    - Options:

      - True: Play sound alerts is enabled.


反馈

1
开发者 1
等级
(20)
项目
24
8%
仲裁
6
17% / 17%
逾期
3
13%
繁忙
2
开发者 2
等级
项目
0
0%
仲裁
0
逾期
0
空闲
3
开发者 3
等级
(2)
项目
3
0%
仲裁
0
逾期
0
空闲
4
开发者 4
等级
(4)
项目
5
60%
仲裁
0
逾期
0
空闲
5
开发者 5
等级
(46)
项目
62
15%
仲裁
1
0% / 0%
逾期
6
10%
已载入
6
开发者 6
等级
(21)
项目
29
21%
仲裁
8
63% / 13%
逾期
9
31%
空闲
7
开发者 7
等级
(66)
项目
143
34%
仲裁
11
9% / 55%
逾期
26
18%
工作中
8
开发者 8
等级
(41)
项目
87
13%
仲裁
29
31% / 48%
逾期
35
40%
繁忙
相似订单
Hi i am searching for who can makes me Mt4 Robot Analysis Method = Candle + Ichimoku and also i want to attach image with Ea and image will provide from like when i attach my Ea to any type chart the chart image chnages to image which i attached to my Ea Message me for Ea parameters and for more information and only developer message me who is agree with 6days deadline and i will start job with developer on monday
Currently I have an mt4 file, I need to convert this mt4 robot to mt5 version for it, according to the available mt4 file, I can do some other ea if it meets the requirements
Unicorn model entry for boom and crash only to catch spikes and crashes... Selling crash and buying boom Please have knowledge about boom and crash before applying Also demo to confirm quick selection
Need to add code that will open and close transactions in the strategy tester. one buy and one sell trade on each new bar of the selected timeframe. with fixed stop loss and take profit of 100 and 100. on any trading instrument. The EA must pass a test from the market to load the product. no errors. Please provide the code separately, I will enter it into the bot myself. After successfully uploading the product to
Hanson Robotics 100+ USD
وهي متخصصة في إنشاء "روبوتات تشبه الإنسان" باستخدام الذكاء الاصطناعي لمختلف التطبيقات، مثل الرعاية الصحية والبحث والترفيه. بعد تفعيلها في 14 فبراير 2016، اكتسبت صوفيا اهتمامًا عالميًا بسبب مظهرها الشبيه بالبشر وتعبيرات وجهها
Witam Szanownych Freelancerów, Mam problem z konwersją strategii EA z MQL4 do MQL5. W zasadzie konwertuje za pomocą skryptu: mq4to5rewrite_sample_v4_2 kończy się sukcesem, ale daje wynik w pliku mq5, który nie daje się skompilować. System występowania o błędach, których ja z braku dostępu do języka MQL nie jest możliwy do zastosowania. W związku z tym mam prośbę o: a) konwersję i przygotowanie pliku żródłowego MQL5
BUDGET IS NEGOTIABLE. PHOTOS SAYS DOJI, BUT IS SUPPOSE TO BE PINBAR -------MAIN FUNCTIONS----------- Trade will enter buy trade after current candle goes below previous candle then within the same candle closes at or near the highest point. (PIN BAR) Trade will enter SELL trade after current candle goes below previous candle then within the same candle closes at or near the lowest point. (PIN BAR) ENTRY CANDLE
Hi all and thanks for reading. I need a coder to modify the name and design of an Expert Advisor working on MT4. I DON't HAVE SOURCES, BUT ONLY COMPILED EXE files. The EA has been given me from my partner. To be honest, the purpose of changing its design and name is to share it in my community (on my own brand form). After that, I would like to be informed on what's in the EA code: like comments, strategies or
PLEASE NOT THAT MY BUDGET IS 60usd FOR BOTH MT4 AND MT4 PLATFORMS The EA should have 1. An option that I can change it parameters, that's the period, method and application 2. The EA should sell when on every bullish candle that closes under the MA 3. The EA should buy on every bearish candle that forms Above the EA. It's should close trades on reverse cross. I mean when it's in a buy trade and crosses the MA for a
I want to create an EA that manages open trades, in a way that if a winning trade reach X% of profit it will close and partially close another open trade in the opposite direction ( the net profit for both trades to be X for example 10usd ) , in the input data I`ll choose the trades by either ticket number or magic number or comment

项目信息

预算
30 - 50 USD
VAT (23%): 6.9 - 11.5 USD
总计: 36.9 - 61.5 USD
开发人员
27 - 45 USD
截止日期
 3  5 天