Home Technical Indicator Post

Mastering Intraday Trends with the Alpha Trend Spotter for MetaTrader 5

Attachments
17454.zip (3.76 KB, Download 0 times)

Real author: Andy Ismail

If you're on the hunt for a reliable semaphore signal indicator that’s all about price action, then the Alpha Trend Spotter is worth a look. This tool is designed to pinpoint the strongest intraday trends and can give you a heads-up when there's a trend shift. It does this by generating alerts, sending emails, or pushing notifications straight to your mobile device.

//+----------------------------------------------+
//| Indicator input parameters                    |
//+----------------------------------------------+
input int iPeriod=3;
input uint NumberofBar=1; //Bar number to generate a signal
input bool SoundON=true;     //Enable alert
input uint NumberofAlerts=2; //Number of alerts
input bool EMailON=false;    //Enable notification about signal by an email
input bool PushON=false     //Enable notification about signal by push

This handy indicator first made its debut in MQL4 and was introduced to the trading community on CodeBase back on January 4, 2016.

Alpha Trend Spotter Price Action Indicator

Fig.1 The Alpha Trend Spotter Price Action Indicator

Related Posts

Comments (0)