My version of the famous “Traders Dynamic Index” aka TDI.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #182128 quote
    Leo_da_PisaLeo_da_Pisa
    Participant
    Junior

    Here is y version of the famous “Traders Dynamic Index” aka TDI.

     

    //The settings are;

    //r[14],  l1[2],  s1[8],  s2[21],  bb[55],  dev[2]

    TDI = WilderAverage[l1](rsi[r])

    Sf = Average[s1](TDI)

    Ss = ExponentialAverage[s2](TDI)

    offs = (dev * std[bb](TDI))

    ma = Average[bb](TDI)

    bu = ma + offs

    bl = ma – offs

    bm = (bu + bl) / 2

    return TDI as “neoTDI”, Sf as “SignalFast”, Ss as “SignalSlow”, bu as “UpperBand”, bl as “LowerBand”, bm as “MiddleBand”, 32 as “OsLevel”, 48.5 as “DecisionZone1”, 51.5 as “DecisionZone2”, 68 as “ObLevel”

    russellminuten-1637682196c48lp.png russellminuten-1637682196c48lp.png
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

My version of the famous “Traders Dynamic Index” aka TDI.


ProBuilder: Indicators & Custom Tools

New Reply
Author
Summary

This topic contains 0 voices and has 0 replies.

Topic Details
Forum: ProBuilder: Indicators & Custom Tools
Language: English
Started: 01/04/2022
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...