Breakout Out EA that trades on all Brokers and Deriv indices

MQL5 Uzman Danışmanlar

İş Gereklilikleri

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.


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(17)
Projeler
20
5%
Arabuluculuk
6
17% / 17%
Süresi dolmuş
3
15%
Meşgul
2
Geliştirici 2
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Ücretsiz
3
Geliştirici 3
Derecelendirme
(2)
Projeler
3
0%
Arabuluculuk
0
Süresi dolmuş
0
Ücretsiz
4
Geliştirici 4
Derecelendirme
(4)
Projeler
5
60%
Arabuluculuk
0
Süresi dolmuş
0
Ücretsiz
5
Geliştirici 5
Derecelendirme
(37)
Projeler
50
16%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
6
12%
Yüklendi
6
Geliştirici 6
Derecelendirme
(21)
Projeler
29
21%
Arabuluculuk
8
63% / 13%
Süresi dolmuş
9
31%
Ücretsiz
7
Geliştirici 7
Derecelendirme
(66)
Projeler
143
34%
Arabuluculuk
11
9% / 55%
Süresi dolmuş
26
18%
Çalışıyor
8
Geliştirici 8
Derecelendirme
(40)
Projeler
86
13%
Arabuluculuk
30
30% / 47%
Süresi dolmuş
35
41%
Yüklendi
Benzer siparişler
Helping me will secure all my work in the future. need help fixing two errors I can give you one job a week if your good at what you do
Dear Developer, I need you to create fxdreema project (EA) to implement a multicurrency math based trading with multiple entry modules. the system will be trading on daily basis with extra confirmation with some math from the higher TF, i use percentage of variation between candle close for a specific candles count like from the start of the day for M5 TF and also there will be some extra math to get the power of the
Hi there, I need a trading algo for MT5 for my mean reversion strategy. It’s a cross between bollinger bands and RSI with ATR for stop loss. I trade forex so I need to be able to change the settings based on every pair i trade
Hi I want to convert a indicator to mql5 ea, i want to trade from the previus day red and green boxes. Targeting the gray areas from the prev day. More info in chat Please leave a quote
Hi i have 3 indicators that are mq4 file what i would like to do is to let these indicators become one and get arrow signals for them let me know if that can be done , the first indicator is super smoother line with period 14 with color line, the next indicator is a another smoother indicator that breaks out when a trend begins and the last is 2 moving average line that crosses each other to give arrow signals. I
I want a HFT Bot that Constantly make 1% Monthly returns. And it is able to pass a propfirm Challenge. I have a maximum budget of 60. And I want the EA Logic of this Expert advisor
Hi, Use MQL5 connect to only one binance websocket API: binance.com/stream?streams=btcusdt@aggTrade and get the returned data successfully(you no need process returned data). MUST use this MQL library to connect binnace: https://www.mql5.com/en/articles/8196 Source code need Related binance websocket document: https://binance-docs.github.io/apidocs/spot/en/#websocket-market-streams Thanks
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

Proje bilgisi

Bütçe
30 - 50 USD
KDV (23%): 6.9 - 11.5 USD
Toplam: 36.9 - 61.5 USD
Geliştirici için
27 - 45 USD
Son teslim tarihi
from 3 to 5 gün