Conversión indicator Trend Reversal Index (TRI) de MetaStock

Forums ProRealTime foro Español Soporte ProBuilder Conversión indicator Trend Reversal Index (TRI) de MetaStock

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

    // book “One Shot One Kill Trading” by John Netto

    TREND REVERSAL INDEX CALCULATIONS

    Trend Reversal Index–MetaStock formula

    RSI(13) + Mov(RSI(3),3,S

    #83778

    Aunque no estoy seguro de si está  correcto (¿alguien podría confirmarlo?) el código que quería traducir a lenguaje de PRT quedaría así:

    // adjunto páginas del book John Netto-One Shot One Kill Trading

    RS = RSI[13]
    RSsmooth=average[3](RSI[3])

    TRI= RS+RSsmooth

    Return TRI as “TRI”

    #83780

    La próxima vez, use el formulario y siga las reglas de esta página cuando solicite una conversión de código: Ask for a free code conversion

    El indicador se podría traducir de la siguiente manera: (no probado).

     

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