Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
Jan Cronje  
Released v1.27 today. Shared some background on why I built this, might 
be useful for anyone deciding whether it fits their workflow.

The problem I built it for: getting whipsawed by FOMC releases while 
running EAs on gold. I'd know Fed was that week but miss the exact minute, 
get caught on the wrong side of the spike, and close the bar before price 
ran in my original direction.

Tried the usual solutions first:
- Hard-coded blackout times (goes stale, breaks every Fed schedule change)
- Manual disable (what I was doing, kept getting caught)
- Volatility-based filters (only react AFTER the spike starts)

Settled on a native-calendar approach: read MT5's built-in Economic 
Calendar with CalendarValueHistory(), display on-chart, run my own rule 
against the state (EAs off at APPROACHING, back on at SETTLING).

Open question for anyone using it: are the default currency filters 
(USD) working for you, or would you rather see multi-currency defaults? 
Considering shipping USD,EUR,GBP as default in v1.28.