From 86fa4b2bcb821d62a369c9488ad1d25ec4f70c22 Mon Sep 17 00:00:00 2001 From: Garfield Date: Sun, 22 Mar 2026 10:18:34 -0400 Subject: [PATCH] Add volatility filters v1.12 (Anti-Chop) - ATR filter: Blocks trades when volatility < 0.5% (narrow bands) - ADX filter: Blocks trades when trend strength < 20 - Prevents over-trading in choppy/consolidating markets - Both filters ON by default, can be disabled in inputs - Version bumped to 1.12 --- MultiSignal_Confluence_EA.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MultiSignal_Confluence_EA.mq5 b/MultiSignal_Confluence_EA.mq5 index dce4911..82344da 100644 --- a/MultiSignal_Confluence_EA.mq5 +++ b/MultiSignal_Confluence_EA.mq5 @@ -5,7 +5,7 @@ //+------------------------------------------------------------------+ #property copyright "Copyright 2025, Abbey Road Tech" #property link "https://www.abbeyroadtech.com" -#property version "1.11" +#property version "1.12" #property strict #include