Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 12145
- Rating:
- Published:
- 2018.05.17 13:07
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Trend Intensity Index as described by M.H.Pee in his article "Trend Intensity Index".
To calculate a 30-day Trend Intensity Index (TII), follow these steps:
- Obtain the 60-day simple Moving Average by adding the Closes for the past 60 days and dividing the result by 60.
- Find the deviation of each of the recent 30 Closes from the 60-day Moving Average. The deviation is up if the Close is above the Moving Average, and down when the Close is below the average.
- Up deviation values are obtained by subtracting the Moving Average from the Close.
- Down deviations are calculated by subtracting the Close from the Moving Average.
- The TII allows you to find out what percentage of these deviations is up or down. For a 30-day TII, you should have 30 deviations from the 60-day Moving Average.

This version extends the basic version of Leader of the MACD with some options that are adding more flexibility to the usage of the indicator.

Trend Strength Average uses some of the 4 regular types of averages for trend strength assessment.

Heiken Ashi Zone Trade indicator is based on 3 indicators: Heiken Ashi, Accelerator Oscillator, and Awesome Oscillator.

This version of Heiken Ashi Zone Trade indicator is made to display values in a separate window - that way it will not interfere with the other on-chart indicators and can be easier to read the states in some cases.