Identify Turning Points

Forums ProRealTime English forum ProBuilder support Identify Turning Points

Viewing 3 posts - 1 through 3 (of 3 total)
  • #103546

    Hi,

     

    My friend showed me a formula he was given, and we plotted a chart. See attached. It looks like a better turning points signal than RSI etc. Check out the Excel file. If somebody can assist to code in Pro Real Time will be appreciated. I think we can share this advanced turning point technique together.

    Jonah

     

     

    1) NET CHG = (Close[1] – Close[0])*100

    2) if NET CHG > 0, NET CHG[-1]*13/14+NET CHG

    3) Else NET CHG[-1]*13/14

    4) TOTAL STRGNTH = TOTAL STRGNTH -1*13/14+ABS(NET CHG)

    5) Jonah Intensity = Trunc (Jonah Intensity – 1*13/14+ABS(50-2*((POS STRNGTH/IF(TOTAL STRNGTH=0,1, ELSE TOTAL STRNGTH)))*50+0.25))/7+0.5)

    6) Jonah = Trunc (Jonah Intensity*13/14+ABS(50-2*(If(0-Close[1])>0, POS STRGNTH*13/14+(0-Close[1]…..

    Objective is to chart Jonah Intensity1

    #103551

    Are you sure you gave all the formula? What is “POS STRNGTH” please?

    #103561

    Hi Nicolas,

    Honestly, I am not sure of how the formulas have been derived. It’s probably done by some genius . My friend happened to get a copy of the Excel, and I thought it’s pretty interesting in identifying the turning points.

     

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

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