MT5 SUPPLY AND DEMAND EA ROBOT WITH MACD

指定

Expert Advisor (EA) Specification

Objective:

Develop an EA that utilizes two indicators: Fractals and MACD (3,6,1) to identify divergences, draw trendlines, mark horizontal zones based on fractals on higher timeframes, and trigger price alerts when these zones are reached. The EA should also incorporate risk management settings and be compatible with synthetic indices.


Indicators & Logic Implementation:

1. Fractals Indicator

  • Detects fractals where two candles to the left and two candles to the right confirm a fractal formation.

  • Marks a horizontal zone at the fractal level.

  • Zones are drawn on higher timeframes (H4, D, W, M), with different colors if multiple timeframes are used. Default setting should use H4 only.

2. MACD Indicator (3,6,1)

  • Used to detect divergence between price and MACD histogram.

  • If divergence is detected, a trendline is drawn on both the indicator and the price chart to illustrate it.

3. Trendline Drawing (Divergence Detection)

  • When a bullish or bearish divergence is detected, the EA should automatically draw a trendline:

    • Bullish Divergence: Price forms lower lows, while MACD histogram forms higher lows.

    • Bearish Divergence: Price forms higher highs, while MACD histogram forms lower highs.

4. Horizontal Zone Drawing (Fractals)

  • When a fractal forms, draw a horizontal zone at the high (for bearish fractals) or low (for bullish fractals) of the fractal candle.

  • If the same level is marked by fractals on multiple timeframes, different colors should be used for clarity.


Trading Alerts & Notifications

  • Price Alert: Trigger an alert when price reaches the fractal zones.

  • Divergence Alert: Alert when a new bullish or bearish divergence is detected.

  • Notification Methods:

    • On-screen pop-up alert.

    • Email notification.

    • Push notification to mobile (if supported by platform).


Risk Management Settings:

  • Lot Size: User-defined or percentage of account balance.

  • Stop Loss (SL):

    • Default: Below/Above the most recent fractal zone.

    • Adjustable based on user settings.

  • Take Profit (TP):

    • Default: 2x SL distance or next fractal zone.

    • Adjustable based on user preference.

  • Risk Percentage: EA should allow the user to define risk per trade as a percentage of account balance.


Compatibility with Synthetic Indices:

  • The EA should be designed to work with synthetic indices (e.g., Volatility indices, Jump indices, Boom & Crash indices).

  • Handle market conditions specific to synthetic assets (e.g., volatility spikes, non-traditional price action).


User Inputs & Settings:

  1. Indicator Settings:

    • MACD (3,6,1) parameters (modifiable by user).

    • Fractals (number of candles left & right - default 2 each side).

    • Timeframes to use for fractal zone drawing (H4, D, W, M).

    • Colors for different timeframe zones.

  2. Trade Settings:

    • Lot size (fixed or percentage-based).

    • Stop Loss / Take Profit settings.

    • Risk percentage per trade.

  3. Alerts & Notifications:

    • Enable/Disable alerts.

    • Preferred notification method.


Execution & Performance Considerations:

  • Low latency execution for faster response.

  • Optimized for minimal CPU usage to prevent platform lag.

  • Draw only necessary objects (trendlines, zones) to keep the chart clean.


Expected Deliverables from Programmer:

  1. Fully functional EA (.ex4/.ex5) compatible with MT4/MT5.

  2. Source code for future modifications.

  3. User guide/documentation.

  4. Backtest results on both forex pairs and synthetic indices.

  5. Option to include an ON/OFF button on the chart for quick enable/disable of EA functions.




反馈

1
开发者 1
等级
(62)
项目
90
29%
仲裁
24
13% / 58%
逾期
7
8%
工作中
2
开发者 2
等级
(14)
项目
15
20%
仲裁
1
100% / 0%
逾期
0
空闲
3
开发者 3
等级
(33)
项目
35
20%
仲裁
5
40% / 40%
逾期
0
空闲
发布者: 1 代码
4
开发者 4
等级
项目
0
0%
仲裁
0
逾期
0
空闲
5
开发者 5
等级
项目
1
0%
仲裁
3
0% / 67%
逾期
0
空闲
6
开发者 6
等级
(78)
项目
246
74%
仲裁
7
100% / 0%
逾期
1
0%
空闲
发布者: 1 文章
7
开发者 7
等级
(6)
项目
8
0%
仲裁
8
13% / 88%
逾期
0
空闲
8
开发者 8
等级
(45)
项目
91
13%
仲裁
34
26% / 59%
逾期
37
41%
空闲
9
开发者 9
等级
(461)
项目
488
70%
仲裁
6
67% / 0%
逾期
2
0%
工作中
10
开发者 10
等级
(3)
项目
2
50%
仲裁
2
0% / 100%
逾期
0
空闲
相似订单
Freelance Task — EA Recovery Layer Hello. I have a ready-made MQL5 EA. The signals, SL/TP and lot calculation should essentially not be touched. I need a recovery system added. I am not a programmer — below is how the robot should behave. What stays Entry only from an EA signal. Stop-loss is not a new signal. Trailing is already built into my EA — recovery does not implement its own trailing. If trailing is disabled
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
Project: Fix & Schedule My Dual Fibo Standard Fibonacci Bot I have an existing MQ4 expert advisor called "Dual Fibo Standard Fibonacci". It needs to process 1,000 clients. Right now it runs blindly with no schedule and takes way too long. I need you to optimize it so it runs like a professional business with a 50-100 batch printed stamp copy progress log. Please reply with your numbers for this simple layout: * Phase
Hi, I need an experienced NinjaTrader 8/NinjaScript developer to finish or rebuild an automated futures strategy, ideally by the end of this week. I already have the complete TradingView Pine Script reference strategy, an existing ~2,000-line NinjaScript implementation, Playback logs, and known historical benchmark trades. MOST IMPORTANT REQUIREMENT: TRADINGVIEW ↔ NINJATRADER PARITY. The Pine Script is the reference
I need a custom MQL5 indicator for MetaTrader 5. The indicator must automatically print entry, stop loss, and take profit zones on the chart using dots. A critical requirement is that these dots must be non-lagging and absolutely non-repainting. Additionally, the indicator needs to identify and display current supply and demand zones. Please provide the mq5 source code and the ex5 file upon completion
PHANTOM PROTOCOL V1 35 - 150 USD
PHANTOM PROTOCOL V1 – MT5 EXPERT ADVISOR SPECIFICATION Develop a professional MetaTrader 5 (MT5) Expert Advisor named “PHANTOM PROTOCOL V1”. PRIMARY MARKET: - XAUUSD (Gold) - Designed primarily for M15 and H1 timeframes. - The EA must work with both 3-digit and 2-digit gold pricing where applicable. TRADING LOGIC: Use pure price-action and market-structure analysis rather than relying on a single indicator. The EA
Wanna Create A Trading Robot That Uses Liquidity Sweep And Smart Money Concept EA That Works On PC. I want A Developer Who Can Program Exactly My Strategy That Will Be Shared on A Video Upon The Selection. it Should Follow My Rules .It has To be able To Read Price Action, followed By Liquidity Sweep Areas And Combine with Smart Money Concept Knowledge. We Will Talk about Parameters later on . The robot should be able
I need an experienced trading-data specialist who can help me obtain 3–4 years of historical market data compatible with NinjaTrader 8 . The data will be used for trading strategy development, backtesting, and analysis
Need aggressive M1 gold scalper rewrite of Dev3 + 8 strategies. INPUTS: RiskPercent=3, TP=400, SL=300, MaxTrades=6, Mode=BOTH, DailyProfit 15%, DailyLoss -10% LOT = Balance * RiskPercent / 1000 - works for Cent R350 and $1000. 8 STRATEGIES any true = open instantly, check 1 sec: 1 EMA8/21 cross 2 RSI14 30/70 + engulf 3 Engulfing candle 4 BB 20,2 breakout 5 FVG grab M1 6 M5 trend + M1 entry 7 Wick rejection >2 8

项目信息

预算
30 - 50 USD
截止日期
 30 天