I would like to build an indicator that is looking for a consolidation.
Example with 15 min
TF
When the indicator is on 15 min chart, I would like to be
able to set up in variables,
the number of consecutive candles that are in a tunnel that
is smaller than 200 points from the Highest High to the Lowest Low.
When the indicator is set up for 7, the Box (option to
choose the color in variables) should MARK all 7 candles at once and if the next
candles are also in the tunnel, the box should be extended, UNTIL it is broken.
When the tunnel is broken then the indicator should STOP
extending the color box.
Keep the history of the tunnels on the chart for the last
100 boxes. (option to change the amount to 1000 or less.
Please look at the attached pictures.
The TUNNEL should be marked when the 7th candle
will close the price.
There is NO NEED to deal with the ticks, I do not want that
this indicator will slow down the MT4 platform.
Time Zone .
I would like to set up the time zones for the indicator to
look for the consolidation.
BROKERS TIME, NOT MY LOCAL TIME.
Example.
Time Zone 1 Starts 01:00
Time Zone 1 Ends
05:00
Time Zone 2 Starts 08:00
Time Zone 2 Ends
12:00
Time Zone 3 Starts 14:00
Time Zone 3 Starts 22:00
When the indicator marks the tunnel after 7 candles, it
should place the exact height in points in the left Top corner (invariables
font size and color of the numbers) and distance from the box 5 points also
option to change.
If the setting is 200 points but the tunnel is 155 points high
, the number of the height should also
change after the last candle will close the price.
If next CLOSED candle will change the tunnel to 185, the
number should change also in the corner.
Alert on 7th candle in the tunnel, option to
change the number to >
Only one alert , NOT every candle after 7th one.
Alerts, push notification etc. True/False
Please do NOT add ANY other information on the chart, ONLY boxes and height numbers.
Source Code in English ONLY, please.
Similar orders
profitable EAs wanted with at least 3 to 5 years backtest. you be submit your proofs such as graphic results, backtesting results, and your demo or weekly the eas has traded
Date:29.08.2026 **TECHNICAL SPECIFICATIONS** PDF Attached for reference rest all details given below. Required: Creation, Integration and successful execution of trading algo/robot in MT5 using MT5 VPS. Brokers: Trades to be executed in both brokers Swissquote and Pepperstone. Symbols: All available in MT5. ** Common parameters for all executions: · Manual Start/Stop. · Session time (defined / always
I need an Expert Advisor called ZONDII Scalpers for MT5 (MQL5). Timeframe: M5 Pairs: XAUUSD / EURUSD BUY when: Price > EMA200 and EMA50 crosses above EMA200 and RSI(14) > 50 SELL when: Price < EMA200 and EMA50 crosses below EMA200 and RSI(14) < 50 Risk: Fixed lot 0.01, SL 300 points, TP 600 points, Trailing start 200 points / step 100 points. Filter: Max spread 30 points. Only 1 trade at a time. Inputs must be
Please do not offer to code this order unless you are able to use clean code and delivery the EA on time, All settings are to be changeable in the “input” window on the EA and I would also like to enable/disable them (True/False) individually, trades are only to be entered once all the enabled conditions are met at the close of the current candle. Trading days & times: I would like to select the days and times of
I am looking for a professional MT5 EA developer to build a high-performance trading bot specifically for XAUUSD (Gold). My target is approximately 200% return within 3 months, while keeping the drawdown and risk as controlled as reasonably possible. Requirements: MT5 Expert Advisor (EA) XAUUSD only Fully automated trading Clear risk management Stop Loss and Take Profit on trades No martingale or grid strategy unless
Hello, I’m looking for an experienced MT5 developer to build a professional Expert Advisor (EA) for trading Gold (XAUUSD). My requirements: Platform: MT5 Instrument: XAUUSD (Gold) Fully automatic trading Both BUY and SELL trades Adjustable lot size Stop Loss and Take Profit Trailing Stop / Break Even Daily maximum loss limit Maximum drawdown protection Maximum number of open trades Trading hours/session filter Spread
Develop an Expert Advisor trading trend reversals. Reversal signals will be generated based on Price Action patterns. Trend will be determined based on ADX, Alligator and MACD, while the indicator selection should be available in the EA's input parameters
PROJECT OVERVIEW I need an experienced MQL5 developer to build a production-grade Expert Advisor for XAUUSD (Gold) on MT5, intended for continuous, unattended live operation. This is a trend-confirmed grid recovery system. Execution speed and reliability are the top priorities — every recovery level must be a real pending order resting on the broker's server, not something the EA monitors and reacts to on ticks. No
I am looking for a professional MQL5 developer to create a custom trading robot for MetaTrader 5. The Expert Advisor must operate strictly on H4 and D1 timeframes with a Moving Average crossover entry signal. It should open a total position of 0.02 lots split into two orders of 0.01 lots. It must include an initial ATR-based stop loss, an automatic break-even function, a custom pairs filter input (Symbols), a news
//+------------------------------------------------------------------+ //| XAUUSD_SMART_EA_V2.mq5 | //| BOS + Liquidity Sweep + FVG + EMA + ATR | //+------------------------------------------------------------------+ #property strict #property version "2.00" #include <Trade/Trade.mqh> CTrade trade; //================================================================== // INPUTS