Техническое задание

For the original idea please check this blog before taking the job:

https://www.mql5.com/en/blogs/post/719926


The basic strategy starts with pending orders that follow the price until a strong turnaround where we capture the profit. 

https://c.mql5.com/31/259/dark-hole-screen-1405.gif


I bought this EA but not working good on real terms, i can provide u the ex4 file but not the mq4 file


Parameters


EA Settings

  • Max Spread: maximum spread to trade.
  • Magic Number: ID number of the orders. 

Money Management Settings

  • Lots: number of lots if the money management option is disabled.
  • Money Management: if true enables the money management option. 
  • Risk Percent: if the money management option is enabled, it indicates the risk percentage. 
  • Max Lots: the maximum allowable lot.

Trade Settings

  • Max Position: maximum allowed position at the same time. 
  • Take Profit: profit target in points.
  • Stop Loss: maximum loss per point order.

Trading Hour

  • Enable Time Filter: if true enables the time filter. 
  • Trading Start Hour: operating start Hour.
  • Trading Start Minute: operating start minutes.
  • Trading Stop Hours: operating end Hour.
  • Trading Stop Minute: operating end minutes.

Strategy Settings

  • High Low Distance: minimum distance between the current candlestick to open an order.
  • Pending Distance: the distance that keeps the trailing Pending from the price.
  • Moving Average Periods: moving average periods.
  • Moving Average Method: averages calculating method.

Breakeven Settings

  • Enable Breakeven - insert breakeven.
  • Breakeven Point - points for an inserted breakeven.
  • Breakeven Value - breakeven value.

Trailing stop Settings

  • Enable Trailing Stop - insert trailing.
  • Trailing Value - trailing stop distance.
  • Trailing Step - step.

Indicators Settings

  • Show Panel: Show Info Panel.

News Filter Settings

  • Enable News Filter: if true enables news filter.
  • Enable High Impact News: if true enables news filter on High impact news.
  • Stop Minutes after High Impact News: Minutes after news for stop trading.
  • Stop Minutes Before High Impact News: Minutes before news for stop trading.
  • Enable Medium Impact News: if true enables news filter on Medium impact news.
  • Stop Minutes after Medium Impact News: Minutes after news for stop trading.
  • Stop Minutes Before Medium Impact News: Minutes before news for stop trading.
  • Enable Low Impact News: if true enables news filter on Low impact news.
  • Stop Minuts after Low Impact News: Minutes after news for stop trading.
  • Stop Minuts Before low Impact News: Minutes before news for stop trading.
  • Broker Gmt: Broker gmt. (usually 3 or 0).


i need u to look into this EA's idea and figure out these problems:

1.specific settings need to be optimized

2.cannot perform accurately the change of pending orders and cannot set up trailing stop or breakeven on a mql5 vps

3.seems unable to use news filter when placed on a mql5 vps

4.the change of pending orders seems sometimes out of function in a fast moving market, help me fix this(i can't check it's inner settings)


the part of code about changing pending orders basing on a very fast tick level may have to be carefully redone for better performance (the performance so far is not good with low spread low ping ecn broker like IC Markets and Tickmill real accounts)


u have to develop a new EA basing on the same idea provided, but it need to be without bug and work well with high frequency trading.


need it fast


Файлы:

EX4
Dark_Hole.ex4
167.2 Kb

Откликнулись

1
Разработчик 1
Оценка
(45)
Проекты
59
14%
Арбитраж
31
26% / 52%
Просрочено
34
58%
Свободен
2
Разработчик 2
Оценка
(29)
Проекты
49
22%
Арбитраж
14
29% / 21%
Просрочено
13
27%
Свободен
3
Разработчик 3
Оценка
(90)
Проекты
118
17%
Арбитраж
44
23% / 39%
Просрочено
20
17%
Свободен
Похожие заказы
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​Core Logic: ​Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​Dynamic TP: Total basket TP must update instantly upon new order
We are seeking talented Graphic Designers capable of transforming concepts into visually striking representations. Whether your expertise lies in branding, marketing materials, or digital graphics, we welcome your application. Our criteria include: - Creativity and originality - Effective communication skills - Prompt delivery of work - A comprehensive and professional portfolio We invite you to submit your portfolio
┌─────────────┐ │ SMC ROBOT │ │ v2.0 │ └─────────────┘ [ANTENNA] │ ╔════════╧════════╗ ║ HEAD UNIT ║ ║ ┌───────────┐ ║ ║ │ ◉ ◉ │ ║ ← Optical Sensors ║ └───────────┘ ║ ╚════════╤════════╝ │ ╔════════╧════════╗ ║ TORSO ║ ║ ┌───────────┐ ║ ║ │ SMC CORE │ ║ ← Processing Unit ║ │ ARM V9 │ ║ ║ └───────────┘ ║ ║ [||||||||||] ║ ← Power Indicator ╚═══╤═══════╤════╝ │ │ ┌───┘ └───┐
I already have the source code of an MT5 Expert Advisor. The EA is about 70% complete. I need someone to modify and complete it. Requirements: • Manage EURUSD only. • Manage manual trades only (Magic Number = 0). • Support unlimited manual positions simultaneously. • Automatically add a 10-pip Stop Loss if a position has no Stop Loss. • Automatically add a 10-pip Take Profit if a position has no Take Profit. • Do not
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​ Core Logic: ​ Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​ Dynamic TP: Total basket TP must update instantly upon new order
SETJEO'S GOLD EA 30 - 200 USD
double GetTodayProfit() { double profit = 0; datetime today = StringToTime(TimeToString(TimeCurrent(), TIME_DATE)); HistorySelect(today, TimeCurrent()); for(int i = HistoryDealsTotal() - 1; i >= 0; i--) { ulong ticket = HistoryDealGetTicket(i); if(HistoryDealGetString(ticket, DEAL_SYMBOL) == _Symbol) { profit += HistoryDealGetDouble(ticket, DEAL_PROFIT); } } return profit; }
I have an expert advisor's investor login. I want you to study it and make me the exact same EA. There should be absolutely no differences or mistakes. You should have great observation skills for this aswell
I am looking for a developer to create an Expert Advisor (EA) for MetaTrader 5. Requirements: Trade XAUUSD (Gold) Automatically open and close trades Include Stop Loss and Take Profit settings Adjustable lot size and risk percentage Work on MT5 Allow me to change settings from the EA inputs Include backtesting support Source code preferred
I have build a trading view indicator which monitors trades. The strategy is based on OB, it buys and sells bullish and bearish OB. Also valid re enters on the retest of orderblocks only if TP is hit the first time. I’m looking for someone to develop me a EA which works on the same logic and buys and sells of the same logic as my Indicator. I currently have my indicator firing signals into a telegram channel so I
I am looking for an experienced MQL5 developer to code a simple grid trading strategy into an Expert Advisor. The strategy logic is already defined, and I am looking for someone with strong MQL5 development experience to implement it accurately and efficiently. If you are interested and have relevant experience, please get in touch so we can discuss the project details

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

Бюджет
30+ USD
Сроки выполнения
до 5 дн.