거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Easy Range Breakout EA - MT5 - MetaTrader 5용 expert

조회수:
1199
평가:
(1)
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The EA continuously manages the trading session by calculating the start, end, and closing times each day, resetting its variables, and preparing the range for breakout detection. During the defined range period, it collects minute‑based highs and lows, determines the maximum and minimum values, and updates a rectangle object on the chart to visually represent the consolidation zone.

Once the range period ends, it checks the close of the most recent candle (different from the range end time) against the calculated boundaries, and if a breakout is detected, it automatically places a buy or sell order with a take‑profit equal to the size of the range and a stop at the opposite boundary.
This code is inspired by a tutorial from Rene Balke on YouTube!

Example

Range Breakout Examples

Parameters

Parameters

Machine Learning Supertrend Machine Learning Supertrend

A machine-learning inspired approach towards trending regimes. Providing accurate signals and backtest confidence built-in

XANDER Adaptive Cross XANDER Adaptive Cross

Two adaptive moving averages that read the market differently. Crossovers signal trend shifts.

L1 Trend Filter Demo L1 Trend Filter Demo

The script shows the usage of L1 Trend Filter methods in MQL5 for float and double vectors on random walk simulated data.

Daily Risk Monitor Lite Daily Risk Monitor Lite

Daily Risk Monitor Lite is a lightweight MetaTrader 5 indicator that displays daily realized P/L, floating P/L, daily total, current drawdown, and color-based risk status directly on the chart. It is a read-only monitoring tool and does not close trades or block trading.