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

Standard_Deviation_Channels_x3_Cloud - MetaTrader 5 script

author EAcpu | 4 reads | 0 comments |

Standard_Deviation_Channels_x3_Cloud - indicator for MetaTrader 5

Real author: Stayer59

Three standard deviation channels of the indicator buffer are used, based on the number of bars defined in the indicator input and the background filling of the channels.

 //+--------------------------------------------------------+
//| Indicator input parameters |
//+--------------------------------------------------------+
Input unit N_= 240 ; // Number of candles for analysis
Enter double the standard deviation 1= 1.0 ; // first channel deviation
Enter double the standard deviation 2= 1.5 ; // Second channel deviation
Enter double the standard deviation 3= 2.0 ; // Third channel deviation
Enter integer shift = 0 ; // horizontal movement of the indicator in bars
Input integer price movement = 0 ; // vertical movement of the indicator in points

Standard_Deviation_Channels_x3_Cloud - indicator for MetaTrader 5

Figure 1. Indicator Standard_Deviation_Channels_x3_Cloud


Attachment download

📎 standard_deviation_channels_x3_cloud.mq5 (25.38 KB)

Source: MQL5 #22895

Verification code Refresh