Searching for entries matching tdi, looking in keywords for any words Found 2 matching entries
Entries
1903
Fat Tails
Exported using NT Version 7.0.1000.22
The Traders Dynamic Index is a trend following momentum indicator based on the RSI. It was developed and presented by Dean Malone. The Traders Dynamic Index comes with the following ingredients
- the Priceline, which is a SMA(2) of RSI(13)
- the Signalline, which is a SMA(7) of RSI (13)
- the Midband, which is a SMA(34) of RSI (13)
- BollingerBands around the SMA(34) using 1.62 StdDev
Combine some of the following rules to trade:
- go long, if Priceline > 50
- go short if Priceline < 50
- consider an exit, if Priceline is above 68 or below 32
- go long if Priceline > Signalline
- go short if Priceline < Signalline
- exit if Priceline crosses Signalline
- trendfilter long, when Priceline > Midband
- trendfilter short, when Priceline < Midband
- add to long, when Priceline > BollingerBand.Upper
- add to short, when Priceline < BollingerBand.Lower
Detailed rules how to use the Traders Dynamic Index have been published by Dean Malone within the framework of the E.A.S.Y. trading method.
Update March 22, 2014: Overbought and oversold lines added.
July 11th, 2014 04:33 PM panamajack Thanks for your time and effort...
April 2nd, 2014 08:32 AM dnkhoward2
March 25th, 2014 11:54 AM onehd1911 What a pity- Fat Tails removed some coding for the BaseLine of the indicator. So everyone who used the indicator for a
strategy - with something like SignalLine crosses BaseLine like I have - will have to remove the strategy before it i
s possible to load the new version. And has recode the strategy with a different logik. Or stay with the old one. Everyt
hing like anaTradersDynamicIndex().Baseline in a strategy coding will not work anymore. I liked thhe BaseLine in the p