A small error: line 125 shall be
midBuffer[i]=A*(StarBar+CalcBars-i-1)+B;
A small error: line 125 shall be
midBuffer[i]=A*(StarBar+CalcBars-i-1)+B;
Yes,it is an error.
Thank you.
https://www.mql5.com/en/forum/193059#edit_form
Would you please tell me how to change the period of the Input Variable
of the Standard Deviation Channel MT4 change Input Variable From "Hours" to " Days"
Hoping you can oblige this small question
Best regards
Derek

- 2017.05.22
- www.mql5.com
Hi Derek, "change Input Variable From "Hours" to " Days""
Actually there is no input "Hour".
input int InputStarBar=0;//StarBar input int InputCalcBars=120;//Bars for Calculation input double f1=1.0;//Inner Channel Multiplier input double f2=2.0;//Outer Channel Multiplier
Hi Derek, "change Input Variable From "Hours" to " Days""
Actually there is no input "Hour".
Hi Ziheng Zhuang
May I thank you very much for you prompt reply to my question
Best regards
Have a nice weekend
Derek
Hey, Ziheng Zhuang, I love the indicator but could you add the 3.0 deviation as well. I would like to have all 3 on the chart. I would appreciate it.
Check the attached.
Check the attached.
Check the attached.
that is very good indicator , could be possible to have as cloud Rectangle instead of lines for the last 2 channels

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Standard Deviation Channel MT4:
A channel based on standard deviation of close price.
Author: Ziheng Zhuang