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
This commit is contained in:
2026-03-22 10:18:34 -04:00
parent 2b6db7ba89
commit 86fa4b2bcb

View File

@@ -5,7 +5,7 @@
//+------------------------------------------------------------------+ //+------------------------------------------------------------------+
#property copyright "Copyright 2025, Abbey Road Tech" #property copyright "Copyright 2025, Abbey Road Tech"
#property link "https://www.abbeyroadtech.com" #property link "https://www.abbeyroadtech.com"
#property version "1.11" #property version "1.12"
#property strict #property strict
#include <Trade\Trade.mqh> #include <Trade\Trade.mqh>