Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
3228
Rating:
(5)
Published:
Updated:
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Year 2025

Core Trading Logic

The EA employs a Mean Reversion approach, utilising price action boundaries and a Moving Average for trend orientation:

  • Dynamic Price Zones: The EA continuously calculates the highest high and lowest low of the last 48 candles ( LookbackPeriod ) to identify key supply and demand levels.

  • Entry Trigger: Trades are initiated when the price enters a predefined buffer zone ( ZoneBufferPips ). This allows for precise entries just before the market pivots at historical resistance or support.

  • Momentum Confirmation: To filter out false breakouts, the RSI indicator must confirm the move:

    • BUY: Price touches the lower zone + RSI < 40.

    • SELL: Price touches the upper zone + RSI > 55 (an optimised threshold for maximum win rate).

Risk Management & Trade Protection

  • Dynamic Lot Sizing: Position sizes are automatically calculated based on account balance and a user-defined risk percentage ( RiskPercent ).

  • Advanced Protection: Every trade is equipped with a fixed Stop Loss and Take Profit.

  • Profit Locking: An integrated Break-Even function and a Trailing Stop work automatically to secure profits as the trade moves in your favour.

  • Smart Exit: The system monitors overbought/oversold conditions and can close positions early if the RSI reaches extreme opposite values.

Technical Features

  • Live Dashboard: Essential data including current RSI, Spread, Risk, and the assigned Magic Number are displayed directly on the chart.

  • Optimised Performance: Fully compatible with MT5 (Hedge/Netting accounts), zero compiler warnings, and detailed diagnostic logging in the experts' tab.

  • User-Friendly Customisation: All parameters-including lookback periods, RSI thresholds, and pip values-are fully adjustable to suit different market conditions.


Translated from German by MetaQuotes Ltd.
Original code: https://www.mql5.com/de/code/68934

ExMachina Prop Dashboard ExMachina Prop Dashboard

Real-time prop firm rule tracker: daily drawdown, max drawdown, profit target progress, trading days count, and challenge status with visual progress bars. Presets for FTMO, MyFundedFX, E8, TFT, and Bulenox. Pure indicator — no trade interference.

ExMachina TradePilot ExMachina TradePilot

Professional trade management panel: one-click Buy/Sell with auto lot sizing, smart trailing stop (ATR/Fixed/Candle), automatic breakeven, multi-TP partial close system (TP1/TP2/TP3), and one-click pending orders. All-in-one order management for serious traders.

CRT Indicator(STF) : Explorer CRT Indicator(STF) : Explorer

This is a minimalist CRT (Candle Range Theory) visualizer built in under 100 lines, revealing what “picture-perfect” single-timeframe setups actually produce across real markets.

ExMachina Telegram Bridge ExMachina Telegram Bridge

Connect your MetaTrader 5 account to Telegram. Receive instant notifications every time a trade opens, closes, or gets modified — directly in your phone. This is a notification-only Expert Advisor. It does not place, modify, or close any trades. It monitors your account activity and sends formatted messages to your Telegram chat via the Bot API.