TradingView
littlebigcrypt
Sep 13, 2018 10:42 PM

reverse EMA Osc - John Ehlers 

Ethereum / DollarBitfinex

Description

This an universal oscillator with features such as minimum lag and a single-input parameter that lets it highlight cycle, momentum, and trend components.

based on reverse impulse response filter design applied to EMA.

colorstyle for histogram style borrowed from Awesome Oscilator, but one will notice the superior lag response.
Comments
levith
EMASIGNAL=EMA(SIGNAL,9)
HIST=-ESIG+EMASIGNAL
More