Skip to main content

Module wavetrend

Module wavetrend 

Source

Structs§

WaveTrend
WaveTrend Oscillator Often referred to as “LazyBear’s WaveTrend” on TradingView. WT1 = EMA(CI, n2) WT2 = SMA(WT1, n3) where: CI = (AP - ESA) / (0.015 * D) AP = (High + Low + Close) / 3 ESA = EMA(AP, n1) D = EMA(|AP - ESA|, n1)

Constants§

WAVETREND_METADATA