Breakout Out EA that trades on all Brokers and Deriv indices

MQL5 Experts

Specification

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.


Responded

1
Developer 1
Rating
(17)
Projects
20
5%
Arbitration
6
17% / 17%
Overdue
3
15%
Loaded
2
Developer 2
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
3
Developer 3
Rating
(2)
Projects
3
0%
Arbitration
0
Overdue
0
Free
4
Developer 4
Rating
(4)
Projects
5
60%
Arbitration
0
Overdue
0
Free
5
Developer 5
Rating
(37)
Projects
50
16%
Arbitration
1
0% / 0%
Overdue
6
12%
Loaded
6
Developer 6
Rating
(21)
Projects
29
21%
Arbitration
8
63% / 13%
Overdue
9
31%
Free
7
Developer 7
Rating
(66)
Projects
143
34%
Arbitration
11
9% / 55%
Overdue
26
18%
Working
8
Developer 8
Rating
(40)
Projects
86
13%
Arbitration
30
30% / 47%
Overdue
35
41%
Loaded
Similar orders
Building a bot that copies signals from the sender platform to the slave platform The expert must work on two remote computers, not the same computer Control settings for masters and slaves as well If necessary, it is preferable to use an interface from a server, for example
M Empire EA 30+ USD
Fundamental strategy,trade double bottom and double top enters after the break of structure,it must hold the trades for four to six ours and it must also trade London Session and New York Session
Hello dear developers! MT4 EA I want you to help me create a trading robot. I already had an unpleasant experience with a developer who said he would do it for me but didn't know how to do it. Thus he blocked some money from me. Now I want to see who knows how to program such a robot. For this reason, I will initially present only a fragment of this robot. Whoever knows how to correctly program this fragment
This job is for an MT5 EA to pass prop firm challenges (either 1 or 2 phases) and use in Funded Account (such as NOVA FUNDING, FTMO, MFF, MYFUNDEDFX etc.), and should also work on normal live accounts. Requirements for the EA: - trades well individually on: EURUSD, GBPUSD (preferably also on US30 and others) - must use Stoploss - max. daily Loss 4% - max. daily Drawdown 6% - max. account Drawdown 8% - Should not use
Need a trading bot 30 - 40 USD
Hi there, Can you reprogramme an existing EA using the source code or create one from scratch? Of course, I already have an MQL4 version of the EA; all I need is an additional version with alternative configurations. Please get in touch if you are proficient in developing an MT4 EA, as I will be providing all information through a comment section. Thank you
Hello great developer can you help me with MT5 indicator developing? Here is a document that describes the filters that will need to be added to my existing custom indicator. let me know if you have any questions or if anything in the document is unclear I will be looking for great developer to bid for this project Best regards
Here is a document that describes the filters that will need to be added to my existing custom indicator. let me know if you have any questions or if anything in the document is unclear kindly message me for the file
Hamed09877 30+ USD
Trend Line Candlestick action price strategy No martingale and hedge Ability to automatically manage capital and Markab capital Ability to insert stop loss and tick profit for each individual position Capable of fundamental and technical analysis with news filter Acceptable monthly profit in proportion to capital 24 hour support Easy installation Free update
Trade Entry Rule : 1 . New Arrow Higher or Lower Appear : Entry . (Range: {Input}) After Entry Trailing Stop Trails { Trail Step (Input) } 2 . Lot Size { Input } 3 . Take Profit { Input } 4 . Max Number of Trades { Input } 5 . Total Number of Trades per Entry { Input } ---------------------------------------------------------------------------- 6 . Spread Filter { Input }
Hello there, Am looking for an expert in coding mt4, mt5 EA and indicator, am a project manager who help people in getting there strategy or idea been convert to well performance EA or indicator by a professional programmer and developer, so if you are a professional and interested in working with me let talk in the comment so we can build a long business relationship together. THANK YOU

Project information

Budget
30 - 50 USD
VAT (23%): 6.9 - 11.5 USD
Total: 36.9 - 61.5 USD
For the developer
27 - 45 USD
Deadline
from 3 to 5 day(s)