Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

True_Strength_Index - indicator for MetaTrader 5

Views:
8544
Rating:
(12)
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 Shadow_True_Strength_Index

Shadow True Strength Index

Lot Check Lot Check

This is a utility for rounding the lot size correctly

Par_MA_Bands Par_MA_Bands

Parabolic MA with Bands indicator

Par_MA Par_MA

Indicator Parabolic Moving Average