i-SpectrAnalysis_MA – indicator MetaTrader 5
Real author: klot This indicator is an example of smoothing the Moving Average indicator timeseries by filtering high-order harmonics. You can use this approach for smoothing the output of any indicator. The major advantage of this method is that it has practically zero latency. Indicator input parameters: input uint MAPeriod=13; input ENUM_MA_METHOD MAType=MODE_EMA; input ENUM_APPLIED_PRICE MAPrice=PRICE_CLOSE; … Read more