buscador sin gaps

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #215998 quote
    nautilus23
    Participant
    Average

    Buenos días, quisiera por favor ayuda para un screener que localice valores sin gaps en las ultimas 20 velas.

    Las condiciones del gap son:

    c1= low high[1] > 0.0001
    c2= low[1] high > 0.0001
    c3 = volume > 100000
    gap = (c1 or c2) and c3

     

    ¿Alguien me puede ayudar?
    Muchas gracias.

    #216014 quote
    JC_Bywan
    Moderator
    Master

    Hola,

    se puede probar eso

    c1= low – high[1] > 0.0001
    c2= low[1] – high > 0.0001
    c3 = volume > 100000
    gap = (c1 or c2) and c3
    condition = summation[19](gap)=0//para 20 par de velas de (0-1) a (19-20)
    // condition = summation[20](gap)=0//para 21 par de velas de (0-1) a (20-21)
    screener[condition]
    nautilus23 thanked this post
    #216110 quote
    nautilus23
    Participant
    Average

    Lo he probado y funciona perfectamente.

    Muchas gracias.

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

buscador sin gaps


ProScreener: Buscadores de Mercado y Rastreo

New Reply
Author
author-avatar
nautilus23 @nautilus23 Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by nautilus23
2 years, 9 months ago.

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