Converting Indicator to Screener

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #70170 quote
    Bos.
    Participant
    Veteran

    Hi there folks,

    I’m finding one of the indicators from here displays quite valid setups to add to a watchlist, i’m hoping that someone can please convert the indi to a screener so I can run a scan to bring up pairs that match the criteria of the indicator at the close of the current candle. I’ve attached the indicator and a screenshot displaying the signals displayed by the indicator.

    Any help would be greatly appreciated.

    Thanks folks.

    BO-indi.jpg BO-indi.jpg BreakSearch-indicator.itf
    #70191 quote
    Nicolas
    Keymaster
    Master

    This is the code of screener:

    p = 10
    fi=ForceIndex(close)
    bu=BollingerUp[p](fi)
    bd=BollingerDown[p](fi)
    
    breakValue=0
    
    // Check statistical anomaly(BollingerBands) on price by volume(ForceIndex)
    if fi >= bu then // here the BreakOut
    breakValue=1
    elsif fi <= bd then // here the BreakDown
    breakValue=1
    endif
    
    screener[breakvalue] (breakvalue)

    It should returns the case of when the ForceIndex indicator is breaking its own 2 standard deviation of the last 10 periods.

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

Converting Indicator to Screener


ProScreener: Market Scanners & Detection

New Reply
Author
Summary

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

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 05/11/2018
Status: Active
Attachments: 2 files
Logo Logo
Loading...