The Concept Behind the Indicator
If you're looking to elevate your trading game, the Two Stochastic Custom Filling Alert indicator for MetaTrader 5 is a fantastic tool to have in your arsenal. This indicator features two Stochastic Oscillators—often referred to as 'Fast' and 'Slow'—displayed in one convenient subwindow. The area between the 'Main' lines is visually filled, making it easier to spot potential trade signals at a glance.
One of the standout features of this indicator is its customizable level settings, which can be easily adjusted in the input parameters. This flexibility is particularly handy when you're using it in an Expert Advisor or during backtesting in the strategy tester. Plus, it comes equipped with notifications that alert you when the lines cross—whether through sound, alerts, email, or push notifications. Staying informed has never been easier!
input group "Alerts" input string InpSoundName = "alert.wav"; // Sound Name input uchar InpSoundRepetitions = 3; // Repetitions input uchar InpSoundPause = 3 // Pause, in seconds input bool InpUseSound = false // Use Sound input bool InpUseAlert = true // Use Alert input bool InpUseMail = true // Use Send mail input bool InpUseNotification = true // Use Send notification

Figure 1: Two Stochastic Custom Filling Alert
Comments 0