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
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 14 | The 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=truevwap
Volume Weighted Average Price (VWAP) is a trading benchmark that shows the average price a security has traded at throughout the day, based on both volume and price. It is used to identify the true average price of a security and is often used as a reference point for institutional traders.
williamsr
Williams %R is a momentum oscillator that measures overbought and oversold levels. It ranges from 0 to -100, with readings above -20 indicating overbought conditions and below -80 indicating oversold conditions.