IncAMAOnArray – library MetaTrader 5
CAMAOnArray class is designed for calculation of AMA (Adaptive Moving Average) values on indicator buffers. Usage: Init() method with the following parameters is called in the OnInit() function: int aPeriod – efficiency ratio calculation period; int aFastPeriod – EMA minimum period; int aSlowPeriod – EMA maximum period. Solve() method with the following parameters is called … Read more