From 4ad6a400b3f73939451b5f7cfc18b2a017d7d14c Mon Sep 17 00:00:00 2001 From: Garfield Date: Sun, 22 Mar 2026 10:35:38 -0400 Subject: [PATCH] Fix: Full v1.12 volatility filter code committed --- 2026-03-21-mql-trading-bots.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/2026-03-21-mql-trading-bots.md b/2026-03-21-mql-trading-bots.md index c40c2d3..3aa36fe 100644 --- a/2026-03-21-mql-trading-bots.md +++ b/2026-03-21-mql-trading-bots.md @@ -325,3 +325,13 @@ int ADXHandle; - **Reduced:** Over-trading in choppy markets - **Improved:** Win rate (fewer bad trades) - **Maintained:** Profitable trending market entries + +### Correction: Full v1.12 Code Properly Committed +**Timestamp:** $(date '+%Y-%m-%d %H:%M:%S') + +Previous commit only had version bump. Full volatility filter code now committed: +- Commit: e2d42b3 +- Changes: 91 insertions, 2 deletions +- Location: ~/mql-trading-bots/MultiSignal_Confluence_EA.mq5 +- Copied to MT5: ✅ +