Incluir comienzo cotización

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #210000 quote
    Mikel9300
    Participant
    New

    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 quote
    robertogozzi
    Moderator
    Master

    Ahi esta:

    Timeframe(Yearly)
    Last5 = NOT (close[6] >= 0)
    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 AND Last5
    SCREENER[Cond](Volume AS "Volume")
    #210088 quote
    Mikel9300
    Participant
    New

    Mil gracias Roberto

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Incluir comienzo cotización


ProScreener: Buscadores de Mercado y Rastreo

New Reply
Author
author-avatar
Mikel9300 @mikel9300 Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by Mikel9300
3 years ago.

Topic Details
Forum: ProScreener: Buscadores de Mercado y Rastreo
Language: Spanish
Started: 02/20/2023
Status: Active
Attachments: No files
Logo Logo
Loading...