SuperTrend Touch Screener

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52948 quote
    JSTAR PRODUCTIONSJSTAR PRODUCTIONS
    Participant
    New

    Hi there,

     

    I have downloaded this screener and run it. It works and its great.

    But it only comes up with stocks that has been on a green trendline and touching a candle, which would indicate it will be going on a red trendline.

    Can this be modified so it screen stock that touches candle from a red trendline which would lead to a green trend line.

    I have no idea about programing, i tried High instead of low.

    Thankyou in advance.

    SUPERTREND-TOUCH.itf
    #52950 quote
    JSTAR PRODUCTIONSJSTAR PRODUCTIONS
    Participant
    New

    This the Program code

    1
    2
    3
    4
    ca1=low <= Supertrend[3,10]
    ca2=close > Supertrend[3,10]
    Screener[ca1 and ca2]
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

SuperTrend Touch Screener


ProScreener: Market Scanners & Detection

New Reply
Summary

This topic contains 1 reply,
has 1 voice, and was last updated by JSTAR PRODUCTIONSJSTAR PRODUCTIONS
8 years, 10 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 11/16/2017
Status: Active
Attachments: 1 files
ProRealCode ProRealCode
Loading...