i-SpectrAnalysis_DeMarker – indicator MetaTrader 5
Real author: klot This indicator is an example of smoothing the DeMarker 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 DeMarkerPeriod=14; input uint N = 7; // … Read more