Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

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

author EAcpu | 5 reads | 0 comments |

Alpha Trend Spotter Price Action - indicator for MetaTrader 5

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.

Alpha Trend Spotter Price Action - indicator for MetaTrader 5

Figure 1. Alpha Trend Spotter Price_Action indicator


Attachment download

📎 alpha_trend_spotter_price_action.mq5 (24.19 KB)

Source: MQL5 #17454

Verification code Refresh