ProScreener Gaps alcistas

Forums ProRealTime foro Español Soporte ProScreener ProScreener Gaps alcistas

Viewing 5 posts - 1 through 5 (of 5 total)
  • #182543

    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

    Solo gaps alcistas:

     

    #182565

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

    #182566

    ¡Dos es mejor que uno! 🙂

    1 user thanked author for this post.
    #182647

    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)

Create your free account now and post your request to benefit from the help of the community
Register or Login