Indicators: Standard Deviation Channel MT4

 

Standard Deviation Channel MT4:

A channel based on standard deviation of close price.

Standard Deviation Channel MT4

Author: Ziheng Zhuang

 

A small error: line 125 shall be


midBuffer[i]=A*(StarBar+CalcBars-i-1)+B;

 
Chun Hon Chau:

A small error: line 125 shall be


midBuffer[i]=A*(StarBar+CalcBars-i-1)+B;


Yes,it is an error.

Thank you.

 

Hi Ziheng Zhuang


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

Indicators: Standard Deviation Channel MT4
Indicators: Standard Deviation Channel MT4
  • 2017.05.22
  • www.mql5.com
Standard Deviation Channel MT4: Author: Ziheng Zhuang...
 

@derekworswick

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
 
Ziheng Zhuang:

@derekworswick

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.
 
Rhyeim:
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.

 
Ziheng Zhuang:

Check the attached.

 
Ziheng Zhuang:

Check the attached.

Wow that was quick. THANK YOU!
 

that is very good indicator , could be possible to have as cloud Rectangle instead of lines    for the last 2 channels