custom alerts in mt5, scripting examples that actually save time
-
ive been manually checking charts for price hitting levels and its eating my day. mt5 has the built-in alert system but the conditions you can set are limited. wrote a custom mql5 script to alert me when:
- price approaches my key level within X pips
- volume on the current candle exceeds Y times average
- candle closes outside a daily range with strong body
big improvement for not staring at screens. wanted to share and ask: what custom alerts have other traders built that saved them significant time?
-
+1. multi-condition alerts > simple price alerts. also useful: time-based alerts that trigger when market opens specific sessions or N minutes before/after major news releases. lets you prep without watching the clock.
-
mt5 has built-in basic alerts (no code needed) that handle simple price-based triggers. for combined conditions you need basic mql5 scripting. there are also free third-party indicators on the mt5 market that add multi-condition alerting without you writing code. start with built-in, graduate to scripts when you outgrow them.
-
my favorite custom alert: 'no setups for X hours, market is dead' notification. tells me when im about to over-trade out of boredom. lets me close mt5 and walk away. saved me more money than fancy entry alerts ever did.
-
every custom alert i built ended up being ignored because i was already staring at charts when it triggered. nice idea, in practice we trade-addicts dont need reminders to look at charts.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
i used to spend 4 hours a day at the screen waiting for setups. now i set alerts and live my life until they fire. better trading and better living