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:
@@ -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 <Trade\Trade.mqh>
|
||||
|
||||
Reference in New Issue
Block a user