Version 6.0 2026.03.17
1. Trend filter is disabled by default for mql upload test
2. Enqueue order logic made faster1. Trend filter is disabled by default for mql upload test
2. Enqueue order logic made faster
Version 4.0 2026.03.15
1. Blog page url inclusion in the important urls in the common tab during load
2. Product page documentation updated1. Blog page url inclusion in the important urls in the common tab during load1. Blog page url inclusion in the important urls in the common tab during load
2. Product page documentation updated1. Blog page url inclusion in the important urls in the common tab during load
Version 2.0 2026.02.28

1. new input added to add some delay upon receiving a signal input int ORDER_DELAY_SECONDS = 5; // Delay seconds after signal [0: instant]
when delay is mentioned all the orders.[ Please note it will work in live trading and everytick backtesting not in openprice backtesting]
2. Martingale strategy fixes

3. Parabolic SAR Trend Filter — A new optional trend filter has been added using the Parabolic SAR indicator. It can be enabled/disabled independently and supports two strategies:

Strategy 1: Price above SAR = Bullish signal, Price below SAR = Bearish signal

Strategy 2: SAR direction flip confirmation for entry

4.ADX Trend Filter — Now fully namespaced to avoid variable conflicts when used alongside other EAs

5.RSI Trend Filter — Renamed inputs and internal variables for clean multi-EA compatibility

6.MACD Trend Filter — Same conflict-proofing applied; all settings isolated under new naming

7.MA Trend Filter — All three MA strategy modes (Fast vs Slow MA, Price vs Fast MA, Price vs Slow MA) remain fully functional under updated variable names

8.Indicator handle management — Fixed a bug in OnDeinit where MA, ADX, RSI, and MACD indicator handles were not being properly released on EA removal; all handles now release cleanly

Note: As new filter strategies has been introduced, old set files wont work. If you are using any old set file , then request new ones from me in the chat.
1. new input added to add some delay upon receiving a signal input int ORDER_DELAY_SECONDS = 5; // Delay seconds after signal [0: instant]
when delay is mentioned all the orders.[ Please note it will work in live trading and everytick backtesting not in openprice backtesting]
2. Martingale strategy fixes

3. Parabolic SAR Trend Filter — A new optional trend filter has been added using the Parabolic SAR indicator. It can be enabled/disabled independently and supports two strategies:

Strategy 1: Price above SAR = Bullish signal, Price below SAR = Bearish signal

Strategy 2: SAR direction flip confirmation for entry

4.ADX Trend Filter — Now fully namespaced to avoid variable conflicts when used alongside other EAs

5.RSI Trend Filter — Renamed inputs and internal variables for clean multi-EA compatibility

6.MACD Trend Filter — Same conflict-proofing applied; all settings isolated under new naming

7.MA Trend Filter — All three MA strategy modes (Fast vs Slow MA, Price vs Fast MA, Price vs Slow MA) remain fully functional under updated variable names

8.Indicator handle management — Fixed a bug in OnDeinit where MA, ADX, RSI, and MACD indicator handles were not being properly released on EA removal; all handles now release cleanly

Note: As new filter strategies has been introduced, old set files wont work. If you are using any old set file , then request new ones from me in the chat.