I want an MT4 indicator that watches each bar as soon as it closes and checks whether the candle finishes with a perfectly flat high, a perfectly flat low, or both. Whenever that happens—on bullish or bearish candles—I need two simultaneous notifications: a short sound alert and a popup that shows the pair, the timeframe, and the candle’s time stamp. Practical considerations • The test for “no wick” must be strict; even a single-point wick should disqualify the bar. • The code has to recognise three situations: no upper wick, no lower wick, or no wicks at all. An alert is required for any of these cases. • Alerts should trigger only once per candle close and continue to work across any chart or timeframe I load the indicator on. • Please keep the indicator lightweight so it can run on several charts at once without freezing MetaTrader. Deliverable An install-ready .ex4 plus the editable .mq4 source, clearly commented so I can tweak alert sounds or messages later if needed. There will be the option to password code it for several users, so that a password would need to be generated.