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

Two Random Custom Fill Alerts - MetaTrader 5 Script | Forex Indicators Download - MT4/MT5 Resource

author EAcpu | 2 reads | 0 comments |

Two Stochastic Custom Filling Alert - indicator for MetaTrader 5

indicator ideas

Two iStochastic (Stochastic Oscillator, STO) indicators - "Fast" and "Slow" (more precisely, the "main" lines of these indicators) are located in a sub-window. The area between the lines is filled. The level setting is contained in the input parameters - it is useful when used in the Expert Advisor and when visualized in the Strategy Tester. Add notifications when crossing the line (sound, alarm, email, push)

 Enter group "alert"
input string InpSoundName = "alarm.wav" ; // sound name
Input Uchar InpSoundRepetitions = 3 ; //Number of repetitions
InpSoundPause = 3 ; // Pause in seconds
Input boolean InpUseSound = false ; // use sound
Input boolean InpUseAlert = true ; // use alert
Input boolean InpUseMail = true ; // Send mail using
Input boolean InpUseNotification = true ; // Use to send notifications 


Two Stochastic Custom Filling Alert - indicator for MetaTrader 5

rice. 1. Two random custom fill alerts


Attachment download

📎 two_stochastic_custom_filling_alert.mq5 (27.5 KB)

Source: MQL5 #39523

Verification code Refresh