Adding line to current screen

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #216977 quote
    timmmmmbo
    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
    JS
    Participant
    Veteran

    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
    timmmmmbo
    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.

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 timmmmmbo
2 years, 8 months ago.

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