Version 2.23 2025.10.24
Minor bug for edge case on lot size calculation
Version 2.22 2025.08.11
🆕 Take Profit now can update automatically when the opposite order is triggered for better RR alignment.
🔧 Deprecated: Manual Range. This option is being phased out and will be removed in a future release.
🔧 Deprecated: Time-based Partial TP. This setting is being phased out and will be removed in a future release.
Version 2.21 2025.07.26
🆕 Added option to delete the opposite pending order only when Take Profit (TP) is hit. This provides more control and avoids premature cancellation of untriggered trades.
🔧 Minor internal improvements for better stability and execution handling
Version 2.20 2024.03.02
Solving Bug related to BreakEven mechanism not handling correctly the buffer.
Version 2.19 2023.12.21
Adding max volume in lot settings to limit the maximum lot allowed by trade. This is more of a security feature.
Version 2.18 2023.12.11
New Option to close position after X minutes after they are active
Version 2.17 2023.11.21
BE Bug for certain brokers when trading indices
Validation of lot size on EA initialization
Version 2.16 2023.11.20
Bug solving when selecting to draw range or not
Adding additional logs for trailing stop and breakeven mechanism
Version 2.15 2023.11.18
The high and low of the range are calculated based on 1-minute candles
Possibility to add a new trade when retracement is done inside the range
Adding the possibility to filter volatility if range >, <, or between a min and max value
Adding Trail stop by candle as a step
Shift of order from extremum to inside of the range is added
Shift of order from extremum only impacts the entry price and doesn't shift SL or TP lines
Bug Correction when using the MA filter and reverse trading of the range
Bug Correction to keep the history of partial take profit when changing chart timeframe
Version 2.14 2023.05.01
"Use Day Control" bug fix
Version 2.13 2023.04.30
Improvements in handling High and Low of ranges
Version 2.12 2023.04.30
High and Range calculated on the high and low of the candle
Minor updates related to manual levels plotting and error messages handling
Version 2.11 2023.04.26
Fixing manual levels calculation in case of chart timeframe switch
Enhancing messages to be more straightforward for users
Version 2.1 2023.04.24
Adding Manual Levels for range, configurable during range setup window
Adding a configurable refresh period for the daily loss control mechanism
Adding Reverse Trade Option to allow you to trade inside the range and not the breakout
Adding partial TP1 and TP2
Version 2.0 2023.03.26
Day momentum filter
Multi Time Frame Moving Average trend filter
Limit orders to Buy, Sell, or both
New day filter to prevent trading certain days
Add on the option to set a market order in case a breakout is eminent from the range
Version 1.30 2023.03.16
Removing daily filter
Revert back to 1.27
Version 1.29 2023.03.16
Adding Tread filter based on the previous day momentum
Publishing MT4 version https://www.mql5.com/fr/market/product/91086
High and low calculations based on high and low and not on ASK and BID prices
Adding a configurable period for FTMO check
Optimizing the code to consume less RAM and CPU resources

Version 1.27 2023.01.30
Remove of daily filter, it will get back in future releases
Version 1.26 2023.01.29
Trailing Stop using a percentage of range size added
Break Even using a percentage of range size added
Modified the calculation of the range's high to BID price instead of ASK price
Version 1.25 2023.01.11
Minor Updates including |INFO|, |WARNING|, and |ERROR| message in the expert log
Delete objects on closing the EA
Version 1.24 2023.01.09
Adding more control on the inputs to prevent wrong executions
Solving couple of minor defects related to SL, and Draw Down Limiter
Version 1.23 2023.01.09
Correction of Trailing Stop when SYMBOL_TRADE_STOPS_LEVEL is activated by broker
Version 1.22 2023.01.08
Verbose alerts and messages
Add partial take profit feature
Version 1.21 2023.01.04
Trailing stop logic improvement: If TS is actually triggered according to the inputs, and each time the price moves with a step equal to the step as input the stop loss is moved by one step.
Version 1.20 2023.01.03
Minor bug correction from break even process
Version 1.10 2023.01.02
New input: a buffer for break-even option to cover commission
New Functionality: Volatility filter based on daily ATR