BUSCADOR CRUCE MEDIAS M6/M70

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #175153 quote
    DELIDEL
    Participant
    New

    Buenos dias

    Tengo este ProScreener que funciona, pero a ver si es posible afinar un poco más, se tendrian que descartar los valores que tengan una cotización superior en un 2% a la M70

    Muchas gracias

    Saludos

    Jordi

    REM INDICADORES

    MEDIA1 = Average[6](close)
    MEDIA2 = Average[70](close)

    MOMENTO = Roc[60](close)

    REM CODICIONES DEL BUSCADOR
    C1 = MEDIA1[1] < MEDIA2[1]
    C2 = MEDIA1 > MEDIA2

    SCREENER[C1 AND C2 ](MOMENTO AS “MOMENTO”)

    #175156 quote
    robertogozzi
    Moderator
    Master

    Ahi esta:

    REM INDICADORES
    
    MEDIA1 = Average[6](close)
    MEDIA2 = Average[70](close)
    
    MOMENTO = Roc[60](close)
    
    REM CODICIONES DEL BUSCADOR
    C1 = MEDIA1[1] < MEDIA2[1]
    C2 = MEDIA1 > MEDIA2
    C3 = close <= (MEDIA2 * 1.02)
    SCREENER[C1 AND C2 AND c3](MOMENTO AS "MOMENTO")
    #175163 quote
    DELIDEL
    Participant
    New

    Muchisimas gracias, funciona perfectamente

    Me podrias pasar el mismo pero a la inversa, en lugar de una M6 ascendente, que sea descendente con el 2%, asi podré detectar cruces bajistas

    Saludos

    Jordi

    #175201 quote
    robertogozzi
    Moderator
    Master

    Ahi esta:

    REM INDICADORES
     
    MEDIA1 = Average[6](close)
    MEDIA2 = Average[70](close)
     
    MOMENTO = Roc[60](close)
     
    REM CODICIONES DEL BUSCADOR
    C1 = MEDIA1[1] > MEDIA2[1]
    C2 = MEDIA1 < MEDIA2
    C3 = close <= (MEDIA2 * 0.98)
    SCREENER[C1 AND C2 AND c3](MOMENTO AS "MOMENTO")
    #175438 quote
    DELIDEL
    Participant
    New

    Perfecto, muchisimas gracias

    Saludos

    Jordi

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

BUSCADOR CRUCE MEDIAS M6/M70


ProScreener: Buscadores de Mercado y Rastreo

New Reply
Author
author-avatar
DELIDEL @delidel Participant
Summary

This topic contains 4 replies,
has 2 voices, and was last updated by DELIDEL
4 years, 7 months ago.

Topic Details
Forum: ProScreener: Buscadores de Mercado y Rastreo
Language: Spanish
Started: 08/12/2021
Status: Active
Attachments: No files
Logo Logo
Loading...