Adding line to current screen

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #216977 quote
    timmmmmbotimmmmmbo
    Participant
    Junior

    Hi all I am wanting to add a condition to my current scan but cannot figure out how to do it – can anyone figure it out? thanks in advance

    I am wanting to add this line:

    close>0.70*highest[150](high)

    ______________________________________

    to the below scan:

    pricerange = close>=0.79 and close<=1.20
    gain =(close/close[70]*100)-100

    screener[pricerange and gain>0](gain)

    #216979 quote
    JSJS
    Participant
    Master

    Hi,

    For example, you can precede the first conditions with C1 where C1 stands for Condition 1…

    TimeFrame(Daily)
    C1=Close>0.70*Highest[150](High)
    C2=Close>=0.79 and Close<=1.20
    C3=(Close/Close[70]*100)-100>0
    Screener[C1 and C2 and C3]((Close/Close[70]*100)-100 as "Gain")
    
    timmmmmbo thanked this post
    #217066 quote
    timmmmmbotimmmmmbo
    Participant
    Junior
    Ahhh spot on thanks mate
    JS thanked this post
Viewing 3 posts - 1 through 3 (of 3 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

Adding line to current screen


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
timmmmmbo @timmmmmbo Participant
Summary

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

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 06/29/2023
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...