Incluir comienzo cotización

Forums ProRealTime foro Español Soporte ProScreener Incluir comienzo cotización

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

    Hola!

    Se podría agregar a este código que únicamente me muestre acciones que hayan empezado a cotizar hace 5 años?

     

    Timeframe(Weekly)
    c1 = close < (highest[52](high) * 0.97)
    MA = average[30,2](close)
    c2 = (close >= (MA * 1.03)) AND (close <= (MA * 1.25))
    Cond = c1 AND c2
    SCREENER[Cond](Volume AS “Volume”)

     

    Gracias!

    #210084

    Ahi esta:

    #210088

    Mil gracias Roberto

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