Triple Exponential Moving Average Technical Indicator (TEMA) was developed by Patrick Mulloy and published in the “Technical Analysis of Stocks & Commodities” magazine. It works as the same as EMA. However, it provides smaller lags, even compared to Double EMA.
Input Description:
- period: MA’s period. Must be higher than 1.
- applied_price: Define the price to be applied. Use 1 of these integers.
- 0 -> applied_price is Close price
- 1 Open price
- 2 High price
- 3 Low price
- 4 Median price
- 5 Typical price
- 6 Weighted Typical price
- shift: give an additional offset for the signal. Must not be higher than period.
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END