Multi-feature Donchian channel indicator for MT4 and MT5

Other 指标

工作已完成

执行时间12 天
员工反馈
He is great customer. Our communication was clear. Task was very interesting. I highly recommend to work with him and I will wait for another his order.
客户反馈
A great developer who managed to show his skills during this rather complex task. The first demo contained only minor issues that have been quickly fixed by the developer.

指定

I need a Donchian channel indicator using standard Donchian channel calculation rules with the following features:

1. Multi-timeframe support - display an upper timeframe Donchian channel on a lower timeframe. It should support all the available timeframes (different for MT4 and MT5).

2. Support for several type of price data for the upper and lower bands (determined via input parameters):

2.1. Normal: the Highest High and the Lowest Low.

2.2. The average between the Highest High and Highest Open and the average between the Lowest Low and Lowest Open.

2.3. The average between the Highest High and Highest Close and the average between the Lowest Low and Lowest Close.

2.4. The Highest Open and the Lowest Open.

2.5. The Highest Close and the Lowest Close.

3. Support for a Shift parameter to determine the starting bar for calculation of the channel. Default = 0 - the current bar.

4. Support for the optional support and resistance zones (DRAW_FILLING in MT5, DRAW_HISTOGRAM in MT4) based on the following parameters depending on the type of price used (see paragraph #2):

4.1. If the Donchian channel is using normal price - Highest High and Lowest Low, then the second level to determine the S/R zone is the Highest Low for the upper band and the Lowest High for the lower band.

4.2. If the Donchian channel is based on the case described in paragraph #2.2, then the second level to determine the S/R zone is the average of the Highest Low with Highest Open for the upper band and the average of the Lowest High with Lowest Open for the lower band.

4.3. If the Donchian channel is based on the case described in paragraph #2.3, then the second level to determine the S/R zone is the average of the Highest Low with Highest Close for the upper band and the average of the Lowest High with Lowest Close for the lower band.

4.4. If the Donchian channel is based on the case described in paragraph #2.4 or in paragraph #2.5, then the second level to determine the S/R zone is the Lowest High for the upper band and the Highest Low for the lower band.

5. The Center line to be placed at halfway between the upper and lower lines.

6. An Alert system:

6.1. Support for native alerts, email alerts, and push-notification alerts (all optional via input parameters).

6.2. Support for two kind of alert conditions (all optional via input parameters):

6.2.1. The candle opens on one side of the Center line and closes on the other side of it. Different alert text for Bullish or Bearish breaks.

6.2.2. The candle closes inside the support/resistance zone (described in paragraph #4) after opening outside of it. Different alert text for closing in the upper zone or in the lower zone. It is possible in some cases that the candle closes inside both zones at the same time - two separate alerts should be sent about this.

6.3. An input parameter to control which candle is checked for the alert - Current candle or Previous candle (default). When Current candle is used, only one alert should be issued per candle per alert event. So, in total, there can be four alerts per candles: Bullish break of the Center line, Bearish break of the Center line (p. #6.2.1), closing inside the upper zone, closing inside the lower zone (p. #6.2.2). When the alert candle is set to Previous, only three alerts per candle are possible: either Bullish or Bearish break of the Center line (p. #6.2.1) and closing inside upper or lower zones (both is is possible for intersecting zones; p. #6.2.1).

7. Handle exceptional situation correctly, including invalid input via parameters and the lack of chart data.

8. All plot colors should be set via #property, not dynamically.

反馈

1
开发者 1
等级
(390)
项目
416
30%
仲裁
74
19% / 72%
逾期
52
13%
工作中
2
开发者 2
等级
(20)
项目
28
29%
仲裁
2
0% / 50%
逾期
1
4%
空闲
3
开发者 3
等级
(460)
项目
487
70%
仲裁
6
67% / 0%
逾期
2
0%
空闲
4
开发者 4
等级
(75)
项目
111
50%
仲裁
26
31% / 50%
逾期
9
8%
空闲
5
开发者 5
等级
(611)
项目
711
33%
仲裁
45
49% / 42%
逾期
14
2%
工作中
6
开发者 6
等级
(5)
项目
4
50%
仲裁
4
0% / 75%
逾期
0
空闲
7
开发者 7
等级
(19)
项目
22
23%
仲裁
5
40% / 60%
逾期
2
9%
工作中
8
开发者 8
等级
(322)
项目
499
67%
仲裁
5
40% / 0%
逾期
4
1%
空闲
发布者: 8 代码
9
开发者 9
等级
(98)
项目
137
52%
仲裁
5
40% / 60%
逾期
0
空闲
10
开发者 10
等级
(574)
项目
945
47%
仲裁
309
58% / 27%
逾期
125
13%
空闲
11
开发者 11
等级
(3)
项目
1
0%
仲裁
5
0% / 100%
逾期
0
空闲
相似订单
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
I am looking for an experienced MQL4 developer to build a professional High-Frequency Trading (HFT) / Low-Latency Expert Advisor for MetaTrader 4 (MT4) . The EA will be deployed on an IC Markets Live account and should be optimized for the fastest possible execution using a low-latency VPS located in LD4 or NY4 . The primary instruments will be US30 and XAUUSD (Gold) . The goal is to create an EA capable of
A robot 50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
I need a trading bot, please i need this project urgently and when messaing me kindly send me samples of past works and dont forget i need the project to be done as soon as possible
A lightweight MT5 chart overlay displaying total floating P&L, average entry price, combined lot size, and current symbol exposure as a percentage of account balance, all updating in real time with color-coded profit/loss indicators, delivered with clean object-oriented source code and no DLL dependencies
QUIERO CONSEGUIR EL CODIGO FUENTE DE ESTE INDICADOR QUE ME GUSTA MUCHO TAMBIEN TIENE EL NOMBRE DE ET BANDS O ENTRY EXIT TIMING . no se los componentes pero estas son las imagenes. que mejor lo describen
I am looking to convert my existing TradingView Pine Script (v5) strategy into an MQL5 Expert Advisor (EA) for MetaTrader 5. Strategy Details: Asset: Gold (XAUUSD) Timeframe: 15-minute Strategy Logic: The strategy is based on a breakout concept. Anchor Candle: The base calculation starts from the Specified Candle Entry Window: The EA should only look for entries As Per Indicator Risk Management: The strategy
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance
Akram boushaba 30 - 500 USD
مرحبا كيف حالكم انا اكرم مهتم بالتداول احاول ان اصمم برنامج روبوت قادر على التداول من تلقاء نفسه من يمكنه ان يساعدني او يعلمني كيف استطيع فهل ذلك وسأكون ممتناً له وشكرا لكم
MetaTrader In-App Trade Alerts An existing MetaTrader terminal is already running on my side, but its account is kept hidden for privacy reasons. I need a specialist to wire up native in-app notifications so that every time a position is opened or later closed I see an immediate pop-up inside the platform—no emails or SMS, just the built-in alert window (and the usual MT push to mobile if that comes automatically

项目信息

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