ProScreener Gaps alcistas

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

    Como detectar gaps, pero solo los gaps alcistas, he probado con

    //PRC_Breakaway Gaps screener | screener

    //03.10.2016

    //Nicolas @ http://www.prorealcode.com

    //Sharing ProRealTime knowledge

    hh = highest[10](high)

    ll = lowest[10](low)

    c = open[0]

    vol = Volume/Volume[1]>1.5 and average[90](volume)>100000

    breakup = variation>=3 and c>hh[1]

    breakdown = variation<=-3 and c<ll[1]

    SCREENER [vol and (breakup or breakdown)] (Variation as “variation”)

    Pero salen tanto gaps alcistas como bajistas y solo quiero los gaps alcistas

    GRACIAS

    #182564 quote
    JC_Bywan
    Moderator
    Master

    Solo gaps alcistas:

    //PRC_Breakaway Gaps screener | screener
    
    //03.10.2016
    
    //Nicolas @ http://www.prorealcode.com
    
    //Sharing ProRealTime knowledge
    
    hh = highest[10](high)
    
    //ll = lowest[10](low)
    
    c = open[0]
    
    vol = Volume/Volume[1]>1.5 and average[90](volume)>100000
    
    breakup = variation>=3 and c>hh[1]
    
    //breakdown = variation<=-3 and c<ll[1]
    
    SCREENER [vol and breakup] (Variation as "variation")
    #182565 quote
    robertogozzi
    Moderator
    Master

    Un GAP alcista es cuando la apertura es mayor que el máximo anterior.
    Ahi esta:

    c1 = open > high[1]
    SCREENER[c1]
    #182566 quote
    robertogozzi
    Moderator
    Master

    ¡Dos es mejor que uno! 🙂

    JC_Bywan thanked this post
    #182647 quote
    Principiante
    Participant
    New

    Gracias, el segundo no funion, pero el priemro si, de todas forams gracias a los dos

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

ProScreener Gaps alcistas


ProScreener: Buscadores de Mercado y Rastreo

New Reply
Author
Summary

This topic contains 4 replies,
has 3 voices, and was last updated by Principiante
4 years, 3 months ago.

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