Is there any “Trend Intensicity Index/Indicator”?

Forums ProRealTime English forum ProBuilder support Is there any “Trend Intensicity Index/Indicator”?

Viewing 7 posts - 1 through 7 (of 7 total)
  • #171683

    It seems there is no Search Button here. I wonder if there is someone who has written the Trend Intencity Index/Indicator?

    #171685

    Hello,
    The search button is under avatar.

    #171686
    #171708

    Hi Thanks!

    But it seems it is somewhat different than wht I mean. I create it as follow:

    REM Berechnet die tägliche Abweichung

    MyMA = Average[maLength](close)

    UP = MAX(0, close – MyMA)
    DOWN = MAX(0, MyMA – close)

    totalUP = summation[p](UP)
    totalDOWN = summation[p](DOWN)

    myTII = totalUP/(totalUP + totalDOWN)*100

    RETURN myTII COLOURED(0,0,255) AS “Trend Intencity Index”, 90 COLOURED(0,255,0) as “HI”, 10 COLOURED(255,0,0) as “LO”

     

    Here is an article: https://patternswizard.com/trend-intensity-index/

     

    #171712

    Hello,

    The search button is under avatar.

    Sorry, I couldn’t find it yet. Could you make a screenshot?

    #171725

    Hello, here are in these two attached pics the two ways to reach the search box: one in the middle of the front page, one on every forum page top right corner menu popping from your avatar

    1 user thanked author for this post.
    #171776

    @thomas2004ch

    I have found both versions,  it seems the second one (the one you posted) is the one which is mostly returned by searching the internet.

     

Viewing 7 posts - 1 through 7 (of 7 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login