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
Оценка
(18)
Проекты
21
5%
Арбитраж
6
17% / 17%
Просрочено
3
14%
Загружен
2
Разработчик 2
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
3
Разработчик 3
Оценка
(2)
Проекты
3
0%
Арбитраж
0
Просрочено
0
Свободен
4
Разработчик 4
Оценка
(4)
Проекты
5
60%
Арбитраж
0
Просрочено
0
Свободен
5
Разработчик 5
Оценка
(41)
Проекты
56
16%
Арбитраж
1
0% / 0%
Просрочено
6
11%
Загружен
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%
Арбитраж
30
30% / 47%
Просрочено
35
40%
Загружен
Похожие заказы
Hello Developer, I want to Convert Tradingview Indicator to MQ4 & MQ5 file with. Then I want to convert it to MT4/ MT5 EA. All files with source code. I will provide you with previous EA source Code to apply it for the new indicator. You may use it or create new one with same functions. The previous EA source code has main indicator and minor indicators. Keep the minor indicators. Ensure all functions work correctly
Project Overview: Purpose: Create a trading bot that sends buy/sell signals and executes trades based on multiple indicators. Main Timeframe: 5-minute charts, with additional calculations on 1, 15, and 30-minute charts. Key Features: Signal generation from Ichimoku Cloud, SMA, SuperTrend, and Engulfing Candle. Customizable notifications (to coordinate with programmer best way to do it) for trend changes, position
I need and Expert Advisor that send Automatically a text and Chart screenshot to the MQL5 profile wall. Hello developers. I know about Code, MQL and expert advisor. I wanted to creat and Expert Advisor (Or a function) that send A Screenshot or any PNG image with a text and to the MQL5 profile wall with my username and passwors. I use the Webrequest documentation sample function to do that, but unfortunately the rules
MT4, MT5, AND CTRADER PROGRAMMER NEEDED I am searching for an expert who can code a well automated expert advisor based on my trading strategy for mt4, mt5, ctrader, please I am only looking for someone who specialized in those three trading platforms and can code an algorithm then make it run well without any coding errors, thanks
I need an EA in based of this indicator. It have buffers. The owner told me it..., So I need an expert who can do this I will attached the file right now
Hey just reached out if you can code for mt4, mt5 ctrader, you must be skilled in developing a well automated algorithm trading robot for those platform, this is very important job, I am sending the full specifications in comment section thanks
Hey I am writing to a proficient algorithm trading bot developer who is well vast and can program EA for various trading platforms such as MT4, MT5, CTRADER AND TRADINGVIEW, I've been discussion the project specifications with an expert specialist here in few hours ago and that's when I first posted this job as it's very important job but suddenly an error occurred and job got automatically deleted while the
Robo382 30+ USD
OLA /// a minha estratégia de operação automatizada seria assim onda de impulsao com correcao no nivel de 38,2 % com stop 14.6% ou seja fibo de 0% ao 100%
Robot Magic - xxx Direction - buy and sell, or buy, or sell. Lot size - 0.1 or more Use SL - true / false SL - xxxxx Use TP - true/ false Tp - xxxxx Close trade on opposite signal - true/ false Recovery SL/minus = lot size * C, N times C coefficient - xxx N times - xxx Use trailing stop - true / false Trailing stop - xxxxx Use trading hours - true/ false Trading hours - start xxxx - stop xxxx trading on Monday
HI, I'm looking for an experienced person who can add buy/sell indications and Alerts on existing Pinescript along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should excute trade instantly as based on the alerts/indications on tradingview script

Информация о проекте

Бюджет
30 - 50 USD
VAT (23%): 6.9 - 11.5 USD
Итого: 36.9 - 61.5 USD
Исполнителю
27 - 45 USD
Сроки выполнения
от 3 до 5 дн.