Price compression after bearish gap

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47599 quote
    simonsanchezj
    Participant
    New

    Hello, I am looking for a screener to detect a bearish gap followed buy ~10-15 candles showing a compression of the price/Bollinger bands.

     

    Thanks

    #47696 quote
    Nicolas
    Keymaster
    Master

    You can give a try with this code:

    hh=highest[10](high)
    ll=lowest[10](low)
    
    rangevar=(hh-ll)/Close*100
    
    bvar = (Low[1]-Open)/Close*100
    b1 = Open<Low[1]
    b2 = bvar>0.2
    b3 = rangevar<3
    
    c = b1[11] and b2[11] and b3
    
    screener[c](rangevar)

    I know what you mean, so this screener is not visually perfect I guess.. Just give feddback or example(s) if you have some. Thanks.

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

Price compression after bearish gap


ProScreener: Market Scanners & Detection

New Reply
Author
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by Nicolas
8 years, 5 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 09/28/2017
Status: Active
Attachments: No files
Logo Logo
Loading...