Discussing the article: "Automating Trading Strategies in MQL5 (Part 12): Implementing the Mitigation Order Blocks (MOB) Strategy"
Thank you Allan , nicely put together really tike the visuals and the change colour on mitigated and your handling of the arrays . Thanks for sharing
It's not taking trades in the strategy tester. Default settings on all pairs. No error messages in the journal. Journal messages present; "No extension: Bar outside range" and "No impulsive movement detected".
davesarge1 #:
It's not taking trades in the strategy tester. Default settings on all pairs. No error messages in the journal. Journal messages present; "No extension: Bar outside range" and "No impulsive movement detected".
It's not taking trades in the strategy tester. Default settings on all pairs. No error messages in the journal. Journal messages present; "No extension: Bar outside range" and "No impulsive movement detected".
Did you even read the article? Because we're sure the article pretty much provides all your answers.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Check out the new article: Automating Trading Strategies in MQL5 (Part 12): Implementing the Mitigation Order Blocks (MOB) Strategy.
In this article, we build an MQL5 trading system that automates order block detection for Smart Money trading. We outline the strategy’s rules, implement the logic in MQL5, and integrate risk management for effective trade execution. Finally, we backtest the system to assess its performance and refine it for optimal results.
To implement the Mitigation Order Blocks Strategy, we will develop an automated system that detects, validates, and executes trades based on order block mitigation events. The strategy will focus on identifying institutional price zones where liquidity is absorbed before trend continuation. Our system will incorporate precise conditions for entry, stop-loss placement, and trade management to ensure efficiency and accuracy. We will structure the development as follows:
In a nutshell, here is a general visualization of the strategy.
Author: Allan Munene Mutiiria