Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

TD_I - MetaTrader 5 Script | Forex Indicator Download - MT4/MT5 Resources - MetaTrader 5 Resources

author EAcpu | 3 reads | 0 comments |

TD_I - indicator for MetaTrader 5

TD_I - indicator for MetaTrader 5

TD_I - indicator for MetaTrader 5

The TD_I indicator (Thomas DeMark indicator) is Thomas R. DeMark's modified version of the standard DeMarker indicator.

The value range is from 0.0 to 100.0 instead of the standard 0.0-1.0. Additionally, offset is introduced: instead of comparing the high/low of the current bar with the high/low of the previous bar, the indicator uses the high/low of the current bar and the high/low price of the bar with a given offset, which allows to filter out the noise.

There are four input parameters:

 TD_I = 100.0 * high average / (high average + low average)

Where:

 HighAvg = SMA(HighDiff, period)
LowAvg = SMA(LowDiff, period)
HighDiff = High - High[Shift]
LowDiff = low[Shift] - low 

TD_I - indicator for MetaTrader 5

Figure 1. TD I, cycle 8, shift 1

TD_I - indicator for MetaTrader 5

Figure 2. TD I, cycle 8, shift 1 + DeMarker, cycle 8

TD_I - indicator for MetaTrader 5

Figure 3. TD I, cycle 8, shift 3 + DeMarker, cycle 8


Attachment download

📎td_i.mq5 (10.58 KB)

Source: MQL5 #21746

Verification code Refresh