Breakout Out EA that trades on all Brokers and Deriv indices

MQL5 Experten

Spezifikation

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.


Bewerbungen

1
Entwickler 1
Bewertung
(17)
Projekte
21
5%
Schlichtung
7
14% / 14%
Frist nicht eingehalten
3
14%
Beschäftigt
2
Entwickler 2
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(2)
Projekte
3
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
4
Entwickler 4
Bewertung
(4)
Projekte
5
60%
Schlichtung
0
Frist nicht eingehalten
0
Frei
5
Entwickler 5
Bewertung
(39)
Projekte
53
15%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
6
11%
Beschäftigt
6
Entwickler 6
Bewertung
(21)
Projekte
29
21%
Schlichtung
8
63% / 13%
Frist nicht eingehalten
9
31%
Frei
7
Entwickler 7
Bewertung
(66)
Projekte
143
34%
Schlichtung
11
9% / 55%
Frist nicht eingehalten
26
18%
Arbeitet
8
Entwickler 8
Bewertung
(41)
Projekte
87
13%
Schlichtung
30
30% / 47%
Frist nicht eingehalten
35
40%
Beschäftigt
Ähnliche Aufträge
EA (mq4 file) needs customization: 1. Add 2 params and their functionality. 2. Fix Global Variables (GV) so EA will NEVER miss a trade for any reason. Should not take more than an hour to complete the job
When placing trades through the MT4 platform, it is not possible to get detailed trade analytics within MT4. The platform only provides a basic list of trades taken and the PnL. It does not even allow basic charting and trade analytics which makes it very difficult to figure out which trades are working, which ones are not, and why. For this reason, I am planning to develop a web app that will get trade-related data
I need someone who would use four moving averages on the mt4 and mt5 platform to create a trading robot The first moving average period would be 10, method is simple, applied to close, The second one is period 30,method is exponential, applied to close, the third one is period 50, method is simple , applied to close. The fourth one is period 200, method is simple and applied to close The 200 has to cross the rest of
THE STRATEGY • TREND DSRECTSON • V – PATTERN AND SNVERSE • Z – PATTERN • SUPPORT AND RESSSTANCE FOLLOW THE RULES OF THSS STRATEGY AND YOU SHALL NEVER GO WRONG* STRATEGY REQUSREMENT • BROKER THAT OFFERS NASDAQ. • BROKER THAT ALLOWS YOU TO TRADE NASDAQ WSTH 0.01 LOTS • LEVERAGE 1.500 NOT MORE THAN THSS. • EQUSTY OF ABOUT $500 AND ABOVE • TAKE TRADES ONLY ON H1 RECOMMENDED BROKERS PEPPERSTONE OANDA AVATRADE NASDAQ
I hope this message finds you well. I am currently seeking an experienced MQL developer to work on a project that involves modifying an existing trading robot and creating a new version with specific enhancements and customizations. I have the source code of a trading robot that I would like to modify. Requirements: Experience with MQL4 and MetaTrader 4 platform. Strong understanding of trading algorithms and
The strategy is based on identifying overbought and oversold conditions across multiple timeframes. The primary indicator used is the stochastic indicator. Stochastic Settings: • %K period: 100 • %D period: 5 • Slowing: 4 •Price field : close/close For buying: • stochastic Signal line/Both Most be in the oversold zone (20 level of stochastic) on the H4, H1, 30m, 15m, 5m, and 1m timeframes. Final confirmation For a
Hello, I need an EA that can pass the challenge of the main prop firm preferably without using grid/martingal. Respecting the daily 5% DD and the 10% overall drawdown. Aiming for 5-10% a month
If you could develop it to open trades within 1 second immediately a signal comes. Positions should be opened instantly. I would be privileged to work with you. Developer must have developed a ln expert like this before
I am looking for a skilled developer to create a Forex trading bot for MT4 with the following features and indicators: Indicators: EMA 20, EMA 50, EMA 200, BB 600. Trade Conditions: The bot should look for high or low test conditions in Forex pairs. Notification: The bot should message me via Telegram when it finds a trade based on the parameters. Trade Execution: If I approve the trade by replying 'yes' on Telegram
I am looking for a developer to help automate my strategy. This project is solely on candlesticks and price action. 1. It should have a TP and engage partial exit. 2. Should not have SL but Trailing stop loss. For more details will be share to interested developer

Projektdetails

Budget
30 - 50 USD
MwSt (23%): 6.9 - 11.5 USD
Insgesamt: 36.9 - 61.5 USD
Für die Entwickler
27 - 45 USD
Ausführungsfristen
von 3 bis 5 Tag(e)