Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 9248
- Rating:
- Published:
- 2018.12.28 13:00
- Updated:
- 2019.01.17 11:29
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
True Strength Index oscillator.
It has four adjustable parameters:
- First smoothing period - primary smoothing period
- Second smoothing period - secondary smoothing period
- Overbought - overbought level
- Oversold - oversold level
Calculations:
TSI = 100.0 * UDM2 / ADM2
where:
UDM2 = EMA(UDM1, Second smoothing period)
ADM2 = EMA(ADM1, Second smoothing period)
UDM1 = EMA(UDM, First smoothing period)
ADM1 = EMA(ADM, First smoothing period)
UDM = Close - PrevClose
ADM = ABS(UDM)
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22783

Shadow True Strength Index

This is a utility for rounding the lot size correctly