Version 1.43 2025.10.25
🆕 What's New in Version 1.43
New Input: EnablePsarEmaFilter (true/false)

A new boolean switch has been added under the Signal: PSAR & EMA input group. This setting gives you full control over how the PSAR + EMA signal influences trade entries.

When EnablePsarEmaFilter = true (Default):
The EA operates in strict trend-following mode.

Opens a BUY only if price is above EMA and PSAR confirms an uptrend.

Opens a SELL only if price is below EMA and PSAR confirms a downtrend.
Ideal for traders who prefer filtered, high-probability entries that follow the market trend.

When EnablePsarEmaFilter = false:
The PSAR + EMA condition is ignored.
If SIGNAL_PSAR_EMA_TREND is selected as the main system, the EA will open an initial trade (BUY/SELL) whenever no other positions are open, regardless of indicator signals.
This mode turns the EA into a pure averaging/grid system, where the first trade simply acts as a starter position.