Libraries: IncStdDevOnArray

 

IncStdDevOnArray:

CStdDevOnArray class is designed for calculation of Standard Deviation (StdDev) on indicator buffers.

Standard Deviation is a value of the market volatility measurement. This indicator describes the range of price fluctuations relative to Moving Average.

Author: Дмитрий

Example of use of CStdDevOnArray

 

Hi! When installing the indicator in LiteForex terminal, I get an error in the library .mqh, Array out of range 73,33.

I compiled an example and put the library in the right place.

I can't figure out why.

 

On the MQ terminal too. At TFs from H4 and above.

 

Fixed it, waiting for the file replacement. If you don't want to wait, line 57 should contain

Start=i+m_Period;

and now

Start=i;

 

I think we have the lines shifted, the numbering is different. Look for the line

break;

the previous line must be corrected.

 
Integer:

Fixed it, waiting for the file to be replaced.

published
 
Thank you. It's all right.