Alpha Trend Spotter Price Action - MetaTrader 5 Script - MT4/MT5 Resources

Real author : Andy Ismail
Semaphore signal indicator based on price action strategies that looks for the strongest intraday trends and it can notify of trend changes by generating alerts, sending emails to mobile devices, or push notifications.
//+------------------------------------------------------------------------+ //|Indicator input parameters | //+------------------------------------------------------------------------+ Input the integer i period = 3 ; input the number of units = 1 ; //The number of bars to generate the signal Input boolean sound on = true ; //enable alert Input unit alarm number = 2 ; //Alarm number input boolean email-on = false ; // Enable notifications via email for signals input boolean pressed = false ; // enable push signal notifications
This indicator was first implemented in MQL4 and published in the code base on January 4, 2016.

Figure 1. Alpha Trend Spotter Price_Action indicator
Attachment download
📎 alpha_trend_spotter_price_action.mq5 (24.19 KB)
Source: MQL5 #17454
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •