Watch how to download trading robots for free
Find us on Twitter!
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
Views:
10980
Rating:
(17)
Published:
2013.01.21 15:46
Updated:
2023.03.29 13:42
\MQL5\Include\
tdi-2.mq5 (8.61 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The real author:

forexsystems

The indicator "The Trend Detection Index" is a changed TDI indicator. With stable and expressed growing trend purple line is always above the red. On the strong falling trends all will be vise versa.

This indicator was first implemented in MQL4 and published in Code Base on 22.10.2007.

The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging price series for intermediate calculations without using additional buffers".

Fig.1 The Trend Direction Index

Fig.1 The Trend Direction Index

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/1440

ColorCoppock ColorCoppock

This indicator was created by Edward Coppock in 1962. It displays the long term possibilities to buy or sell (in the original, only to buy).

Exp_Beginner Exp_Beginner

The trading system based on the Beginner signal indicator.

AverageChange AverageChange

Price impulse meter.

XMA_RLH XMA_RLH

The typical trend indicator drawn on the basis of three Moving Averages.