Indicators

wema

Wilder's Exponential Moving Average (WEMA) is a modified version of the EMA that uses a different smoothing factor (1/n instead of 2/(n+1)). It provides a smoother line than traditional EMA and is often used in other technical indicators like RSI and ADX.

wema (tick)

Wilder's Exponential Moving Average (WEMA) is a modified version of the EMA that uses a different smoothing factor (1/n instead of 2/(n+1)). It provides a smoother line than traditional EMA and is often used in other technical indicators like RSI and ADX.

Input parameters

PropTypeDefaultDescription
minutes*number14The number of minutes to calculate the WEMA

SQL example

TICK wema WITH minutes=14 > 50.25 THEN order SET size=100, price=51.00, transmit=true

On this page