IncEnvelopesOnArray – library MetaTrader 5

IncEnvelopesOnArray
The CEnvelopesOnArray class is intended for calculation of Envelopes on an indicator buffer. Usage: The Init() method with the following parameters is called in the OnInit() function: int aPeriod is indicator period; ENUM_MA_METHOD aMethodis a method of MA calculation; double aDeviation is a width of bands. The Solve() method with the following parameters is called … Read more