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 - MetaTrader 5 script

author EAcpu | 2 reads | 0 comments |

Standard_Deviation_Channels_x3 - indicator for MetaTrader 5

Real author: Stayer59

Uses three standard deviation channels of the indicator buffer based on the number of bars defined in the indicator input.

 //+--------------------------------------------------------+
//| 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 - indicator for MetaTrader 5

Figure 1. Indicator Standard_Deviation_Channel_x3


Attachment download

📎 standard_deviation_channels_x3.mq5 (19.76 KB)

Source: MQL5 #22893

Verification code Refresh